log

age author description
Wed, 04 Jun 2025 01:18:51 -0600 William Astle Adjust operator precedence for comparison operators default tip
Tue, 03 Jun 2025 23:55:05 -0600 William Astle Add :: operaetor for pasting two LSBs into a single word
Thu, 29 May 2025 15:08:43 -0600 William Astle Update windows project files for recent developments
Mon, 21 Apr 2025 22:26:25 -0600 William Astle lwcc: pass through unhandled #pragma directives to the compiler
Mon, 21 Apr 2025 02:30:06 -0600 William Astle Add -undef, -nostdinc, and an ignored -x <lang> option to lwcc
Mon, 21 Apr 2025 02:18:45 -0600 William Astle Mark version string for ongoing development
Mon, 21 Apr 2025 02:18:12 -0600 William Astle Update lw_cmdline to support single dash long options
Fri, 18 Apr 2025 00:09:51 -0600 William Astle Added tag lwtools-4.24 for changeset 0baeffe2747f
Fri, 18 Apr 2025 00:07:54 -0600 William Astle Mark for version 4.24 release lwtools-4.24
Tue, 07 Jan 2025 20:15:28 -0700 William Astle Fix leak of potential errors and warnings in temporary line structures
Tue, 07 Jan 2025 20:03:08 -0700 William Astle Fix memory leak parsing link scripts
Tue, 07 Jan 2025 19:57:13 -0700 William Astle Do some proper cleanup when generating the map
Tue, 07 Jan 2025 19:55:49 -0700 William Astle Add missing destructor call in indexed instruction handler
Fri, 03 Jan 2025 10:37:48 -0700 William Astle Add updated gcc6809 patch for building on Debian Trixie
Tue, 31 Dec 2024 15:21:20 -0700 William Astle Add relational operators to lwasm and lwlink
Thu, 05 Dec 2024 14:13:42 -0700 William Astle Allow commas between flags in flag list instructions
Wed, 04 Dec 2024 23:27:18 -0700 William Astle Add flag letter based variant for ANDCC/ORCC/CWAI
Fri, 29 Nov 2024 16:37:44 -0700 William Astle Initial implementation of PHASE/DEPHASE
Fri, 29 Nov 2024 15:53:33 -0700 William Astle Mention the basic output target in the manual
Wed, 27 Nov 2024 16:15:52 -0700 William Astle Allow relative ORG to work
Fri, 22 Nov 2024 00:04:00 -0700 William Astle Fix out of bounds access in raw output handler
Fri, 22 Nov 2024 00:00:19 -0700 William Astle Fix memory leak handling constant sections
Thu, 21 Nov 2024 23:54:33 -0700 William Astle Actually free filename in includebin
Tue, 19 Nov 2024 00:08:59 -0700 William Astle Correct several indexed cycle counts
Mon, 04 Nov 2024 23:48:23 -0700 William Astle Guard against single operand multiplication when detecting like terms
Thu, 08 Aug 2024 13:46:19 -0600 William Astle Actually treat "0b" as 0 since it matches the "b" suffix for binary numbers
Thu, 08 Aug 2024 13:40:00 -0600 William Astle Fix a slight error in cases where 0b is present but not followed by 0 or 1
Thu, 08 Aug 2024 13:38:11 -0600 William Astle Add version tag for ongoing development
Sat, 03 Aug 2024 22:22:27 -0600 William Astle Added tag lwtools-4.23 for changeset ff5a5ce952f1
Sat, 03 Aug 2024 22:22:07 -0600 William Astle Bump version in preparation for release lwtools-4.23
Sat, 03 Aug 2024 14:30:06 -0600 William Astle Correct bug in the object file output code leading to stack corruption
Fri, 12 Jul 2024 23:02:57 -0600 William Astle Add 0b and 0B as a prefix for binary constants
Wed, 05 Jun 2024 11:40:38 -0600 William Astle Fix typo in manual
Mon, 04 Mar 2024 10:10:38 -0700 William Astle Updated submission guidelines including notes about evangelism. TLDR: Don't.
Fri, 02 Feb 2024 14:39:27 -0700 William Astle Make filename in listing left truncate so file name isn't hidden
Fri, 22 Dec 2023 21:59:41 -0700 William Astle Mark development version.
Fri, 22 Dec 2023 21:59:18 -0700 William Astle Remove unused variable definition.
Fri, 22 Dec 2023 21:03:38 -0700 William Astle Added tag lwtools-4.22 for changeset 37014b2935bf
Fri, 22 Dec 2023 21:03:18 -0700 William Astle Bump version in preparation for release lwtools-4.22
Thu, 21 Dec 2023 22:31:53 -0700 William Astle Fix some additional glitches in implementation of includebin offset/length
Thu, 21 Dec 2023 22:23:39 -0700 William Astle Allow non-quoted file names to have offset/length for includebin
Thu, 21 Dec 2023 22:20:05 -0700 William Astle Correct typo in previous commit for includebin
Thu, 21 Dec 2023 22:16:12 -0700 William Astle Update documentation to reflect includebin offset/length feature
Thu, 21 Dec 2023 22:14:25 -0700 William Astle Add offset and length operands (optional) to includebin
Fri, 01 Dec 2023 21:16:54 -0700 William Astle Update manual to reflect pragma nolistcode and correct nolist semantics
Fri, 01 Dec 2023 21:11:56 -0700 William Astle Add pragma nolistcode which works like nolist but also suppresses code lines
Thu, 30 Nov 2023 16:54:12 -0700 William Astle Make ifdef and ifndef complain if they aren't given a symbol
Fri, 22 Sep 2023 12:15:09 -0600 William Astle Fix off by one handling MOD directive optional arguments
Thu, 21 Sep 2023 13:13:23 -0600 William Astle Add --no-warn=ifp1 flag to suppress warnings about ifp1 and ipf2
Fri, 08 Sep 2023 00:35:43 -0600 William Astle Flag version number to indicate ongoing development
Fri, 08 Sep 2023 00:35:11 -0600 William Astle Reduce default optimization level to -O2
Fri, 08 Sep 2023 00:32:40 -0600 William Astle Allow MOD directive to accept only the standard base header parameters
Sun, 23 Jul 2023 17:07:58 -0600 William Astle Add \Ln and {Ln} standing for the length of the specified argument in macros
Sun, 23 Jul 2023 16:42:29 -0600 William Astle Allow using - to refer to standard input for file names
Thu, 06 Jul 2023 12:06:22 -0600 William Astle Fix missing NULL guard found by gcc static analysis
Fri, 30 Jun 2023 09:40:17 -0600 William Astle Add explicit immediate mode to register list instructions (PSHS, etc.)
Sun, 23 Apr 2023 10:23:43 -0600 William Astle Added tag lwtools-4.21 for changeset c71c80a3b280
Sun, 23 Apr 2023 10:22:40 -0600 William Astle Bump version in preparation for release lwtools-4.21
Tue, 21 Mar 2023 14:26:00 -0600 William Astle Remove unneeded variable reference lexing string literals (lwcc)
Thu, 16 Mar 2023 16:59:50 -0600 William Astle Add IHEX output format to lwlink