aboutsummaryrefslogtreecommitdiff
path: root/dtc-lexer.l
AgeCommit message (Expand)Author
2008-06-19dtc: Add support for binary includes.David Gibson
2008-03-23dtc: Remove ugly include stack abuseDavid Gibson
2008-03-23dtc: Make dtc_open_file() die() if unable to open requested fileDavid Gibson
2008-03-23dtc: Fix error reporting in push_input_file()David Gibson
2008-01-10Preserve scanner state when /include/ing.Scott Wood
2008-01-07Convert malloc() uses to xmalloc().Scott Wood
2008-01-04Look for include files in the directory of the including file.Scott Wood
2007-12-07dtc: Reinstate full old-style reference-to-path for v0 dts filesDavid Gibson
2007-12-05dtc: Trivial lexer cleanupsDavid Gibson
2007-11-28dtc: Fix some lexical problems with referencesDavid Gibson
2007-11-08dtc: Switch dtc to C-style literalsDavid Gibson
2007-11-08dtc: Simplify lexing/parsing of literals vs. node/property namesDavid Gibson
2007-10-16dtc: Improve support for string escapesDavid Gibson
2007-09-18dtc: Whitespace cleanupDavid Gibson
2007-07-07dtc: allow a label: in any dts contextMilton Miller
2007-06-06dtc: Fix recognition of whitespace charactersDavid Gibson
2007-03-28DTC: Incorporate some review suggestions.Jon Loeliger
2007-03-26DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger
2007-02-15Add support for decimal, octal and binary based cell values.Jon Loeliger
2007-02-08Allow multipart property valuesDavid Gibson
2005-10-19Rudimentary support for reporting the line number of syntax errors.David Gibson
2005-10-14Oops, use strtoul() instead of strtol() in dtc-lexer.l, so that weDavid Gibson
2005-07-15Support for specifying memreserve ranges in the source format, based onDavid Gibson
2005-07-11Add flex option to stop warning about unused yyunput().David Gibson
2005-07-04Oops. Using %{ %} in the rules (rather than definitions) section of aDavid Gibson
2005-06-16Rudimentary phandle reference support.David Gibson
2005-06-16Initial label support. Also switch to glr-parser mode and get rid ofDavid Gibson
2005-06-08Initial commitDavid Gibson