changeset 148:53e9e44789b0

Added a changelog
author lost
date Thu, 29 Jan 2009 06:27:35 +0000
parents 6efe1e02043d
children 3706ede361ea
files ChangeLog
diffstat 1 files changed, 31 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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