mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
Document case-insensitivity bug.
This commit is contained in:
parent
a676075b51
commit
a50a4449e5
1 changed files with 5 additions and 1 deletions
6
CHANGES
6
CHANGES
|
|
@ -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
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue