log lwlib/lw_expr.c @ 438:22bbb716dea6 3.0

age author description
Sat, 30 Oct 2010 10:40:26 -0600 lost Fixed memory leaks related to expressions; bumped version to 3.0.1 3.0
Sun, 24 Oct 2010 20:05:15 -0600 lost Eliminated infinite loop on recursive symbol resolution with a Q&D hack: limit the depth that lw_expr_simplify can be called to globally. Not thread friendly.
Sun, 19 Sep 2010 10:27:47 -0600 lost Prevent NULL deref in lw_expr_destroy 3.0-beta2
Wed, 14 Jul 2010 20:15:23 -0600 lost Various bugfixes; fixed lwobjdump to display symbols with unprintable characters more sensibly; start of a (nonfunctional for now) testing framework
Sat, 15 May 2010 13:39:21 -0600 lost Various bugfixes
Mon, 26 Apr 2010 17:59:30 -0600 lost Output incomplete references in object target
Thu, 22 Apr 2010 18:19:06 -0600 lost Created a useful debug framework and adjusted lw_expr_print() to return a "static" dynamic string
Wed, 21 Apr 2010 23:29:18 -0600 lost Much bugfixing