Mercurial > hg-old > index.cgi
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 |
rev | line source |
---|---|
320 | 1 The following includes the various changes in each release of LWTOOLS. This |
2 ChangeLog does not contain anything prior to version 3.0 which was a | |
3 completely redesigned version of the system. | |
4 | |
5 Each item is prefixed by a flag in []. The flags mean: | |
6 | |
7 [*] Project structure or other "meta" change | |
8 [!] critical bug fix - code generation error, etc. | |
9 [+] new feature | |
10 [-] feature removed | |
11 [b] minor bugfix | |
12 [ ] general improvement | |
13 | |
14 Also, the software affected may follow in []. | |
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 | 27 Version 3.0 |
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 | 30 [+] Added LWDISASM, a disassembler |