summaryrefslogtreecommitdiff
path: root/srcpos.c
Commit message (Expand)AuthorAgeFilesLines
* 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