21 Commits (804a9db90ad284d2c2e24978d68ca40ec638a15f)

Author SHA1 Message Date
David Gibson 44a59713cf Remove unused srcpos_dump() function 8 years ago
David Gibson 0e2d399225 Make srcpos_{v,}error() more widely useful 11 years ago
David Gibson a1e6da8aed Fix typo in type of srcpos_verror() et al. 11 years ago
David Gibson 6efd9065e6 Remove unused srcpos_warn() function 11 years ago
David Gibson 17625371ee Use stdbool more widely 11 years ago
Stephen Warren 1b6d1941dc dtc: cpp co-existence: add support for #line directives 12 years ago
Simon Glass de6b76240e dtc: Add -i option to support search paths 13 years ago
Stephen Warren 69df9f0de2 dtc: Implement -d option to write out a dependency file 13 years ago
John Bonesio c0fa2e6d4e Create new and use new print_error that uses printf style formatting. 14 years ago
David Gibson c6225f86fd dtc: Cleanup YYLTYPE and YYLLOC_DEFAULT declarations 15 years ago
David Gibson 728c5e87c6 dtc: Cleanup line number tracking, add column number tracking 15 years ago
David Gibson d68cb36b0b dtc: Simpler interface to source file management 15 years ago
Jon Loeliger e5c8e1dcd7 Enhance source position implementation. 16 years ago
David Gibson 8a88ad8bad dtc: Remove ugly include stack abuse 17 years ago
David Gibson 7c635dcb2f dtc: Fix error reporting in push_input_file() 17 years ago
Scott Wood 0f635df874 Remove const from dtc_file::dir. 17 years ago
Scott Wood 910efac4b4 Look for include files in the directory of the including file. 17 years ago
Scott Wood f77fe6a20e Add yyerrorf() for formatted error messages. 17 years ago
Milton Miller 6d7b222430 dtc: move declaration of yyerror 18 years ago
Jon Loeliger ce34ae3b23 DTC: Incorporate some review suggestions. 18 years ago
Jon Loeliger e45e6fd274 DTC: Add support for a C-like #include "file" mechanism. 18 years ago