diff options
author | Nickolay Yurchenko <unv@rbcmail.ru> | 2003-09-21 20:38:43 +0000 |
---|---|---|
committer | Nickolay Yurchenko <unv@rbcmail.ru> | 2003-09-21 20:38:43 +0000 |
commit | f3b3ce27bddf23aad6759c3d243c89cb6633e27c (patch) | |
tree | 25e41fd3f55b063118ff23f38d1e6de8a3dafb70 /CHANGES | |
parent | a31985e64143bb4d1744608472770bd5ad3aef87 (diff) | |
download | nasm-f3b3ce27bddf23aad6759c3d243c89cb6633e27c.tar.gz nasm-f3b3ce27bddf23aad6759c3d243c89cb6633e27c.tar.bz2 nasm-f3b3ce27bddf23aad6759c3d243c89cb6633e27c.zip |
* Unterminated string auto termination.
* %(el)if(n)idn insensitivity to string quotes difference (#809300).
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |