aboutsummaryrefslogtreecommitdiffstats
path: root/srcpos.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-01Make srcpos_{v,}error() more widely usefulDavid Gibson1-4/+6
2014-01-01Fix typo in type of srcpos_verror() et al.David Gibson1-2/+2
2014-01-01Remove unused srcpos_warn() functionDavid Gibson1-2/+0
2013-10-28Use stdbool more widelyDavid Gibson1-1/+2
2012-09-28dtc: cpp co-existence: add support for #line directivesStephen Warren1-0/+2
2012-03-18dtc: Add -i option to support search pathsSimon Glass1-0/+29
2012-01-13dtc: Implement -d option to write out a dependency fileStephen Warren1-0/+1
2010-10-20Create new and use new print_error that uses printf style formatting.John Bonesio1-0/+2
2010-01-14dtc: Cleanup YYLTYPE and YYLLOC_DEFAULT declarationsDavid Gibson1-45/+27
2010-01-14dtc: Cleanup line number tracking, add column number trackingDavid Gibson1-1/+2
2010-01-14dtc: Simpler interface to source file managementDavid Gibson1-15/+12
2008-10-03Enhance source position implementation.Jon Loeliger1-2/+21
2008-03-23dtc: Remove ugly include stack abuseDavid Gibson1-3/+0
2008-03-23dtc: Fix error reporting in push_input_file()David Gibson1-1/+1
2008-01-11Remove const from dtc_file::dir.Scott Wood1-1/+1
2008-01-04Look for include files in the directory of the including file.Scott Wood1-8/+20
2008-01-04Add yyerrorf() for formatted error messages.Scott Wood1-0/+1
2007-07-07dtc: move declaration of yyerrorMilton Miller1-0/+1
2007-03-28DTC: Incorporate some review suggestions.Jon Loeliger1-2/+5
2007-03-26DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger1-0/+71