log lwasm/pseudo.c @ 516:c33b4abff860

age author description
Thu, 11 Feb 2021 09:25:16 -0700 William Astle Fix bug related to parsing \x sequences under pragma cstrings
Fri, 02 Nov 2018 21:07:50 -0600 William Astle Add "noexpandcond" pragma (cleans up listings)
Mon, 27 Nov 2017 23:10:19 -0700 William Astle Fix up execution address handling for ihex and srec output (lwasm)
Fri, 18 Nov 2016 21:25:43 -0700 William Astle Add support for undocumented custom module format (for LW)
Thu, 03 Mar 2016 21:04:39 -0700 William Astle Add "basic" output format
Tue, 14 Jul 2015 23:12:24 -0600 William Astle Fix minor error in string parsing
Mon, 13 Jul 2015 21:20:30 -0600 William Astle Add conditional for testing if a pragma is in effect
Mon, 13 Jul 2015 21:18:02 -0600 William Astle Add REORG pseudo op
Mon, 13 Jul 2015 21:11:12 -0600 William Astle Allow FCB-like syntax after constant in FCC under m80ext
Mon, 13 Jul 2015 20:59:02 -0600 William Astle Add m80ext pragma for Macro-80C compatibility and ignore END in includes
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, 26 May 2015 17:49:26 -0600 William Astle Fix some signedness mismatches
Sun, 12 Apr 2015 12:11:19 -0600 William Astle Fix includebin to use binary mode when emitting the contents of the file.
Tue, 16 Jul 2013 21:48:49 -0600 William Astle Make DTS not have problems if used multiple times.
Tue, 16 Jul 2013 21:46:12 -0600 William Astle Correct CRC problems with DTS pseudo op
Sat, 09 Mar 2013 11:11:51 -0700 William Astle Make fill and align do something useful in the object target
Wed, 06 Feb 2013 21:43:10 -0700 William Astle Clean up various warnings when building under -Wall
Fri, 25 Jan 2013 22:43:10 -0700 William Astle Make the complaint about negative block/reservation sizes show value.
Thu, 19 Jul 2012 13:17:30 -0600 William Astle Remove stray \n from dts
Sun, 15 Jul 2012 21:19:04 -0600 William Astle Prevent infinite loop due to warning directive
Sun, 15 Jul 2012 20:50:18 -0600 William Astle Make unicorns notice referenced files better
Sun, 10 Jun 2012 18:24:31 -0600 William Astle Add --preprocess option
Sun, 10 Jun 2012 14:55:27 -0600 William Astle Add FDBS pseudo op.
Sun, 10 Jun 2012 14:14:43 -0600 William Astle Fix handling of comments on ELSE lines
Sat, 09 Jun 2012 15:57:58 -0600 William Astle Fix crash on conditionals with undefined symbols
Thu, 22 Dec 2011 18:04:13 -0700 lost Various enhancements to lwasm
Sun, 28 Aug 2011 15:36:57 -0600 lost Make ELSE not barf if comment on line with it
Sun, 28 Aug 2011 14:16:45 -0600 lost Trap negative sizes for [rz]m[bdq] and flag error
Thu, 25 Aug 2011 22:29:58 -0600 lost Fixed segfault in fcb,fdb,fqb with empty operands
Wed, 24 Aug 2011 21:16:07 -0600 lost Fixed ENDC to work with comments after it
Fri, 19 Aug 2011 23:55:40 -0600 lost Implement distinction between . and * for OS9 modules
Wed, 17 Aug 2011 19:44:32 -0600 lost Adjustments to dts/dtb
Fri, 12 Aug 2011 00:03:07 -0600 lost ifdef sym1|sym2 now works
Thu, 11 Aug 2011 23:50:16 -0600 lost Added DTS and DTB pseudo ops; initial attempt to allow ifdef SYM1|SYM2
Sun, 07 Aug 2011 12:41:06 -0600 lost Fix parsing padding argument for align pseudo op
Wed, 22 Jun 2011 19:28:36 -0600 lost Squashed the remaining memory leaks revealed by valgrind
Wed, 22 Jun 2011 18:57:42 -0600 lost Fixed several memory leaks revealed by valgrind
Wed, 25 May 2011 21:42:01 -0600 lost Make ifdef work correctly
Wed, 20 Apr 2011 21:12:54 -0600 lost Fixed bug parsing octal constants under cescapes pragma
Wed, 13 Apr 2011 19:01:53 -0600 lost Restored pragma cescapes functionality
Thu, 07 Apr 2011 18:44:43 -0600 lost Make for condition clearer
Thu, 07 Apr 2011 18:38:09 -0600 lost Fixed problem with filename handling in includebin
Wed, 06 Apr 2011 00:40:40 -0600 lost Clean up warning about unused variable
Tue, 05 Apr 2011 23:59:41 -0600 lost Added string comparison pseudo ops
Sat, 02 Apr 2011 22:33:39 -0600 lost Fix line number sequence after including a file
Sat, 02 Apr 2011 02:19:02 -0600 lost Caused expressions used in setdp and conditionals to be reduced on pass 1
Sat, 22 Jan 2011 10:37:53 -0700 lost Removed use of asprintf() and added Makefile options for cross compiling; also a bugfix with sizeof{} in lwasm
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