annotate ChangeLog @ 166:178995c346d9

Updated changelog
author lost
date Sat, 31 Jan 2009 18:22:58 +0000
parents 53e9e44789b0
children 2dd050293be6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
148
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
1 The following includes the various changes in each release of LWTOOLS.
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
2
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
3 Each item is prefixed by a flag in []. The flags mean:
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
4
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
5 [*] Project structure or other "meta" change
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
6 [!] critical bug fix - code generation error, etc.
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
7 [+] new feature
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
8 [-] feature removed
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
9 [b] minor bugfix
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
10
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
11 Also, the software affected may follow in [].
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
12
166
178995c346d9 Updated changelog
lost
parents: 148
diff changeset
13 Version 2.2
178995c346d9 Updated changelog
lost
parents: 148
diff changeset
14
178995c346d9 Updated changelog
lost
parents: 148
diff changeset
15 [+] cescapes pragma to allow C-style string escapes in FCC, FCS, and FCN
178995c346d9 Updated changelog
lost
parents: 148
diff changeset
16 [+] .area alias for SECTION
178995c346d9 Updated changelog
lost
parents: 148
diff changeset
17 [+] .globl alias for EXPORT; also accept name of symbol as operand
178995c346d9 Updated changelog
lost
parents: 148
diff changeset
18 [+] various compatibility directive aliases for FCB, FDB, FQB, RMB, FCC,
178995c346d9 Updated changelog
lost
parents: 148
diff changeset
19 FCS, and FCN
178995c346d9 Updated changelog
lost
parents: 148
diff changeset
20 [+] accept "*" has a prefix for base page addressing mode
178995c346d9 Updated changelog
lost
parents: 148
diff changeset
21 [b] actually show assembly errors when no list requested
178995c346d9 Updated changelog
lost
parents: 148
diff changeset
22 [b] pragma and --pragma now actually take multiple pragmas as documented
178995c346d9 Updated changelog
lost
parents: 148
diff changeset
23
148
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
24 Version 2.1
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
25
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
26 [*] merged LWLINK (1.0) and LWASM to create LWTOOLS
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
27 [+] [LWASM] pragmas can be specified on the command line
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
28 [+] [LWASM] undefextern pragma added (undefined symbols treated as external)
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
29 [+] documentation
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
30 [b] [LWASM] made pragmas case insensitive
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
31 [b] [LWASM] made EXTERN symbols never be part of a section in symbol table
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
32
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
33
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
34 LWASM Version 2.0
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
35
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
36 [*] major rewrite of the entire assembler
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
37 [+] object file support
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
38
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
39
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
40 LWLINK Version 1.0
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
41
53e9e44789b0 Added a changelog
lost
parents:
diff changeset
42 [*] initial released version