log ChangeLog @ 446:194787ce2a77 3.0

age author description
Thu, 04 Nov 2010 22:40:57 -0600 lost Adjusted listings to convert tabs to spaces; assume 8 space tabs 3.0
Mon, 02 Aug 2010 13:24:07 -0600 lost Started creation of lwdisasm
Mon, 26 Apr 2010 19:30:44 -0600 lost Brought forward lwlink, lwar, and lwobjdump along with some misc junk
Thu, 04 Feb 2010 03:34:43 +0000 lost Setting up project structure
Sat, 25 Apr 2009 02:18:06 +0000 lost Fixed regression related to force linking a library file 2.3
Thu, 11 Jun 2009 23:13:00 +0000 lost Release 2.4.1 with a fix for parsing problem that made the assembler mostly useless 2.4
Mon, 31 Aug 2009 08:39:36 +0000 lost fixed expression 'slots' to not store null on a pass 1 store 2.5
Sat, 26 Dec 2009 02:39:31 +0000 lost Fixed segault in resolution of sizeof{} 2.6 2.6.1-fixed
Thu, 07 Jan 2010 03:57:58 +0000 lost Fixed problem with local symbol context handling in the face of conditional assembly 2.x
Sat, 26 Dec 2009 08:24:35 +0000 lost Added --depend option to generate a list of dependencies 2.x
Sat, 26 Dec 2009 02:36:43 +0000 lost Fixed segfault on reference to sizeof{} 2.x 2.6.1
Tue, 22 Dec 2009 04:53:20 +0000 lost Added support for include path to LWASM 2.x
Sun, 20 Dec 2009 05:40:47 +0000 lost Support files with line numbers in lwasm 2.x
Sat, 19 Dec 2009 06:38:43 +0000 lost Added struct support to LWASM 2.x
Wed, 09 Dec 2009 03:59:26 +0000 lost Fixed obscure comment detection bug 2.x
Sat, 28 Nov 2009 04:46:09 +0000 lost Fixed LWEX binary output when BSS size > 0 2.x
Fri, 27 Nov 2009 22:04:05 +0000 lost Fixed default LWEX0 linkscript to include .ctors and .dtors sections 2.x
Thu, 26 Nov 2009 21:12:45 +0000 lost Added no-op .bank pseudo-op to support compiling gcc6809 2.x
Sun, 22 Nov 2009 05:46:31 +0000 lost Fixed various problems with determining which files to include in the output and also fixed problem identifying which files actually resolved symbols 2.x
Thu, 19 Nov 2009 02:44:11 +0000 lost Changed default LWEX stack size to 1K 2.x
Thu, 19 Nov 2009 00:51:31 +0000 lost Fixed selection of objects for inclusion from within libraries to actually resolve references correctly 2.x
Wed, 16 Sep 2009 00:29:06 +0000 lost Allow symbols to appear after whitespace when terminated by : 2.x
Tue, 15 Sep 2009 03:16:17 +0000 lost Added zero-width external references 2.x
Fri, 14 Aug 2009 03:22:26 +0000 lost Added os9 target, pragma to control whether $ localizes a symbol, and fixed some condition nesting bugs
Fri, 12 Jun 2009 05:25:41 +0000 lost Added a padding value for the ALIGN directive
Fri, 12 Jun 2009 03:18:32 +0000 lost Added --6809/--6309 switches and some cleanups in error reporting
Fri, 12 Jun 2009 01:31:18 +0000 lost Fixed additional parsing problems with pseudo ops
Fri, 12 Jun 2009 00:19:03 +0000 lost Added compatibility alternatives to TFM
Fri, 12 Jun 2009 00:06:13 +0000 lost Added && and || to lwasm
Thu, 11 Jun 2009 23:29:15 +0000 lost Fixed filename parsing bug in include directive and added includebin directive
Thu, 11 Jun 2009 23:12:31 +0000 lost Fixed error with fix for bad operands
Mon, 11 May 2009 06:09:49 +0000 lost Fixed lack of error when there are extraneous characters at the end of the operand.
Sat, 09 May 2009 16:39:17 +0000 lost Allow 8 bit immediate operands to be external references
Sat, 09 May 2009 16:32:47 +0000 lost Fixed segfault in import/extern pseudo op
Sat, 09 May 2009 16:21:54 +0000 lost Fixed off by one relocation offset for direct page external references
Fri, 24 Apr 2009 22:09:13 +0000 lost Update version
Tue, 21 Apr 2009 03:45:12 +0000 lost Fixed bug with library search path
Mon, 20 Apr 2009 02:24:33 +0000 lost Made lwlink smarter about not included unneeded (unreferenced) members of a library file
Sun, 29 Mar 2009 14:52:28 +0000 lost Added 8 bit external references for base page addressing mode
Sun, 22 Mar 2009 16:28:40 +0000 lost Allow exporting multiple symbols on a single directive
Sun, 22 Mar 2009 16:12:06 +0000 lost Added ~ prefix operator (1s complement)
Sun, 22 Mar 2009 16:08:20 +0000 lost Added 'sym=expr' opcode handling
Sun, 22 Mar 2009 06:51:48 +0000 lost Added --extract and --replace to lwar
Sun, 22 Mar 2009 04:24:39 +0000 lost Added LWEX0 (LWOS simple binary) target to lwlink
Sat, 21 Mar 2009 19:47:45 +0000 lost Added support for outputting a linkmap
Sat, 21 Mar 2009 17:39:45 +0000 lost Make lwlink display all undefined references instead of bailing after the first one
Sat, 21 Mar 2009 17:03:42 +0000 lost modified lwlink to merge contiguous sections in the DECB output file to avoid the explosion of preambles
Fri, 06 Mar 2009 01:35:40 +0000 lost Arranged for lwasm and lwlink to remove the output file in case they fail
Thu, 05 Mar 2009 02:23:25 +0000 lost Added library paths and --section-base
Sun, 01 Mar 2009 19:37:03 +0000 lost Added LWAR skeleton
Sun, 01 Mar 2009 00:53:21 +0000 lost Added ability to use 0x and 0X as prefixes for hexadecimal numbers
Sun, 08 Feb 2009 03:00:44 +0000 lost Allow lines starting with # to be ignored
Sat, 31 Jan 2009 18:59:53 +0000 lost Updated changelog
Sat, 31 Jan 2009 18:22:58 +0000 lost Updated changelog
Thu, 29 Jan 2009 06:27:35 +0000 lost Added a changelog