diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-28 18:39:13 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-28 18:39:13 -0700 |
commit | a50a4449e5fac7f1c8b3ad42d1ee8b9b3be8a407 (patch) | |
tree | 42c3b8670fbbc42be7adf5e98c29b654462d6cf4 /CHANGES | |
parent | a676075b51bbac7ff28e6155dcdfe5edeb883967 (diff) | |
download | nasm-a50a4449e5fac7f1c8b3ad42d1ee8b9b3be8a407.tar.gz nasm-a50a4449e5fac7f1c8b3ad42d1ee8b9b3be8a407.tar.bz2 nasm-a50a4449e5fac7f1c8b3ad42d1ee8b9b3be8a407.zip |
Document case-insensitivity bug.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,7 +2,11 @@ ---- * Sanitize macro handing in the %error directive. * New %warning preprocessor directive. -* __utf16__ and __utf32__ operators to generate UTF-16 and UTF-32 strings. +* __utf16__ and __utf32__ operators to generate UTF-16 and UTF-32 + strings. +* Fix bug in case-insensitive matching when compiled on platforms that + don't use the "configure" script. Of the official release binaries, + that only affects the OS/2 binary. 2.03.01 ------- |