ChangeLog 1.6 KB

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