log

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