diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-30 11:08:14 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-30 11:08:14 -0700 |
commit | 6353a6c524fb23715e54b07872a496c2e3905a06 (patch) | |
tree | 6876ee0835d34e9a34c037a1028543998fb6a4e5 /CHANGES | |
parent | e2129a727257cd2a9b2467870a0310d4d06e55bf (diff) | |
download | nasm-6353a6c524fb23715e54b07872a496c2e3905a06.tar.gz nasm-6353a6c524fb23715e54b07872a496c2e3905a06.tar.bz2 nasm-6353a6c524fb23715e54b07872a496c2e3905a06.zip |
Update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ * %? and %?? to refer to the name of a macro itself. In particular, "%idefine keyword $%?" can be used to make a keyword "disappear". * New options for dependency generation: -MD, -MF, -MP, -MT, -MQ. +* New preprocessor directives %pathsearch and %depend; INCBIN + reimplemented as a macro. +* %include now resolves macros in a sane manner. 2.02 ---- |