summaryrefslogtreecommitdiff
path: root/srcpos.c
Commit message (Expand)AuthorAgeFilesLines
* srcpos.c: fix -Wwrite-stringsMarc-André Lureau2023-03-011-6/+6
* Do not redefine _GNU_SOURCE if already setMarc-André Lureau2023-02-271-0/+2
* srcpos: increase MAX_SRCFILE_DEPTHIgnacy Kuchciński2021-01-131-1/+1
* dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring2019-06-211-15/+1
* annotations: add the annotation functionalityJulia Lawall2018-11-191-3/+116
* annotations: add positionsJulia Lawall2018-11-191-0/+22
* srcpos: Remove srcpos_emptyDavid Gibson2018-11-141-12/+0
* Revert "annotations: add positions"David Gibson2018-11-141-22/+0
* annotations: add positionsJulia Lawall2018-11-131-0/+22
* srcpos: drop special handling of tabJulia Lawall2018-01-231-5/+0
* dtc: pos parameter to srcpos_string() can't be NULLDavid Gibson2017-02-081-1/+1
* Remove unused srcpos_dump() functionDavid Gibson2016-07-131-15/+0
* Use xasprintf() in srcposDavid Gibson2016-05-251-12/+8
* 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