index
:
riscv-gnu-toolchain/qemu/dtc.git
main
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dtc-lexer.l
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-23
dtc: Remove ugly include stack abuse
David Gibson
1
-6
/
+6
2008-03-23
dtc: Make dtc_open_file() die() if unable to open requested file
David Gibson
1
-3
/
+0
2008-03-23
dtc: Fix error reporting in push_input_file()
David Gibson
1
-20
/
+8
2008-01-10
Preserve scanner state when /include/ing.
Scott Wood
1
-3
/
+3
2008-01-07
Convert malloc() uses to xmalloc().
Scott Wood
1
-5
/
+1
2008-01-04
Look for include files in the directory of the including file.
Scott Wood
1
-27
/
+37
2007-12-07
dtc: Reinstate full old-style reference-to-path for v0 dts files
David Gibson
1
-2
/
+1
2007-12-05
dtc: Trivial lexer cleanups
David Gibson
1
-5
/
+3
2007-11-28
dtc: Fix some lexical problems with references
David Gibson
1
-7
/
+24
2007-11-08
dtc: Switch dtc to C-style literals
David Gibson
1
-8
/
+32
2007-11-08
dtc: Simplify lexing/parsing of literals vs. node/property names
David Gibson
1
-80
/
+29
2007-10-16
dtc: Improve support for string escapes
David Gibson
1
-1
/
+1
2007-09-18
dtc: Whitespace cleanup
David Gibson
1
-6
/
+6
2007-07-07
dtc: allow a label: in any dts context
Milton Miller
1
-9
/
+10
2007-06-06
dtc: Fix recognition of whitespace characters
David Gibson
1
-1
/
+1
2007-03-28
DTC: Incorporate some review suggestions.
Jon Loeliger
1
-3
/
+108
2007-03-26
DTC: Add support for a C-like #include "file" mechanism.
Jon Loeliger
1
-1
/
+38
2007-02-15
Add support for decimal, octal and binary based cell values.
Jon Loeliger
1
-6
/
+15
2007-02-08
Allow multipart property values
David Gibson
1
-0
/
+9
2005-10-19
Rudimentary support for reporting the line number of syntax errors.
David Gibson
1
-1
/
+18
2005-10-14
Oops, use strtoul() instead of strtol() in dtc-lexer.l, so that we
David Gibson
1
-1
/
+1
2005-07-15
Support for specifying memreserve ranges in the source format, based on
David Gibson
1
-1
/
+25
2005-07-11
Add flex option to stop warning about unused yyunput().
David Gibson
1
-1
/
+1
2005-07-04
Oops. Using %{ %} in the rules (rather than definitions) section of a
David Gibson
1
-2
/
+2
2005-06-16
Rudimentary phandle reference support.
David Gibson
1
-37
/
+27
2005-06-16
Initial label support. Also switch to glr-parser mode and get rid of
David Gibson
1
-7
/
+16
2005-06-08
Initial commit
David Gibson
1
-0
/
+140