summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNickolay Yurchenko <unv@rbcmail.ru>2003-09-07 22:46:26 +0000
committerNickolay Yurchenko <unv@rbcmail.ru>2003-09-07 22:46:26 +0000
commit9aea71599801dfc53e7e29da4bbdb46d01c86144 (patch)
treeb6b4124a1bf522980084246f886860cc44e4f36b /CHANGES
parent243a37719b389c6d85b7d4230081cb70d5b74a22 (diff)
downloadnasm-9aea71599801dfc53e7e29da4bbdb46d01c86144.tar.gz
* Fix for %rep with no arguments (#560568)
* Fix concatenation of preprocessor function call (#794686)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b508ca60..6f427401 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,8 @@
* Fix the ELF output format, which was broken under certain
circumstances due to the addition of stabs support.
* Quick-fix Borland format debug-info for -f obj
+* Fix for %rep with no arguments (#560568)
+* Fix concatenation of preprocessor function call (#794686)
0.98.37
-------