log place.c @ 209:256f51fde64c default tip

age author description
2017-08-01 David A. Holland Abort on line numbering or column numbering overflow.
2016-09-04 David A. Holland Add a -debuglog option to send an execution trace to a file.
2015-06-12 David A. Holland Add the ability to output line numbers, sort of.
2015-06-12 David A. Holland Replace Joerg's place_setfile with something that at least sort of works.
2015-02-27 Joerg Sonnenberger Fully implement #line.
2015-02-26 Joerg Sonnenberger Make place_getname public, so that __FILE__ can use it.
2013-07-13 David A. Holland Allow complain(NULL, format, ...)
2013-06-11 David A. Holland Reduce the maximum include depth from 128 to 120.
2013-06-11 David A. Holland Fix handling of relative includes.
2013-06-11 David A. Holland __unused -> UNUSED
2013-06-11 David A. Holland Don't crash printing the commandline place.
2013-03-31 David A. Holland Fix inline usage as per the version in dholland-make2.
2013-03-31 David A. Holland Pass the size to free; it makes debug checking easier.
2013-03-31 David A. Holland Wrap free() in dofree() to allow instrumenting it for debugging.
2010-12-20 David A. Holland copyrights
2010-12-20 David A. Holland two more tests, more fixes posted-20101220
2010-12-20 David A. Holland woops
2010-12-20 David A. Holland seenfile -> placefile (clearer)
2010-12-20 David A. Holland improve places more
2010-12-20 David A. Holland simplify places
2010-12-20 David A. Holland move seenfiles to place.c too
2010-12-20 David A. Holland split place stuff to its own file