diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:09:12 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-04-30 21:09:12 +0000 |
commit | 8ac364139a0af08f834c11bd2b8bd6dfc6707dfb (patch) | |
tree | 46016ba4569be263d5bf772e359e3207255bf12a /ChangeLog | |
parent | 005b39c856917f060973f8d07c98d111b67d0a7f (diff) | |
download | nasm-8ac364139a0af08f834c11bd2b8bd6dfc6707dfb.tar.gz nasm-8ac364139a0af08f834c11bd2b8bd6dfc6707dfb.tar.bz2 nasm-8ac364139a0af08f834c11bd2b8bd6dfc6707dfb.zip |
NASM 0.98.30
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 19 insertions, 4 deletions
@@ -1,6 +1,21 @@ -2002-04-11 Stanislav Karchebny <berk@madfire.net> +2002-04-29 Stanislav Karchebny <madfire@users.sourceforge.net> + + * (Makefile.in): added 'strip' target to strip debug info. + * (INSTALL): added INSTALL file. + * (nasm.1): added -v option description. + + +2002-04-29 Frank Kotler <fbkotler@users.sourceforge.net> + + * (parser.c): fixed INCBIN bug reported by Rebel. + + +2002-04-11 Stanislav Karchebny <madfire@users.sourceforge.net> + + * Started ChangeLog for recording per-file changes in the project. + We could get away without ChangeLog at all (use CVS logs), but we + lose CVS so often its better to have log glued to the sources =) + You should record changes in CHANGES also, not for every change + but rather when making a release. - * Started ChangeLog instead of Changes. ChangeLog is better because all recent changes - are on top of the file, easy for inspection. - Old entries from doc/Changes will eventually be added here. |