1. 00d7bb1 dtc: pos parameter to srcpos_string() can't be NULL by David Gibson · 7 years ago
  2. 44a5971 Remove unused srcpos_dump() function by David Gibson · 8 years ago
  3. d71d25d Use xasprintf() in srcpos by David Gibson · 8 years ago
  4. 83e606a Open binary files in binary mode by Andrei Errapart · 10 years ago
  5. 6d88934 dtc: avoid shadowing dirname() by Florian Fainelli · 10 years ago
  6. 0e2d399 Make srcpos_{v,}error() more widely useful by David Gibson · 10 years ago
  7. 0c0bf85 Fix memory leak in srcpos_verror() by David Gibson · 10 years ago
  8. e19d3b1 Fix indentation of srcpos_verror() by David Gibson · 10 years ago
  9. a1e6da8 Fix typo in type of srcpos_verror() et al. by David Gibson · 10 years ago
  10. 6efd906 Remove unused srcpos_warn() function by David Gibson · 10 years ago
  11. 1762537 Use stdbool more widely by David Gibson · 11 years ago
  12. 8dec4d8 dtc: srcpos_verror() should print to stderr by Michael Ellerman · 12 years ago
  13. 1b6d194 dtc: cpp co-existence: add support for #line directives by Stephen Warren · 12 years ago
  14. de6b762 dtc: Add -i option to support search paths by Simon Glass · 12 years ago
  15. 69df9f0 dtc: Implement -d option to write out a dependency file by Stephen Warren · 12 years ago
  16. c0fa2e6 Create new and use new print_error that uses printf style formatting. by John Bonesio · 14 years ago
  17. c6225f8 dtc: Cleanup YYLTYPE and YYLLOC_DEFAULT declarations by David Gibson · 14 years ago
  18. e1fee32 dtc: Cleanup srcpos_string() by David Gibson · 14 years ago
  19. 728c5e8 dtc: Cleanup line number tracking, add column number tracking by David Gibson · 14 years ago
  20. d68cb36 dtc: Simpler interface to source file management by David Gibson · 14 years ago
  21. e5c8e1d Enhance source position implementation. by Jon Loeliger · 16 years ago
  22. 879e4d2 Implement and use an xstrdup() function by Jon Loeliger · 16 years ago
  23. f7ea370 dtc: Make dtc_open_file() die() if unable to open requested file by David Gibson · 16 years ago
  24. 0f635df Remove const from dtc_file::dir. by Scott Wood · 16 years ago
  25. 42107f8 Convert malloc() uses to xmalloc(). by Scott Wood · 16 years ago
  26. 5695e99 Handle absolute pathnames correctly in dtc_open_file. by Scott Wood · 16 years ago
  27. 910efac Look for include files in the directory of the including file. by Scott Wood · 16 years ago
  28. e45e6fd DTC: Add support for a C-like #include "file" mechanism. by Jon Loeliger · 17 years ago