]> Savannah Git Hosting - gnulib.git/commit
Fix mbscasestr test failure on native Windows with MSVC.
authorBruno Haible <bruno@clisp.org>
Sun, 1 Sep 2024 11:09:59 +0000 (13:09 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 1 Sep 2024 11:09:59 +0000 (13:09 +0200)
commitb9927fb5c06ad89fdf3d6f491bc777ed88009cac
treefbe980916d1443179c32f0d1c1676cd1c6b58027
parente6b06bfd654c2fee14c029654fb82171a50bd3fb
Fix mbscasestr test failure on native Windows with MSVC.

* lib/c32to-impl.h (FUNC): On native Windows, ignore the system's
towlower/towupper function entirely.
* tests/test-c32tolower.c (main): On native Windows, reenable test that
previously failed.
* tests/test-c32toupper.c (main): Likewise. Disable two other tests on
native Windows.
* doc/posix-functions/towlower.texi: Mention bug in the native Windows
UTF-8 locale.
* doc/posix-functions/towupper.texi: Likewise.
ChangeLog
doc/posix-functions/towlower.texi
doc/posix-functions/towupper.texi
lib/c32to-impl.h
tests/test-c32tolower.c
tests/test-c32toupper.c