log

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