log lwasm/pseudo.c @ 280:4370370f38d1

age author description
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