log lwasm/lwasm.h @ 211:6f2e18f1fe67

age author description
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: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
Sun, 11 Mar 2012 16:05:54 -0600 William Astle Changed symbol table to use a binary tree.
Sun, 28 Aug 2011 02:06:42 -0600 lost Added 'constant' sections to object file handling for lwasm and lwlink
Fri, 19 Aug 2011 23:55:40 -0600 lost Implement distinction between . and * for OS9 modules
Mon, 08 Aug 2011 23:00:27 -0600 lost Added initial infrastructure for pragma autobranchlength (suggested by Ebonhand on irc)
Sat, 06 Aug 2011 22:15:43 -0600 lost Added --define= option to predfine a symbol for assembly
Wed, 25 May 2011 19:13:33 -0600 Lost Wizard (lost Added nolist pragma to suppress listing output of non-code generating lines
Tue, 12 Apr 2011 17:56:51 -0600 lost Added --dependnoerr flag to list dependencies on non-existent files without bailing out; also suppress error reports during dependency generation
Sun, 10 Apr 2011 13:15:12 -0600 lost Fixed premature installation of external reference under UNDEFEXTERN pragma; should not resolve to external references until after the initial parsing pass
Wed, 06 Apr 2011 21:35:49 -0600 lost Make structure definitions not affect current assembly address and fix up cosmetic offset display in listings
Tue, 05 Apr 2011 21:48:51 -0600 lost Allow macros to shadow/override builtin operations when the "shadow" pragma is active, which is NOT the default
Tue, 05 Apr 2011 00:06:28 -0600 lost Added ability to flag macros as "noexpand" so they are not expanded in the listing
Thu, 20 Jan 2011 22:39:46 -0700 lost Clean up insane number of compiler warnings under -Wall
Wed, 19 Jan 2011 22:27:17 -0700 lost Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization