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