log lwlib/lw_expr.c @ 434:052c5f335a92

age author description
Mon, 23 Jan 2017 22:58:36 -0700 William Astle Fix bug in like terms collection in expression simplification
Tue, 13 Oct 2015 23:38:02 -0600 William Astle Initial commit of pragma newsource
Mon, 13 Jul 2015 20:50:02 -0600 William Astle Add ?rts target for branch instructions
Tue, 02 Jun 2015 20:58:14 -0600 William Astle Make byte overflow detection for 8 bit immediate not fail with COM operator
Sat, 14 Mar 2015 14:06:13 -0600 William Astle Fix potential memory access after free in lw_expr_simplify_go()
Fri, 08 Aug 2014 12:14:22 -0600 William Astle Revert 3b5a45c6ab92
Sat, 02 Aug 2014 10:08:01 -0600 William Astle Speed improvement to lw_expr
Sun, 13 Apr 2014 20:25:04 -0600 William Astle Allow ; as a delimiter for 6309 logic operations.
Wed, 06 Feb 2013 21:43:10 -0700 William Astle Clean up various warnings when building under -Wall
Fri, 25 Jan 2013 21:54:02 -0700 William Astle Apply division by zero fix to modulus operator too.
Fri, 25 Jan 2013 21:48:01 -0700 William Astle Add trap for divide by zero in expression library
Fri, 16 Mar 2012 19:44:12 -0600 William Astle Short ciruit some recursion in expression library
Thu, 11 Aug 2011 20:33:20 -0600 William Astle Added ! as a synomym for bitwise or (|)
Wed, 22 Jun 2011 19:13:06 -0600 lost Fixed numerous *common* memory leaks in epxression code
Wed, 22 Jun 2011 18:39:32 -0600 lost Actually initialize all fields of structure in lw_expr_create()
Mon, 04 Apr 2011 17:55:08 -0600 lost Added an instruction reduction immediately after instruction parsing to minimize memory footprint and expression complexity
Sat, 22 Jan 2011 16:11:15 -0700 lost Brought forward patch to fix bug with complex external references generating invalid relocations in the object file
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