log

age author description
Fri, 16 Mar 2012 19:44:12 -0600 William Astle Short ciruit some recursion in expression library
Fri, 16 Mar 2012 17:29:53 -0600 William Astle Add a time stamp to debug messages
Thu, 15 Mar 2012 09:33:26 -0600 William Astle Fix --help and --usage to display = correctly for long option args
Thu, 15 Mar 2012 09:27:48 -0600 William Astle Fix --section-start handling and add --map to ld wrapper.
Thu, 15 Mar 2012 09:26:24 -0600 William Astle Elaborated the readme for the gcc6809 patch
Sun, 11 Mar 2012 16:05:54 -0600 William Astle Changed symbol table to use a binary tree.
Wed, 25 Jan 2012 22:39:17 -0700 William Astle Fix noexpand macro listings to show all bytes output
Fri, 13 Jan 2012 22:32:15 -0700 lost Added lwcc, lwcpp stubs
Fri, 13 Jan 2012 21:33:55 -0700 lost Added hidden options to lw_cmdline
Fri, 13 Jan 2012 21:28:34 -0700 lost Added "documentation only" options to lw_cmdline and also allowed options that do not have a long equivalent
Wed, 11 Jan 2012 20:26:47 -0700 lost Fixed typos with conversion away from rules.make stuff
Wed, 11 Jan 2012 20:25:29 -0700 lost Removed rules.make stuff in sub directories - it was not particularly helpful
Wed, 11 Jan 2012 20:18:10 -0700 lost Add stub for lwcc
Sat, 24 Dec 2011 12:20:43 -0700 lost Added blurb about lwcc
Thu, 22 Dec 2011 18:04:13 -0700 lost Various enhancements to lwasm
Thu, 22 Dec 2011 18:03:38 -0700 lost Clean up some mess in lwbasic directory
Thu, 22 Dec 2011 18:03:04 -0700 lost Make ld wrapper more capable
Thu, 22 Dec 2011 18:01:59 -0700 lost Added --entry option for lwlink
Wed, 21 Sep 2011 21:14:09 -0600 lost Added gcc6809lw patch to extras
Sat, 17 Sep 2011 11:45:13 -0600 lost Arranged for dependencies to be generated when building object files; no more extraneous dependency rebuilds
Sat, 17 Sep 2011 09:57:55 -0600 lost Fixed bug handling bss in lwex
Thu, 15 Sep 2011 17:08:16 -0600 lost Added --sysroot support to lwlink and the ld wrapper script
Fri, 09 Sep 2011 22:08:07 -0600 lost Fix stupid thinko when making all instances of a constant section start at 0
Wed, 07 Sep 2011 21:59:10 -0600 lost Make 'imm8' instructions actually complain about a bad operand if no # is present
Wed, 07 Sep 2011 21:49:35 -0600 lost Added note about "make test" to readme
Wed, 07 Sep 2011 21:47:07 -0600 lost added tests to verify 6809 opcodes are correct
Wed, 07 Sep 2011 20:45:39 -0600 lost Fixing up helper for building manual
Wed, 07 Sep 2011 20:45:20 -0600 lost Added test framework
Mon, 05 Sep 2011 18:10:21 -0600 William Astle Fixed segfault opening relative paths without a current directory on the stack; probably a symptom of another bug somewhere
Fri, 02 Sep 2011 18:10:26 -0600 lost Actually check for 6309 instructions when in 6809 mode. Thanks to adamgr on IRC for finding the problem.
Mon, 29 Aug 2011 19:18:23 -0600 lost More manual updates
Mon, 29 Aug 2011 19:16:35 -0600 lost Added convenience makefile for generating docs
Mon, 29 Aug 2011 19:15:50 -0600 lost Documentation updates
Mon, 29 Aug 2011 19:05:18 -0600 lost Make multiple instances of constant sections all start at offset 0 rather than merging them
Mon, 29 Aug 2011 18:30:55 -0600 lost Fixed problem with rmb, etc., not working right wrt line address when not in os9 mode
Sun, 28 Aug 2011 17:03:43 -0600 lost Fixed opcodes for MULD
Sun, 28 Aug 2011 16:49:50 -0600 lost Added SPC pseudo NOOPmake
Sun, 28 Aug 2011 15:39:26 -0600 lost Added SPC pseudo NOOP
Sun, 28 Aug 2011 15:36:57 -0600 lost Make ELSE not barf if comment on line with it
Sun, 28 Aug 2011 15:04:35 -0600 lost Add _constants to the list of sections that get the constant flag by default
Sun, 28 Aug 2011 14:17:33 -0600 lost Don't error out on dlen set and len not for insn length resolution
Sun, 28 Aug 2011 14:16:45 -0600 lost Trap negative sizes for [rz]m[bdq] and flag error
Sun, 28 Aug 2011 14:16:10 -0600 lost Make constant sections always resolve with a constant base offset of zero instead of an undefined reference
Sun, 28 Aug 2011 11:45:38 -0600 lost Correct bug with handling symbol resolution and constant section handling
Sun, 28 Aug 2011 02:06:42 -0600 lost Added 'constant' sections to object file handling for lwasm and lwlink
Sun, 28 Aug 2011 00:07:15 -0600 lost Fixed error where external references within a library file were not resolved when linking
Sat, 27 Aug 2011 23:16:50 -0600 lost Make sections behave correctly again with the update to support . and * for os9
Sat, 27 Aug 2011 00:23:19 -0600 lost Added prebuilt manual to repository to avoid failures to include it during releases
Sat, 27 Aug 2011 00:21:35 -0600 lost Added documentation about OS9 module support in lwlink
Fri, 26 Aug 2011 23:44:44 -0600 lost Fix up some minor thinkos in handling the module layout and header
Fri, 26 Aug 2011 23:36:13 -0600 lost Allow os9 directive in object target
Fri, 26 Aug 2011 23:36:00 -0600 lost Fixed crash and bogus warning with os9 module target
Fri, 26 Aug 2011 23:26:00 -0600 lost Initial pass at OS9 module support for lwlink
Thu, 25 Aug 2011 22:29:58 -0600 lost Fixed segfault in fcb,fdb,fqb with empty operands
Wed, 24 Aug 2011 21:16:17 -0600 lost Added ENDIF as alias for ENDC
Wed, 24 Aug 2011 21:16:07 -0600 lost Fixed ENDC to work with comments after it
Sat, 20 Aug 2011 09:59:45 -0600 lost Make os9 directives not throw spurious bad operand errors
Sat, 20 Aug 2011 00:02:55 -0600 lost Documented the addition of data/code address streams for OS9 modules.
Fri, 19 Aug 2011 23:55:40 -0600 lost Implement distinction between . and * for OS9 modules
Fri, 19 Aug 2011 20:36:43 -0600 lost Added PAGE as a noop pseudo