comparison ChangeLog @ 148:53e9e44789b0

Added a changelog
author lost
date Thu, 29 Jan 2009 06:27:35 +0000
parents
children 178995c346d9
comparison
equal deleted inserted replaced
147:6efe1e02043d 148:53e9e44789b0
1 The following includes the various changes in each release of LWTOOLS.
2
3 Each item is prefixed by a flag in []. The flags mean:
4
5 [*] Project structure or other "meta" change
6 [!] critical bug fix - code generation error, etc.
7 [+] new feature
8 [-] feature removed
9 [b] minor bugfix
10
11 Also, the software affected may follow in [].
12
13 Version 2.1
14
15 [*] merged LWLINK (1.0) and LWASM to create LWTOOLS
16 [+] [LWASM] pragmas can be specified on the command line
17 [+] [LWASM] undefextern pragma added (undefined symbols treated as external)
18 [+] documentation
19 [b] [LWASM] made pragmas case insensitive
20 [b] [LWASM] made EXTERN symbols never be part of a section in symbol table
21
22
23 LWASM Version 2.0
24
25 [*] major rewrite of the entire assembler
26 [+] object file support
27
28
29 LWLINK Version 1.0
30
31 [*] initial released version