summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-02-16 17:01:40 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-02-16 17:01:40 -0800
commit134b94665d0eebfaa8c6c46058eb76188d42582e (patch)
tree82444f5f344685badc9341a73edffdf59c0479fb /CHANGES
parent3f3bd41de017db8e7449f5b1345cd80ab77d2571 (diff)
downloadnasm-134b94665d0eebfaa8c6c46058eb76188d42582e.tar.gz
Add %ifempty and variantsnasm-2.02rc2
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 313efa74..2ae2b855 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,7 @@
* New compile date and time standard macros.
* %ifnum now returns true for negative numbers.
* New %iftoken test for a single token.
+* New %ifempty test for empty expansion.
* Add support for the XSAVE instruction group.
* Makefile for Netware/gcc.
* Fix issue with some warnings getting emitted way too many times.