log

age author description
Tue, 09 Aug 2011 18:17:00 -0600 lost Add back the dollarlocal and nodollarlocal pragma strings for compatibility with the documentation.
Tue, 09 Aug 2011 18:16:41 -0600 lost Document the new autobranchlength pragma
Tue, 09 Aug 2011 18:08:55 -0600 lost Pragma autobranchlength implementation completed
Mon, 08 Aug 2011 23:00:27 -0600 lost Added initial infrastructure for pragma autobranchlength (suggested by Ebonhand on irc)
Sun, 07 Aug 2011 12:41:06 -0600 lost Fix parsing padding argument for align pseudo op
Sun, 07 Aug 2011 12:31:19 -0600 lost Fixed uninitialized variable in &-prefix and %-prefix constant parsing
Sun, 07 Aug 2011 12:15:56 -0600 lost Correct size handling for mod and emod
Sun, 07 Aug 2011 10:49:28 -0600 lost Updated manual to describe nolist pragma and pragma stacks
Sun, 07 Aug 2011 10:37:22 -0600 lost Pragma stack at parse stage now works
Sun, 07 Aug 2011 10:23:14 -0600 lost Fixed pragma noindex0tonone to work
Sun, 07 Aug 2011 00:58:00 -0600 lost Added *pragmapush and *pragmapop; still seems to be nonfunctional
Sat, 06 Aug 2011 23:29:17 -0600 lost Fixed bug with symbol on a line with a comment not getting registered
Sat, 06 Aug 2011 23:20:45 -0600 lost Adjustments for list code
Sat, 06 Aug 2011 23:20:10 -0600 lost Even more command line parser fixing
Sat, 06 Aug 2011 22:50:54 -0600 lost More command line args fixing
Sat, 06 Aug 2011 22:35:58 -0600 lost Fixed arg handling for short args in command line option parser - optional args for short opts should now work and options no longer need a space between option character and argument
Sat, 06 Aug 2011 22:16:09 -0600 lost Set version to indicate development since 4.2
Sat, 06 Aug 2011 22:15:43 -0600 lost Added --define= option to predfine a symbol for assembly
Sat, 06 Aug 2011 10:51:33 -0600 lost Added tag lwtools-4.2 for changeset 1cb23a4e1e7d
Sat, 06 Aug 2011 10:50:52 -0600 lost Removed tag lwtools-4.2 lwtools-4.2
Sat, 06 Aug 2011 10:49:33 -0600 lost Silence compiler warning and tag 4.2 release
Sat, 06 Aug 2011 10:48:48 -0600 lost Added tag lwtools-4.2 for changeset 8ee33204fa79
Sat, 06 Aug 2011 10:37:39 -0600 lost Set for 4.2 release
Sat, 06 Aug 2011 10:37:27 -0600 lost Fixed &-prefix decimal constant parse problem
Sat, 06 Aug 2011 10:29:12 -0600 lost Fixed bug parsing %-prefix binary constants
Wed, 22 Jun 2011 19:28:36 -0600 lost Squashed the remaining memory leaks revealed by valgrind
Wed, 22 Jun 2011 19:13:06 -0600 lost Fixed numerous *common* memory leaks in epxression code
Wed, 22 Jun 2011 19:06:14 -0600 lost Really fix memory leaks
Wed, 22 Jun 2011 18:58:10 -0600 lost Fixed memory leaks revealed by valgrind
Wed, 22 Jun 2011 18:57:59 -0600 lost Fixed memory leaks revealed by valgrind