aboutsummaryrefslogtreecommitdiff
path: root/srcpos.c
AgeCommit message (Expand)Author
2021-01-13srcpos: increase MAX_SRCFILE_DEPTHIgnacy KuchciƄski
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring
2018-11-19annotations: add the annotation functionalityJulia Lawall
2018-11-19annotations: add positionsJulia Lawall
2018-11-14srcpos: Remove srcpos_emptyDavid Gibson
2018-11-14Revert "annotations: add positions"David Gibson
2018-11-13annotations: add positionsJulia Lawall
2018-01-23srcpos: drop special handling of tabJulia Lawall
2017-02-08dtc: pos parameter to srcpos_string() can't be NULLDavid Gibson
2016-07-13Remove unused srcpos_dump() functionDavid Gibson
2016-05-25Use xasprintf() in srcposDavid Gibson
2014-06-19Open binary files in binary modeAndrei Errapart
2014-01-25dtc: avoid shadowing dirname()Florian Fainelli
2014-01-01Make srcpos_{v,}error() more widely usefulDavid Gibson
2014-01-01Fix memory leak in srcpos_verror()David Gibson
2014-01-01Fix indentation of srcpos_verror()David Gibson
2014-01-01Fix typo in type of srcpos_verror() et al.David Gibson
2014-01-01Remove unused srcpos_warn() functionDavid Gibson
2013-10-28Use stdbool more widelyDavid Gibson
2012-10-16dtc: srcpos_verror() should print to stderrMichael Ellerman
2012-09-28dtc: cpp co-existence: add support for #line directivesStephen Warren
2012-03-18dtc: Add -i option to support search pathsSimon Glass
2012-01-13dtc: Implement -d option to write out a dependency fileStephen Warren
2010-10-20Create new and use new print_error that uses printf style formatting.John Bonesio
2010-01-14dtc: Cleanup YYLTYPE and YYLLOC_DEFAULT declarationsDavid Gibson
2010-01-14dtc: Cleanup srcpos_string()David Gibson
2010-01-14dtc: Cleanup line number tracking, add column number trackingDavid Gibson
2010-01-14dtc: Simpler interface to source file managementDavid Gibson
2008-10-03Enhance source position implementation.Jon Loeliger
2008-10-03Implement and use an xstrdup() functionJon Loeliger
2008-03-23dtc: Make dtc_open_file() die() if unable to open requested fileDavid Gibson
2008-01-11Remove const from dtc_file::dir.Scott Wood
2008-01-07Convert malloc() uses to xmalloc().Scott Wood
2008-01-07Handle absolute pathnames correctly in dtc_open_file.Scott Wood
2008-01-04Look for include files in the directory of the including file.Scott Wood
2007-03-26DTC: Add support for a C-like #include "file" mechanism.Jon Loeliger