Sign in
android
/
platform
/
external
/
dtc
/
refs/heads/android12-mainline-networkstack-release
/
dtc-lexer.l
b734cfd
Update dtc to 1.6.0
by Steve Muckle
· 4 years, 9 months ago
0e9225e
Remove redundant YYLOC global declaration
by Dirk Mueller
· 5 years ago
acfe84f
dtc: Replace GPLv2 boilerplate/reference with SPDX tags
by Rob Herring
· 6 years ago
0fcffda
Merge nodes with local target label references
by Fredrik Markstrom
· 7 years ago
4038fd9
dtc: add ability to make nodes conditional on them being referenced
by Maxime Ripard
· 7 years ago
41c88b1
Update to dtc-1.4.4
by SzuWei Lin
· 8 years ago
android-o-preview-2
android-wear-o-preview-3
android-wear-o-preview-4
672ac09
Clean up gcc attributes
by David Gibson
· 8 years ago
34a9886
Add printf format attributes
by David Gibson
· 8 years ago
507cd98
Reset master to upstream
by SzuWei Lin
· 8 years ago
f888654
dtc: Fix memory leak in character literal parsing
by Gabriel Smith
· 8 years ago
20f29d8
dtc: Plugin and fixup support
by Pantelis Antoniou
· 8 years ago
a768648
Make it build under Android
by Chris Phoenix
· 9 years ago
01f72ba
dtc: Plugin and fixup support
by Pantelis Antoniou
· 9 years ago
b433450
Fix some bugs in processing of line directives
by David Gibson
· 9 years ago
1ab2205
Gracefully handle bad octal literals
by David Gibson
· 9 years ago
6a76a9d
dtc: Delete the unused start condition INCLUDE
by Wang Long
· 11 years ago
f240527
Fix bug with references to root node
by David Gibson
· 11 years ago
cfc6523
Move character literal processing to the lexer
by David Gibson
· 11 years ago
b82b977
Move integer literal processing back to the lexer
by David Gibson
· 11 years ago
17119ab
Pass 'unsigned char' type to isdigit()/isspace()/isprint() functions
by Serge Lamikhov-Center
· 11 years ago
1762537
Use stdbool more widely
by David Gibson
· 11 years ago
a1ee6f0
dtc: ensure #line directives don't consume data from the next line
by Stephen Warren
· 12 years ago
1b6d194
dtc: cpp co-existence: add support for #line directives
by Stephen Warren
· 13 years ago
1ff3d3f
dtc: cpp co-existence: allow names starting with # to be escaped
by Stephen Warren
· 13 years ago
45013d8
dtc: Add ability to delete nodes and properties
by Stephen Warren
· 13 years ago
5f0c3b2
dtc: Basic integer expressions
by Stephen Warren
· 13 years ago
033089f
dtc: Add support for variable sized elements
by Anton Staaf
· 13 years ago
a4ea2fa
dtc: Support character literals in cell lists
by Anton Staaf
· 14 years ago
73ae43e
Allow nodes to be referenced by path at the top level.
by John Bonesio
· 14 years ago
8773e12
Add merging of labelled subnodes. This patch allows the following
by David Gibson
· 15 years ago
341df2b
dtc: Add -Wredundant-decls (resend)
by David Gibson
· 15 years ago
5c8d2e2
Modification of lexer and parser, improving dtc portability.
by Lukasz Wojcik
· 15 years ago
728c5e8
dtc: Cleanup line number tracking, add column number tracking
by David Gibson
· 15 years ago
d68cb36
dtc: Simpler interface to source file management
by David Gibson
· 15 years ago
4e1a0a0
Remove support for the legacy DTS source file format.
by Jon Loeliger
· 16 years ago
83ac55d
Use flex's YY_USER_ACTION feature to avoid code duplication
by Jon Loeliger
· 16 years ago
879e4d2
Implement and use an xstrdup() function
by Jon Loeliger
· 16 years ago
a1db074
dtc: Remove unused lexer function
by David Gibson
· 17 years ago
76e0622
dtc: Clean up lexing of include files
by David Gibson
· 17 years ago
e37ec7d
dtc: Add support for binary includes.
by David Gibson
· 17 years ago
8a88ad8
dtc: Remove ugly include stack abuse
by David Gibson
· 17 years ago
f7ea370
dtc: Make dtc_open_file() die() if unable to open requested file
by David Gibson
· 17 years ago
7c635dc
dtc: Fix error reporting in push_input_file()
by David Gibson
· 17 years ago
b1a6719
Preserve scanner state when /include/ing.
by Scott Wood
· 17 years ago
42107f8
Convert malloc() uses to xmalloc().
by Scott Wood
· 17 years ago
910efac
Look for include files in the directory of the including file.
by Scott Wood
· 17 years ago
3476f96
dtc: Reinstate full old-style reference-to-path for v0 dts files
by David Gibson
· 17 years ago
2b67c63
dtc: Trivial lexer cleanups
by David Gibson
· 17 years ago
7c44c2f
dtc: Fix some lexical problems with references
by David Gibson
· 17 years ago
9138db5
dtc: Switch dtc to C-style literals
by David Gibson
· 17 years ago
9ed27a2
dtc: Simplify lexing/parsing of literals vs. node/property names
by David Gibson
· 17 years ago
a756c12
dtc: Improve support for string escapes
by David Gibson
· 17 years ago
63dc9c7
dtc: Whitespace cleanup
by David Gibson
· 18 years ago
ac6a5e2
dtc: allow a label: in any dts context
by Milton Miller
· 18 years ago
41eecd4
dtc: Fix recognition of whitespace characters
by David Gibson
· 18 years ago
ce34ae3
DTC: Incorporate some review suggestions.
by Jon Loeliger
· 18 years ago
e45e6fd
DTC: Add support for a C-like #include "file" mechanism.
by Jon Loeliger
· 18 years ago
af0278a
Add support for decimal, octal and binary based cell values.
by Jon Loeliger
· 18 years ago
32da475
Allow multipart property values
by David Gibson
· 18 years ago
86dbcbd
Rudimentary support for reporting the line number of syntax errors.
by David Gibson
· 19 years ago
c6d036e
Oops, use strtoul() instead of strtol() in dtc-lexer.l, so that we
by David Gibson
· 19 years ago
f0517db
Support for specifying memreserve ranges in the source format, based on
by David Gibson
· 20 years ago
5a446b0
Add flex option to stop warning about unused yyunput().
by David Gibson
· 20 years ago
c5c437e
Oops. Using %{ %} in the rules (rather than definitions) section of a
by David Gibson
· 20 years ago
81f2e89
Rudimentary phandle reference support.
by David Gibson
· 20 years ago
4102d84
Initial label support. Also switch to glr-parser mode and get rid of
by David Gibson
· 20 years ago
fc14dad
Initial commit
by David Gibson
· 20 years ago