log

age author description
Wed, 22 Jun 2011 19:13:06 -0600 lost Fixed numerous *common* memory leaks in epxression code
Wed, 22 Jun 2011 19:06:14 -0600 lost Really fix memory leaks
Wed, 22 Jun 2011 18:58:10 -0600 lost Fixed memory leaks revealed by valgrind
Wed, 22 Jun 2011 18:57:59 -0600 lost Fixed memory leaks revealed by valgrind
Wed, 22 Jun 2011 18:57:42 -0600 lost Fixed several memory leaks revealed by valgrind
Wed, 22 Jun 2011 18:39:32 -0600 lost Actually initialize all fields of structure in lw_expr_create()
Wed, 22 Jun 2011 18:32:46 -0600 lost Fixed wrong size in lw_alloc() for lw_stack_create()
Wed, 25 May 2011 21:59:58 -0600 lost Make *pragma work correctly
Wed, 25 May 2011 21:42:01 -0600 lost Make ifdef work correctly
Wed, 25 May 2011 20:05:34 -0600 lost Bump version to reflect ongoing development
Wed, 25 May 2011 19:20:39 -0600 Lost Wizard (lost Made pragma nolist suppress listing symbols defined under the pragma when listing the symbol table
Wed, 25 May 2011 19:13:33 -0600 Lost Wizard (lost Added nolist pragma to suppress listing output of non-code generating lines
Wed, 18 May 2011 20:09:33 -0600 lost Version 4.1
Sat, 23 Apr 2011 21:27:25 -0600 lost Removed excess verbosity from the 'ld' wrapper script
Sat, 23 Apr 2011 21:02:04 -0600 lost Updated default linkscript for lwex target
Wed, 20 Apr 2011 21:42:02 -0600 lost Fixed typo in static lookup table for indexed modes
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
Tue, 12 Apr 2011 17:58:13 -0600 lost Added missing newlines to error messages related to opening files
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
Tue, 12 Apr 2011 14:16:36 -0600 lost Added extra scripts that can be used to run gcc6809 with lwtools as its binutils
Sun, 10 Apr 2011 20:45:21 -0600 lost Fix crash during symbol registration when using object target
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, 09 Apr 2011 01:45:48 -0600 lost Change version to represent past 4.0
Sat, 09 Apr 2011 01:44:45 -0600 lost Fixed error in documentation - linkscripts use "entry" instead of "exec"
Sat, 09 Apr 2011 01:44:01 -0600 lost Make lwlink more verbose about unrecognized linkscript lines
Fri, 08 Apr 2011 21:38:15 -0600 lost Added tag lwtools-4.0 for changeset 05f1a31f8f1e
Fri, 08 Apr 2011 21:36:53 -0600 lost Set version to 4.0 lwtools-4.0
Fri, 08 Apr 2011 21:36:07 -0600 lost Added note about status of lwbasic
Thu, 07 Apr 2011 18:44:43 -0600 lost Make for condition clearer