All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Character literal parsing
@ 2011-06-23 23:20 Anton Staaf
       [not found] ` <1308871239-32683-1-git-send-email-robotboy-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: Anton Staaf @ 2011-06-23 23:20 UTC (permalink / raw)
  To: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ

    These patches add simple and escaped character literal parsing support
to the dct for bytestrings.  The first patch is very simple and provides
most of the functionality that is useful.  The second patch is of more
debatable value.  I've included it for completeness.

    Thanks,
        Anton

--

Anton Staaf (2):
  Add character literal parsing in bytestrings
  Add escaped character support to character literals

 Documentation/dts-format.txt |    5 +-
 Documentation/manual.txt     |    7 ++-
 data.c                       |   77 +--------------------------------
 dtc-lexer.l                  |   16 +++++++
 util.c                       |   98 ++++++++++++++++++++++++++++++++++++++++++
 util.h                       |    5 ++
 6 files changed, 127 insertions(+), 81 deletions(-)

-- 
1.7.3.1

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2011-07-27  1:49 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-23 23:20 [PATCH 0/2] Character literal parsing Anton Staaf
     [not found] ` <1308871239-32683-1-git-send-email-robotboy-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2011-06-23 23:20   ` [PATCH 1/2] Add character literal parsing in bytestrings Anton Staaf
     [not found]     ` <1308871239-32683-2-git-send-email-robotboy-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2011-07-20 13:40       ` David Gibson
     [not found]         ` <20110720134006.GJ6399-787xzQ0H9iQXU02nzanrWNbf9cGiqdzd@public.gmane.org>
2011-07-20 16:50           ` Anton Staaf
     [not found]             ` <CAF6FioX-yYwd3FN106yCwJQD7N27J9XSiUseFHuhTWJGeq3pvw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-07-21  5:19               ` David Gibson
     [not found]                 ` <20110721051903.GO6399-787xzQ0H9iQXU02nzanrWNbf9cGiqdzd@public.gmane.org>
2011-07-21 12:41                   ` Jon Loeliger
     [not found]                     ` <E1QjsZh-00024e-HY-CYoMK+44s/E@public.gmane.org>
2011-07-27  1:49                       ` David Gibson
2011-06-23 23:20   ` [PATCH 2/2] Add escaped character support to character literals Anton Staaf
2011-06-24 20:02   ` [PATCH 0/2] Character literal parsing David Brown
     [not found]     ` <8yawrgb3smr.fsf-AOX6H5vLt3Uj8izMo0bVsAC/G2K4zDHf@public.gmane.org>
2011-06-24 20:22       ` Anton Staaf
     [not found]         ` <BANLkTi=iUqMwag-A6t1ubDgSAN9xqWuTMwLG32EKKWuwVbigyg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-06-24 21:11           ` David Brown
     [not found]             ` <8yafwmz3pg3.fsf-AOX6H5vLt3Uj8izMo0bVsAC/G2K4zDHf@public.gmane.org>
2011-06-24 21:17               ` Jon Loeliger
     [not found]                 ` <E1QaDkb-0004cc-Jx-CYoMK+44s/E@public.gmane.org>
2011-06-24 21:28                   ` Anton Staaf
2011-06-24 21:32               ` Anton Staaf
2011-06-24 21:34               ` Grant Likely
     [not found]                 ` <BANLkTinDPNfXWUOWPR3HmZatE=ohzO0Ybg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-06-24 21:47                   ` Anton Staaf
     [not found]                     ` <BANLkTi=EEuuYSZdLeE1UFsdT=xuEZREkEs+R_FcdQo6JPA-fEQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-06-28 23:00                       ` Anton Staaf
2011-07-20 13:44               ` David Gibson
2011-07-20 13:42           ` David Gibson
     [not found]             ` <20110720134238.GK6399-787xzQ0H9iQXU02nzanrWNbf9cGiqdzd@public.gmane.org>
2011-07-20 16:23               ` Anton Staaf
     [not found]                 ` <CAF6FioVMOxF7Vc74F6-yPGkwx7xS_xEa03Q2BpQewGaG=ZvkYQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-07-20 17:27                   ` Jon Loeliger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.