added const keyword to strdup argument
[nasm.git] / ChangeLog
blob28a5249666f1c10f5480105d584f5ae80541347f
1 2002-05-12  Debbie Wiles <debs@dwiles.demon.co.uk>
2    * (insns.dat): fixed incorrect processor flags
3    * (Mkfiles/Makefile.vc): added optimisation, and changed to work with 0.98.31
4    * (doc/nasmdoc.src): added %ifmacro, and tidied up format of code items.
6 2002-05-03  H. Peter Anvin <hpa@zytor.com>
7    * (nasm.c): Change the NASM environment variable to NASMOPT.
9 2002-05-03  H. Peter Anvin <hpa@zytor.com>
10    * (Makefile.in Mkfiles/*): use new version -> version.{h,mac}.
11    * (macros.pl): support multiple input files (standard.mac, version.mac).
12    * (standard.mac): use an explicit delimiter to end the TASM macros.
13    * (nasm-version): remove, no longer needed.
14    * (version.pl): script to produce version.h and version.mac from version.
15    * (version): contains the official NASM version.
16    * (nasm.h): include version.h.
18 2002-05-03  H. Peter Anvin <hpa@zytor.com>
20    * (configure.in): create output directory.
21    * (Makefile.in): change cd ; to cd &&.
22    * (rdoff/Makefile.in): handle building in a separate obj directory
23      correctly.
24         
25 2002-04-29  Stanislav Karchebny  <madfire@users.sourceforge.net>
27    * (Makefile.in): added 'strip' target to strip debug info.
28    * (INSTALL): added INSTALL file.
29    * (nasm.1): added -v option description.
32 2002-04-29  Frank Kotler  <fbkotler@users.sourceforge.net>
34    * (parser.c): fixed INCBIN bug reported by Rebel.
37 2002-04-11  Stanislav Karchebny  <madfire@users.sourceforge.net>
39    * Started ChangeLog for recording per-file changes in the project.
40      We could get away without ChangeLog at all (use CVS logs), but we
41      lose CVS so often its better to have log glued to the sources =)
42      You should record changes in CHANGES also, not for every change
43      but rather when making a release.