atusb: Delete temporary file
[linux-libre-firmware.git] / as31 / ChangeLog
1
2  as31 - 8031/8051 Assembler
3  http://wiki.erazor-zone.de/doku.php/wiki:projects:linux:as31
4  --------------------------
5
6  REVISION HISTORY:
7
8         Jan. 19, 1990   Created. (Ken Stauffer).
9
10         Jan. 30, 1990   Theo played here.
11
12         Late 1994       Paul Stoffregen updates the code
13
14         Sept 1995       bug fixes, add obsure option for cgi
15
16         April 2000      fix filename handling
17                         convert everything to ANSI C and bison
18                         properly handle 0b0h as hex 0xB0, not binary 0
19                         Make most errors into warning, and modify parser
20                         to recover and continue to the end of the file
21                         so that all warning are shown.
22
23         March 2001      fix crash with srecord format
24                         command line version returns non-zero on error
25
26         July 2003       added include directive (Bernd Porr)
27
28         March 2004      Alexander 'E-Razor' Krause <alexander.krause@erazor-zone.de>:
29                         removed bug when using more than 1 .inc
30                         tmp filename is now as-uid-random
31                         remove tmp_file when ready
32
33         May  06, 2004   Alexander 'E-Razor' Krause <alexander.krause@erazor-zone.de>:
34                         compiler error on gcc < 3 solved
35
36         May  18, 2004   Martin Langer <martin-langer@gmx.de>:
37         (Version 2.2.1) - fixing some visible bugs
38                         - adds the missing -s option
39
40         Mar 09, 2005    Martin Langer <martin-langer@gmx.de>:
41         (Version 2.3.0) - automake scripts introduced
42                         - old static Makefile removed
43                         - write output to custom file added, using -Ofilename
44                         - command options -v and -h added
45                         - I've tried to figure out the license, see NEWS
46                         - manpage modifications
47                         - lots of small fixes and cleanups
48                         
49         Sep 05, 2005    Alexander 'E-Razor' Krause <alexander.krause@erazor-zone.de>:
50         (Version 2.3.1) - 'Location counter overlaps' on 64bit systems solved
51