mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-19 13:40:59 +08:00
Update.
1999-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> * wctype/wcfuncs.c (towlower): Use __ctype_tolower. Reported by Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>
This commit is contained in:
parent
b2900a1342
commit
1156499bae
@ -1,3 +1,8 @@
|
||||
1999-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||
|
||||
* wctype/wcfuncs.c (towlower): Use __ctype_tolower.
|
||||
Reported by Kalle Olavi Niemitalo <tosi@ees2.oulu.fi>
|
||||
|
||||
1999-04-12 Tim Waugh <tim@cyberelk.demon.co.uk>
|
||||
|
||||
* posix/wordexp-test.c: In field-splitting test cases where
|
||||
|
@ -76,7 +76,7 @@ wint_t
|
||||
/* Character is not known. Default action is to simply return it. */
|
||||
return wc;
|
||||
|
||||
return (wint_t) __ctype_toupper[idx];
|
||||
return (wint_t) __ctype_tolower[idx];
|
||||
}
|
||||
|
||||
wint_t
|
||||
|
Loading…
x
Reference in New Issue
Block a user