Tue, 11 Jun 2013 13:55:09 -0400 |
David A. Holland |
Print a warning if we get an unexpected error trying to open a file.
|
Tue, 11 Jun 2013 13:50:07 -0400 |
David A. Holland |
Fix handling of relative includes.
|
Tue, 11 Jun 2013 12:15:47 -0400 |
David A. Holland |
__unused -> UNUSED
|
Tue, 11 Jun 2013 11:13:58 -0400 |
David A. Holland |
Allow absolute paths in include files.
|
Mon, 10 Jun 2013 23:51:07 -0400 |
David A. Holland |
add 2013 to copyrights where it seems warranted
|
Mon, 10 Jun 2013 21:30:20 -0400 |
David A. Holland |
Don't recognize comments within double-quote strings.
|
Mon, 10 Jun 2013 19:56:55 -0400 |
David A. Holland |
More multiline comment fixes.
|
Sat, 30 Mar 2013 23:05:59 -0400 |
David A. Holland |
Fix inline usage as per the version in dholland-make2.
|
Sat, 30 Mar 2013 21:17:47 -0400 |
David A. Holland |
Pass the size to free; it makes debug checking easier.
|
Sat, 30 Mar 2013 21:02:25 -0400 |
David A. Holland |
Wrap free() in dofree() to allow instrumenting it for debugging.
|
Mon, 20 Dec 2010 06:53:32 -0500 |
David A. Holland |
copyrights
|
Mon, 20 Dec 2010 05:42:15 -0500 |
David A. Holland |
two more tests, more fixes
posted-20101220
|
Mon, 20 Dec 2010 04:30:02 -0500 |
David A. Holland |
fix some bugs
|
Sun, 19 Dec 2010 21:42:01 -0500 |
David A. Holland |
handle directives
|
Sun, 19 Dec 2010 19:49:43 -0500 |
David A. Holland |
seenfile -> placefile (clearer)
|
Sun, 19 Dec 2010 19:27:14 -0500 |
David A. Holland |
move seenfiles to place.c too
|
Sun, 19 Dec 2010 19:19:02 -0500 |
David A. Holland |
move destroyall to array.h
|
Sun, 19 Dec 2010 19:15:55 -0500 |
David A. Holland |
split place stuff to its own file
|
Sun, 19 Dec 2010 19:08:24 -0500 |
David A. Holland |
make places work better
|
Sun, 19 Dec 2010 18:55:51 -0500 |
David A. Holland |
checkpoint - can find files
|