summaryrefslogtreecommitdiff
path: root/srcpos.c
Commit message (Expand)AuthorAgeFilesLines
* Open binary files in binary modeAndrei Errapart2014-06-191-1/+1
* dtc: avoid shadowing dirname()Florian Fainelli2014-01-251-2/+2
* Make srcpos_{v,}error() more widely usefulDavid Gibson2014-01-011-6/+6
* Fix memory leak in srcpos_verror()David Gibson2014-01-011-1/+3
* Fix indentation of srcpos_verror()David Gibson2014-01-011-5/+5
* Fix typo in type of srcpos_verror() et al.David Gibson2014-01-011-2/+2
* Remove unused srcpos_warn() functionDavid Gibson2014-01-011-17/+0
* Use stdbool more widelyDavid Gibson2013-10-281-2/+2
* 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