summaryrefslogtreecommitdiffstats
path: root/srcpos.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-16dtc: srcpos_verror() should print to stderrMichael Ellerman1-3/+3
2012-09-28dtc: cpp co-existence: add support for #line directivesStephen Warren1-0/+6
2012-03-18dtc: Add -i option to support search pathsSimon Glass1-7/+85
2012-01-13dtc: Implement -d option to write out a dependency fileStephen Warren1-0/+4
2010-10-20Create new and use new print_error that uses printf style formatting.John Bonesio1-8/+13
2010-01-14dtc: Cleanup YYLTYPE and YYLLOC_DEFAULT declarationsDavid Gibson1-11/+11
2010-01-14dtc: Cleanup srcpos_string()David Gibson1-29/+16
2010-01-14dtc: Cleanup line number tracking, add column number trackingDavid Gibson1-1/+32
2010-01-14dtc: Simpler interface to source file managementDavid Gibson1-83/+68
2008-10-03Enhance source position implementation.Jon Loeliger1-9/+133
2008-10-03Implement and use an xstrdup() functionJon Loeliger1-2/+2
2008-03-23dtc: Make dtc_open_file() die() if unable to open requested fileDavid Gibson1-7/+4
2008-01-11Remove const from dtc_file::dir.Scott Wood1-2/+2
2008-01-07Convert malloc() uses to xmalloc().Scott Wood1-9/+3
2008-01-07Handle absolute pathnames correctly in dtc_open_file.Scott Wood1-0/+12
2008-01-04Look for include files in the directory of the including file.Scott Wood1-59/+67
2007-03-26DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger1-0/+105