log lwasm/main.c @ 441:b138b4005125

age author description
Mon, 27 Nov 2017 22:35:53 -0700 William Astle Make missing command line arguments fail properly
Fri, 18 Nov 2016 21:25:43 -0700 William Astle Add support for undocumented custom module format (for LW)
Thu, 03 Nov 2016 21:44:32 -0600 William Astle Change to engage forwardrefmax pragma by default
Mon, 21 Mar 2016 09:02:23 -0600 William Astle Fix wrong sense in strcasecmp()
Thu, 03 Mar 2016 21:04:39 -0700 William Astle Add "basic" output format
Mon, 13 Jul 2015 21:52:43 -0600 William Astle Add option to specify tab width in 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, 15 Jun 2015 21:21:58 -0600 William Astle Change processor target variations to pragmas.
Tue, 02 Jun 2015 20:58:14 -0600 William Astle Make byte overflow detection for 8 bit immediate not fail with COM operator
Tue, 02 Jun 2015 20:08:58 -0600 William Astle Add map file output and option to suppress local symbols in listings
Tue, 05 Aug 2014 22:04:23 -0600 William Astle Allow disabling debugging messages.
Tue, 15 Apr 2014 10:57:34 -0600 William Astle Add support for 6800 compatibility instructions.
Mon, 03 Mar 2014 21:30:38 -0700 Tom LeMense Add support for Motorola SREC and Intel Hex output formats to lwasm.
Sat, 08 Jun 2013 09:54:37 -0600 William Astle Re-enable rawrel output format
Fri, 25 Jan 2013 21:48:01 -0700 William Astle Add trap for divide by zero in expression library
Sun, 15 Jul 2012 21:46:29 -0600 William Astle Add flag to output stream for end of unicorns
Sun, 15 Jul 2012 21:19:43 -0600 William Astle Make unicorns grok errors and warnings.
Sun, 15 Jul 2012 20:50:18 -0600 William Astle Make unicorns notice referenced files better
Sun, 15 Jul 2012 10:50:46 -0600 William Astle Add --unicorns option for IDE integration
Sun, 10 Jun 2012 18:24:31 -0600 William Astle Add --preprocess option
Sat, 09 Jun 2012 23:17:43 -0600 William Astle Make --6309/--6809 work properly
Thu, 22 Dec 2011 18:04:13 -0700 lost Various enhancements to lwasm
Sat, 06 Aug 2011 23:20:45 -0600 lost Adjustments for list code
Sat, 06 Aug 2011 22:15:43 -0600 lost Added --define= option to predfine a symbol for assembly
Tue, 12 Apr 2011 17:56:51 -0600 lost Added --dependnoerr flag to list dependencies on non-existent files without bailing out; also suppress error reports during dependency generation
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
Sat, 22 Jan 2011 09:40:52 -0700 lost Switched lwasm to lw_cmdline from argp
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