summaryrefslogtreecommitdiff
path: root/srcpos.c
Commit message (Expand)AuthorAgeFilesLines
* dtc: srcpos_verror() should print to stderrMichael Ellerman2012-10-161-3/+3
* dtc: cpp co-existence: add support for #line directivesStephen Warren2012-09-281-0/+6
* dtc: Add -i option to support search pathsSimon Glass2012-03-181-7/+85
* dtc: Implement -d option to write out a dependency fileStephen Warren2012-01-131-0/+4
* Create new and use new print_error that uses printf style formatting.John Bonesio2010-10-201-8/+13
* dtc: Cleanup YYLTYPE and YYLLOC_DEFAULT declarationsDavid Gibson2010-01-141-11/+11
* dtc: Cleanup srcpos_string()David Gibson2010-01-141-29/+16
* dtc: Cleanup line number tracking, add column number trackingDavid Gibson2010-01-141-1/+32
* dtc: Simpler interface to source file managementDavid Gibson2010-01-141-83/+68
* Enhance source position implementation.Jon Loeliger2008-10-031-9/+133
* Implement and use an xstrdup() functionJon Loeliger2008-10-031-2/+2
* dtc: Make dtc_open_file() die() if unable to open requested fileDavid Gibson2008-03-231-7/+4
* Remove const from dtc_file::dir.Scott Wood2008-01-111-2/+2
* Convert malloc() uses to xmalloc().Scott Wood2008-01-071-9/+3
* Handle absolute pathnames correctly in dtc_open_file.Scott Wood2008-01-071-0/+12
* Look for include files in the directory of the including file.Scott Wood2008-01-041-59/+67
* DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger2007-03-261-0/+105