aboutsummaryrefslogtreecommitdiff
path: root/dtc-lexer.l
AgeCommit message (Expand)AuthorFilesLines
2007-07-07dtc: allow a label: in any dts contextMilton Miller1-9/+10
2007-06-06dtc: Fix recognition of whitespace charactersDavid Gibson1-1/+1
2007-03-28DTC: Incorporate some review suggestions.Jon Loeliger1-3/+108
2007-03-26DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger1-1/+38
2007-02-15Add support for decimal, octal and binary based cell values.Jon Loeliger1-6/+15
2007-02-08Allow multipart property valuesDavid Gibson1-0/+9
2005-10-19Rudimentary support for reporting the line number of syntax errors.David Gibson1-1/+18
2005-10-14Oops, use strtoul() instead of strtol() in dtc-lexer.l, so that weDavid Gibson1-1/+1
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson1-1/+25
2005-07-11Add flex option to stop warning about unused yyunput().David Gibson1-1/+1
2005-07-04Oops. Using %{ %} in the rules (rather than definitions) section of aDavid Gibson1-2/+2
2005-06-16Rudimentary phandle reference support.David Gibson1-37/+27
2005-06-16Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson1-7/+16
2005-06-08Initial commitDavid Gibson1-0/+140