log utils.h @ 209:256f51fde64c default tip

age author description
Sun, 04 Sep 2016 17:14:42 -0400 David A. Holland Add a -debuglog option to send an execution trace to a file.
Fri, 12 Jun 2015 03:28:19 -0400 David A. Holland Don't use <stdbool.h> unless __STDC__ is large enough.
Fri, 12 Jun 2015 01:31:49 -0400 David A. Holland Don't need digits[], take it back out.
Fri, 27 Feb 2015 02:06:49 +0100 Joerg Sonnenberger Fully implement #line.
Sat, 13 Jul 2013 12:38:54 -0400 David A. Holland Allow complain(NULL, format, ...)
Tue, 11 Jun 2013 12:15:47 -0400 David A. Holland __unused -> UNUSED
Mon, 10 Jun 2013 23:46:47 -0400 David A. Holland don't rely on netbsd cdefs.h
Sun, 31 Mar 2013 04:17:51 +0200 Joerg Sonnenberger __dead + __printflike for clang
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 01:51:47 -0500 David A. Holland deal with macro parameters
Mon, 20 Dec 2010 00:32:20 -0500 David A. Holland expression evaluator
Sun, 19 Dec 2010 19:15:55 -0500 David A. Holland split place stuff to its own file
Sun, 19 Dec 2010 18:55:51 -0500 David A. Holland checkpoint - can find files
Sun, 19 Dec 2010 16:51:57 -0500 David A. Holland support code