log

age author description
Sat, 14 Sep 2013 22:42:53 -0600 William Astle Add stringification and token concatenation ccdev
Sat, 14 Sep 2013 21:27:03 -0600 William Astle Handle () surrounding macro args on invocation ccdev
Sat, 14 Sep 2013 20:04:38 -0600 William Astle Checkpoint lwcc development ccdev
Thu, 12 Sep 2013 22:06:26 -0600 William Astle Checkpoint lwcc development ccdev
Tue, 10 Sep 2013 19:56:05 -0600 William Astle Checkpoint on lwcc-cpp development ccdev
Mon, 09 Sep 2013 23:07:19 -0600 William Astle Checkpoint on lwcc-cpp development ccdev
Sun, 08 Sep 2013 21:58:12 -0600 William Astle Part one of the C preprocessor ccdev
Sun, 08 Sep 2013 17:08:50 -0600 William Astle Make lwcc driver understand -B ccdev
Sun, 08 Sep 2013 16:55:59 -0600 William Astle Updated lwcc README with info on the runtime support files ccdev
Sun, 08 Sep 2013 16:55:21 -0600 William Astle Updated Makefile to install additonal components of lwcc ccdev
Sun, 08 Sep 2013 15:53:06 -0600 William Astle Initial version of lwcc compiler driver and Makefile infrastructure ccdev
Sun, 08 Sep 2013 12:37:57 -0600 William Astle Set up .hgignore to ignore the lwcc driver program. ccdev
Sun, 08 Sep 2013 12:37:32 -0600 William Astle Set up for lwcc development with README file. ccdev
Sat, 07 Sep 2013 23:34:41 -0600 William Astle Branched for developing lwcc ccdev
Tue, 17 Sep 2013 19:11:47 -0600 William Astle Fix small memory leak in lw_stringlist_destroy()
Mon, 02 Sep 2013 10:49:57 -0600 William Astle Make byte overflow detection for indexing work better
Sat, 31 Aug 2013 11:46:00 -0600 William Astle Make <...,PCR complain on byte overflows
Tue, 16 Jul 2013 21:48:49 -0600 William Astle Make DTS not have problems if used multiple times.
Tue, 16 Jul 2013 21:46:12 -0600 William Astle Correct CRC problems with DTS pseudo op
Tue, 16 Jul 2013 17:04:45 -0600 William Astle Fix absolute path handling on Windows
Thu, 13 Jun 2013 22:17:36 -0600 William Astle Added tag lwtools-4.8 for changeset 1dcc0b174e3b
Thu, 13 Jun 2013 22:12:35 -0600 William Astle Bump version string to show 4.8 in preparation for release lwtools-4.8
Sat, 08 Jun 2013 09:54:37 -0600 William Astle Re-enable rawrel output format
Wed, 05 Jun 2013 19:57:09 -0600 Tormod Volden Makefile: Allow DESTDIR for distribution package creation
Wed, 05 Jun 2013 10:55:18 -0600 William Astle Fix some missing newlines at the end of header files
Sat, 25 May 2013 13:35:46 -0600 William Astle Fix crash on listing when nested noexpand macros are used
Sat, 20 Apr 2013 11:00:11 -0600 William Astle Fix conditional setting of build tools variables in the makefile
Sun, 07 Apr 2013 01:29:29 -0600 William Astle Allow overriding CC, AR, and RANLIB from the environment
Sun, 07 Apr 2013 01:18:31 -0600 William Astle Allow make install destination to be overridden
Sat, 09 Mar 2013 19:07:27 -0700 William Astle Remove references to lwbasic and lwcc directories from the Makefile
Sat, 09 Mar 2013 19:04:21 -0700 William Astle Remove the obsolete lwbasic directory and associated readme
Sat, 09 Mar 2013 19:03:09 -0700 William Astle Remove lwcc directory and references in docs
Sat, 09 Mar 2013 11:11:51 -0700 William Astle Make fill and align do something useful in the object target
Sun, 10 Feb 2013 19:22:24 -0700 William Astle Make lwar use the "b" flag when opening files.
Wed, 06 Feb 2013 21:43:10 -0700 William Astle Clean up various warnings when building under -Wall
Tue, 05 Feb 2013 22:39:34 -0700 William Astle Fix stupid error with ' vs " handling os9 edition
Mon, 04 Feb 2013 21:03:59 -0700 William Astle Add support for os9 module edition byte
Mon, 04 Feb 2013 20:51:55 -0700 William Astle Make case insensitive symbols error out on duplication
Mon, 04 Feb 2013 20:35:47 -0700 William Astle Make default build use -O3
Fri, 01 Feb 2013 00:04:19 -0700 William Astle Fix pragma nosymbolcase interaction with -D
Thu, 31 Jan 2013 19:34:54 -0700 William Astle Improved stack handling for os9 target in lwlink
Thu, 31 Jan 2013 16:28:41 -0700 William Astle Fix handling of attr override for os9 output
Wed, 30 Jan 2013 21:47:15 -0700 William Astle Fix crash on expression range calculation
Wed, 30 Jan 2013 21:40:34 -0700 William Astle Fix crash when no operand is present
Wed, 30 Jan 2013 21:32:14 -0700 William Astle Add documentation for the FILL pseudo operation
Sat, 26 Jan 2013 22:27:29 -0700 William Astle Document the "export" pragma
Fri, 25 Jan 2013 23:48:46 -0700 William Astle Fix warning about isalpha in input.c on windows
Fri, 25 Jan 2013 22:43:10 -0700 William Astle Make the complaint about negative block/reservation sizes show value.
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
Thu, 24 Jan 2013 21:24:32 -0700 William Astle Another adjustment for the drive letter problem.
Thu, 24 Jan 2013 21:00:00 -0700 William Astle First attempt at fixing the drive letter problem on Windows
Thu, 24 Jan 2013 20:58:30 -0700 William Astle Update version number to mark development past 4.7
Wed, 23 Jan 2013 13:32:15 -0700 William Astle Fix typo in documentation of lwasm --define switch.
Wed, 23 Jan 2013 13:21:57 -0700 William Astle Added tag lwtools-4.7 for changeset 65510f1574e4
Thu, 06 Dec 2012 10:53:21 -0700 William Astle Fix error with [,u] in 6809-only mode lwtools-4.7
Sun, 23 Sep 2012 13:11:34 -0600 William Astle Fix thinko with algorithm improvement.
Sun, 23 Sep 2012 13:06:43 -0600 William Astle Add new heuristic for resolving instruction sizes.
Tue, 14 Aug 2012 23:03:59 -0600 William Astle Silence debug message
Tue, 14 Aug 2012 21:06:52 -0600 William Astle Fix hang on undefined symbol in rmb under pragma undefextern
Mon, 13 Aug 2012 17:22:13 -0600 William Astle Removed extraneous debug message.
Sat, 11 Aug 2012 23:37:43 -0600 William Astle Bump version number in preparation for a release.
Sat, 11 Aug 2012 23:29:57 -0600 William Astle Added ability to add padding after a section when linking.
Sat, 11 Aug 2012 15:18:58 -0600 William Astle Fix error messages related to undefined symbols in lwlink
Fri, 10 Aug 2012 23:47:56 -0600 William Astle Added section base and length symbols to lwlink
Thu, 19 Jul 2012 13:17:30 -0600 William Astle Remove stray \n from dts
Sun, 15 Jul 2012 23:19:50 -0600 William Astle Bumped copyright year to include 2012 on manual
Sun, 15 Jul 2012 23:12:09 -0600 William Astle Added --define to lwasm documentation.
Sun, 15 Jul 2012 21:52:24 -0600 William Astle Don't suppress symbol listing in unicorns mode
Sun, 15 Jul 2012 21:46:29 -0600 William Astle Add flag to output stream for end of unicorns
Sun, 15 Jul 2012 21:43:18 -0600 William Astle Make unicorns not suppress assembly listings.
Sun, 15 Jul 2012 21:42:39 -0600 William Astle Make warnings show up in assembly listings.
Sun, 15 Jul 2012 21:19:43 -0600 William Astle Make unicorns grok errors and warnings.
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, 15 Jul 2012 20:14:51 -0600 William Astle More unicorn stuff - structs and macros
Sun, 15 Jul 2012 10:50:46 -0600 William Astle Add --unicorns option for IDE integration
Sun, 15 Jul 2012 10:27:43 -0600 William Astle Silence a few warnings
Sun, 10 Jun 2012 18:33:22 -0600 William Astle Fix thinko in previous commit
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
Sun, 10 Jun 2012 14:10:04 -0600 William Astle Fix crash bug on indexed expression handling
Sun, 10 Jun 2012 13:29:23 -0600 William Astle Fix undefined symbol error with pragma nosymbolcase
Sat, 09 Jun 2012 23:36:24 -0600 William Astle Added tag lwtools-4.6 for changeset 38ecb99d78dd
Sat, 09 Jun 2012 23:36:04 -0600 William Astle Set version to 4.6 for release. lwtools-4.6
Sat, 09 Jun 2012 23:17:43 -0600 William Astle Make --6309/--6809 work properly
Sat, 09 Jun 2012 17:23:04 -0600 William Astle Improve autobranchlength pragma
Sat, 09 Jun 2012 16:25:19 -0600 William Astle Added condundefzero pragma
Sat, 09 Jun 2012 16:03:36 -0600 William Astle Make warning actually work.
Sat, 09 Jun 2012 15:57:58 -0600 William Astle Fix crash on conditionals with undefined symbols
Sat, 09 Jun 2012 15:47:22 -0600 William Astle Added pragma to allow non case sensitive symbols
Thu, 24 May 2012 17:28:15 -0600 William Astle Add export pragma
Wed, 23 May 2012 19:37:30 -0600 William Astle Fix segfault during command parsing
Fri, 16 Mar 2012 22:54:10 -0600 William Astle Set version to indicate development past version 4.5
Fri, 16 Mar 2012 22:52:22 -0600 William Astle Added tag lwtools-4.5 for changeset 47a055c57d4a
Fri, 16 Mar 2012 22:37:02 -0600 William Astle Bump version to 4.5 in preparation for release lwtools-4.5
Fri, 16 Mar 2012 22:22:14 -0600 William Astle Short circuit unneeded loops in pass4
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