log lwasm/lwasm.c @ 226:7c2c2239ec9c

age author description
Sun, 15 Jul 2012 21:19:43 -0600 William Astle Make unicorns grok errors and warnings.
Sun, 10 Jun 2012 14:10:04 -0600 William Astle Fix crash bug on indexed expression handling
Sat, 09 Jun 2012 17:23:04 -0600 William Astle Improve autobranchlength pragma
Sat, 09 Jun 2012 16:25:19 -0600 William Astle Added condundefzero pragma
Sat, 09 Jun 2012 16:03:36 -0600 William Astle Make warning actually work.
Fri, 16 Mar 2012 19:44:12 -0600 William Astle Short ciruit some recursion in expression library
Sun, 28 Aug 2011 14:16:10 -0600 lost Make constant sections always resolve with a constant base offset of zero instead of an undefined reference
Fri, 19 Aug 2011 23:55:40 -0600 lost Implement distinction between . and * for OS9 modules
Sun, 07 Aug 2011 12:31:19 -0600 lost Fixed uninitialized variable in &-prefix and %-prefix constant parsing
Sat, 06 Aug 2011 10:49:33 -0600 lost Silence compiler warning and tag 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
Sun, 10 Apr 2011 13:15:12 -0600 lost Fixed premature installation of external reference under UNDEFEXTERN pragma; should not resolve to external references until after the initial parsing pass
Mon, 04 Apr 2011 18:05:18 -0600 lost Accept negative sign after base prefix