]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: convert __collate_range_cmp to __wcollate_range_cmp
authorCorinna Vinschen <corinna@vinschen.de>
Sun, 19 Feb 2023 13:23:53 +0000 (14:23 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Sun, 19 Feb 2023 13:40:29 +0000 (14:40 +0100)
commit064e4bb8bb4236822c23ed63d419ba081f1e524a
treea008f62907b97d2e925625c45ab10175862faed0
parentf0417a620182083fa787eea90e2e1d9884c8e573
Cygwin: convert __collate_range_cmp to __wcollate_range_cmp

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179721

After FreeBSD eventually picked up the bugreport from within
only 5 years, rename __collate_range_cmp to __wcollate_range_cmp
as suggested all along, and make it type safe (wint_t instead of
wchar_t for hopefully obvious reasons...)

While at it, drop __collate_load_error and fix the checks for
it in glob and fnmatch.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/glob.cc
winsup/cygwin/globals.cc
winsup/cygwin/libc/fnmatch.c
winsup/cygwin/local_includes/collate.h
winsup/cygwin/nlsfuncs.cc
winsup/cygwin/regex/regcomp.c
This page took 0.032822 seconds and 5 git commands to generate.