log eval.c @ 201:cc6ad214664a

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.
Tue, 11 Jun 2013 12:15:47 -0400 David A. Holland __unused -> UNUSED
Mon, 10 Jun 2013 23:33:37 -0400 David A. Holland Accept [UL]* after integer constants.
Mon, 10 Jun 2013 23:22:12 -0400 David A. Holland fix some bugs.
Mon, 10 Jun 2013 22:51:17 -0400 David A. Holland Don't expect the eval result to contain EOF *then* a value.
Sun, 31 Mar 2013 02:02:16 -0400 David A. Holland Assert on trailing whitespace.
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 00:32:20 -0500 David A. Holland expression evaluator