annotate ChangeLog @ 448:5cccf90bf838 3.0 tip

Fixed bug with complex external references generating invalid relocations in the object file
author lost@l-w.ca
date Fri, 05 Nov 2010 22:27:00 -0600
parents 194787ce2a77
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
320
4853b105af23 Setting up project structure
lost
parents:
diff changeset
1 The following includes the various changes in each release of LWTOOLS. This
4853b105af23 Setting up project structure
lost
parents:
diff changeset
2 ChangeLog does not contain anything prior to version 3.0 which was a
4853b105af23 Setting up project structure
lost
parents:
diff changeset
3 completely redesigned version of the system.
4853b105af23 Setting up project structure
lost
parents:
diff changeset
4
4853b105af23 Setting up project structure
lost
parents:
diff changeset
5 Each item is prefixed by a flag in []. The flags mean:
4853b105af23 Setting up project structure
lost
parents:
diff changeset
6
4853b105af23 Setting up project structure
lost
parents:
diff changeset
7 [*] Project structure or other "meta" change
4853b105af23 Setting up project structure
lost
parents:
diff changeset
8 [!] critical bug fix - code generation error, etc.
4853b105af23 Setting up project structure
lost
parents:
diff changeset
9 [+] new feature
4853b105af23 Setting up project structure
lost
parents:
diff changeset
10 [-] feature removed
4853b105af23 Setting up project structure
lost
parents:
diff changeset
11 [b] minor bugfix
4853b105af23 Setting up project structure
lost
parents:
diff changeset
12 [ ] general improvement
4853b105af23 Setting up project structure
lost
parents:
diff changeset
13
4853b105af23 Setting up project structure
lost
parents:
diff changeset
14 Also, the software affected may follow in [].
4853b105af23 Setting up project structure
lost
parents:
diff changeset
15
446
194787ce2a77 Adjusted listings to convert tabs to spaces; assume 8 space tabs
lost@l-w.ca
parents: 408
diff changeset
16 Version 3.0.2
194787ce2a77 Adjusted listings to convert tabs to spaces; assume 8 space tabs
lost@l-w.ca
parents: 408
diff changeset
17
194787ce2a77 Adjusted listings to convert tabs to spaces; assume 8 space tabs
lost@l-w.ca
parents: 408
diff changeset
18 [ ] Listings now assume an 8 space tab and convert tabs to spaces
448
5cccf90bf838 Fixed bug with complex external references generating invalid relocations in the object file
lost@l-w.ca
parents: 446
diff changeset
19 [b] Fixed problem with complex external references, usually those referring
5cccf90bf838 Fixed bug with complex external references generating invalid relocations in the object file
lost@l-w.ca
parents: 446
diff changeset
20 to multiple symbols, in the object target output generation
446
194787ce2a77 Adjusted listings to convert tabs to spaces; assume 8 space tabs
lost@l-w.ca
parents: 408
diff changeset
21
194787ce2a77 Adjusted listings to convert tabs to spaces; assume 8 space tabs
lost@l-w.ca
parents: 408
diff changeset
22 Version 3.0.1
194787ce2a77 Adjusted listings to convert tabs to spaces; assume 8 space tabs
lost@l-w.ca
parents: 408
diff changeset
23
194787ce2a77 Adjusted listings to convert tabs to spaces; assume 8 space tabs
lost@l-w.ca
parents: 408
diff changeset
24 [!] Corrected major memory leak
194787ce2a77 Adjusted listings to convert tabs to spaces; assume 8 space tabs
lost@l-w.ca
parents: 408
diff changeset
25 [!] Corrected code generation errors
194787ce2a77 Adjusted listings to convert tabs to spaces; assume 8 space tabs
lost@l-w.ca
parents: 408
diff changeset
26
320
4853b105af23 Setting up project structure
lost
parents:
diff changeset
27 Version 3.0
4853b105af23 Setting up project structure
lost
parents:
diff changeset
28
378
1c31e9005ff7 Brought forward lwlink, lwar, and lwobjdump along with some misc junk
lost@starbug
parents: 320
diff changeset
29 [*] Completely new architecture for lwasm
408
2a94b2e64621 Started creation of lwdisasm
lost@l-w.ca
parents: 378
diff changeset
30 [+] Added LWDISASM, a disassembler