# HG changeset patch # User lost # Date 1233210455 0 # Node ID 53e9e44789b03040cd13114a4f7acd31632e6948 # Parent 6efe1e02043d801ff4b2f845ad95c94062f0db22 Added a changelog diff -r 6efe1e02043d -r 53e9e44789b0 ChangeLog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ChangeLog Thu Jan 29 06:27:35 2009 +0000 @@ -0,0 +1,31 @@ +The following includes the various changes in each release of LWTOOLS. + +Each item is prefixed by a flag in []. The flags mean: + +[*] Project structure or other "meta" change +[!] critical bug fix - code generation error, etc. +[+] new feature +[-] feature removed +[b] minor bugfix + +Also, the software affected may follow in []. + +Version 2.1 + +[*] merged LWLINK (1.0) and LWASM to create LWTOOLS +[+] [LWASM] pragmas can be specified on the command line +[+] [LWASM] undefextern pragma added (undefined symbols treated as external) +[+] documentation +[b] [LWASM] made pragmas case insensitive +[b] [LWASM] made EXTERN symbols never be part of a section in symbol table + + +LWASM Version 2.0 + +[*] major rewrite of the entire assembler +[+] object file support + + +LWLINK Version 1.0 + +[*] initial released version