log lwasm/lwasm.c @ 433:b1adf549d181

age author description
Mon, 23 Jan 2017 22:54:19 -0700 William Astle Add some debugging instrumentation for tracking an expression bug
Fri, 18 Nov 2016 21:25:43 -0700 William Astle Add support for undocumented custom module format (for LW)
Mon, 21 Mar 2016 09:13:45 -0600 William Astle Add error string for "user error"
Mon, 21 Mar 2016 09:06:55 -0600 Tormod Volden lwasm: Add missing "Undefined symbol" error string
Tue, 13 Oct 2015 23:38:02 -0600 William Astle Initial commit of pragma newsource
Mon, 13 Jul 2015 21:34:50 -0600 William Astle Make error output more friendly to IDEs
Mon, 13 Jul 2015 21:18:02 -0600 William Astle Add REORG pseudo op
Mon, 13 Jul 2015 21:04:39 -0600 William Astle Allow multibyte ascii constants in m80ext mode
Mon, 13 Jul 2015 20:47:30 -0600 William Astle Add cycle counting to listing
Mon, 13 Jul 2015 20:35:16 -0600 William Astle Add "testmode" pragma
Mon, 13 Jul 2015 20:31:56 -0600 William Astle Clean up various "externs"
Mon, 22 Jun 2015 18:49:38 -0600 William Astle Convert internal error/warning handling framework to a new unified system
Tue, 02 Jun 2015 20:58:14 -0600 William Astle Make byte overflow detection for 8 bit immediate not fail with COM operator
Fri, 15 May 2015 15:47:26 -0600 William Astle Make base prefix sigils error out if no number following
Thu, 31 Jul 2014 17:20:11 -0600 William Astle Factor some code for simplifying lines so it can be reused
Fri, 11 Apr 2014 21:50:47 -0600 Tom LeMense Allow trailing ' or " on ascii constants
Wed, 30 Jan 2013 21:47:15 -0700 William Astle Fix crash on expression range calculation
Fri, 25 Jan 2013 21:48:01 -0700 William Astle Add trap for divide by zero in expression library
Sun, 23 Sep 2012 13:06:43 -0600 William Astle Add new heuristic for resolving instruction sizes.
Tue, 14 Aug 2012 23:03:59 -0600 William Astle Silence debug message
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
Sat, 02 Apr 2011 02:19:02 -0600 lost Caused expressions used in setdp and conditionals to be reduced on pass 1
Mon, 24 Jan 2011 18:31:07 -0700 lost Fixed missing return value
Sat, 22 Jan 2011 16:15:32 -0700 lost Brought forward patch to fix segfault with output outside of a section
Thu, 20 Jan 2011 22:39:46 -0700 lost Clean up insane number of compiler warnings under -Wall
Wed, 19 Jan 2011 22:27:17 -0700 lost Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization