aboutsummaryrefslogtreecommitdiffstats
path: root/srcpos.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-01srcpos.c: fix -Wwrite-stringsMarc-André Lureau1-6/+6
2023-02-27Do not redefine _GNU_SOURCE if already setMarc-André Lureau1-0/+2
2021-01-13srcpos: increase MAX_SRCFILE_DEPTHIgnacy Kuchciński1-1/+1
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring1-15/+1
2018-11-19annotations: add the annotation functionalityJulia Lawall1-3/+116
2018-11-19annotations: add positionsJulia Lawall1-0/+22
2018-11-14srcpos: Remove srcpos_emptyDavid Gibson1-12/+0
2018-11-14Revert "annotations: add positions"David Gibson1-22/+0
2018-11-13annotations: add positionsJulia Lawall1-0/+22
2018-01-23srcpos: drop special handling of tabJulia Lawall1-5/+0
2017-02-08dtc: pos parameter to srcpos_string() can't be NULLDavid Gibson1-1/+1
2016-07-13Remove unused srcpos_dump() functionDavid Gibson1-15/+0
2016-05-25Use xasprintf() in srcposDavid Gibson1-12/+8
2014-06-19Open binary files in binary modeAndrei Errapart1-1/+1
2014-01-25dtc: avoid shadowing dirname()Florian Fainelli1-2/+2
2014-01-01Make srcpos_{v,}error() more widely usefulDavid Gibson1-6/+6
2014-01-01Fix memory leak in srcpos_verror()David Gibson1-1/+3
2014-01-01Fix indentation of srcpos_verror()David Gibson1-5/+5
2014-01-01Fix typo in type of srcpos_verror() et al.David Gibson1-2/+2
2014-01-01Remove unused srcpos_warn() functionDavid Gibson1-17/+0
2013-10-28Use stdbool more widelyDavid Gibson1-2/+2
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