aboutsummaryrefslogtreecommitdiff
path: root/srcpos.c
AgeCommit message (Expand)AuthorFilesLines
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