aboutsummaryrefslogtreecommitdiff
path: root/dtc-lexer.l
AgeCommit message (Expand)Author
2017-04-25Update to dtc-1.4.4android-wear-o-preview-4android-wear-o-preview-3android-o-preview-2SzuWei Lin
2017-03-06Clean up gcc attributesDavid Gibson
2017-02-28Add printf format attributesDavid Gibson
2017-02-17Reset master to upstreamSzuWei Lin
2016-12-12dtc: Fix memory leak in character literal parsingGabriel Smith
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou
2016-02-23Make it build under AndroidChris Phoenix
2016-02-22dtc: Plugin and fixup supportPantelis Antoniou
2016-01-04Fix some bugs in processing of line directivesDavid Gibson
2016-01-03Gracefully handle bad octal literalsDavid Gibson
2014-09-26dtc: Delete the unused start condition INCLUDEWang Long
2014-05-09Fix bug with references to root nodeDavid Gibson
2014-01-04Move character literal processing to the lexerDavid Gibson
2014-01-03Move integer literal processing back to the lexerDavid Gibson
2013-12-25Pass 'unsigned char' type to isdigit()/isspace()/isprint() functionsSerge Lamikhov-Center
2013-10-28Use stdbool more widelyDavid Gibson
2013-06-03dtc: ensure #line directives don't consume data from the next lineStephen Warren
2012-09-28dtc: cpp co-existence: add support for #line directivesStephen Warren
2012-09-28dtc: cpp co-existence: allow names starting with # to be escapedStephen Warren
2012-09-06dtc: Add ability to delete nodes and propertiesStephen Warren
2012-04-09dtc: Basic integer expressionsStephen Warren
2011-10-11dtc: Add support for variable sized elementsAnton Staaf
2011-09-22dtc: Support character literals in cell listsAnton Staaf
2010-11-13Allow nodes to be referenced by path at the top level.John Bonesio
2010-09-21Add merging of labelled subnodes. This patch allows the followingDavid Gibson
2010-04-30dtc: Add -Wredundant-decls (resend)David Gibson
2010-02-08Modification of lexer and parser, improving dtc portability.Lukasz Wojcik
2010-01-14dtc: Cleanup line number tracking, add column number trackingDavid Gibson
2010-01-14dtc: Simpler interface to source file managementDavid Gibson
2008-10-03Remove support for the legacy DTS source file format.Jon Loeliger
2008-10-03Use flex's YY_USER_ACTION feature to avoid code duplicationJon Loeliger
2008-10-03Implement and use an xstrdup() functionJon Loeliger
2008-07-31dtc: Remove unused lexer functionDavid Gibson
2008-07-14dtc: Clean up lexing of include filesDavid Gibson
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