summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNickolay Yurchenko <unv@rbcmail.ru>2003-09-21 20:38:43 +0000
committerNickolay Yurchenko <unv@rbcmail.ru>2003-09-21 20:38:43 +0000
commitf3b3ce27bddf23aad6759c3d243c89cb6633e27c (patch)
tree25e41fd3f55b063118ff23f38d1e6de8a3dafb70 /CHANGES
parenta31985e64143bb4d1744608472770bd5ad3aef87 (diff)
downloadnasm-f3b3ce27bddf23aad6759c3d243c89cb6633e27c.tar.gz
* Unterminated string auto termination.
* %(el)if(n)idn insensitivity to string quotes difference (#809300).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ac64038c..c4843da1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
0.98.39
-------
* "make spotless" no longer deletes config.h.in.
+* Unterminated string auto termination.
+* %(el)if(n)idn insensitivity to string quotes difference (#809300).
0.98.38
-------
@@ -13,7 +15,7 @@
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)
+* Fix concatenation of preprocessor function call (#794686)
* Fix long label causes coredump (#677841)
* Use autoheader as well as autoconf to keep configure from generating
ridiculously long command lines.