0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-07-24 10:25:42 -04:00

More CHANGES that were never documented properly.

This commit is contained in:
H. Peter Anvin 2002-05-10 23:17:49 +00:00
parent d71fe8ec11
commit 08b4beecb2

View File

@ -7,18 +7,21 @@
* Lots of Makefile updates and bug fixes. * Lots of Makefile updates and bug fixes.
* New %ifmacro directive to test for multiline macros. * New %ifmacro directive to test for multiline macros.
* Documentation updates. * Documentation updates.
* Fixes for 16-bit OBJ format output.
0.98.30 0.98.30
------- -------
* Changed doc files a lot: completely removed old READMExx and * Changed doc files a lot: completely removed old READMExx and
Wishlist files, incorporating all information in CHANGES and TODO. Wishlist files, incorporating all information in CHANGES and TODO.
* I waited a long time to rename zoutieee.c to (original) outieee.c * I waited a long time to rename zoutieee.c to (original) outieee.c
* moved all output modules to output/ subdirectory. * moved all output modules to output/ subdirectory.
* Added 'make strip' target to strip debug info from nasm & ndisasm. * Added 'make strip' target to strip debug info from nasm & ndisasm.
* Added INSTALL file with installation instructions. * Added INSTALL file with installation instructions.
* Added -v option description to nasm man. * Added -v option description to nasm man.
* Added dist makefile target to produce source distributions. * Added dist makefile target to produce source distributions.
* 16-bit support for ELF output format (GNU extension, but useful.)
0.98.28 0.98.28