forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ctype/ctype-info.c (__ctype32_tolower): Use _nl_C_CTYPE_tolower. (__ctype32_toupper): Use _nl_C_CTYPE_toupper. * locale/C-ctype.c (_nl_C_LC_CTYPE_tolower32): Removed. We can reuse the _nl_C_LC_CTYPE_tolower table. (_nl_C_LC_CTYPE_toupper32): Likewise. (_nl_C_LC_CTYPE): Use normal table to initialize tolower32 and toupper32 entries.
- Loading branch information
Ulrich Drepper
committed
Jan 5, 2000
1 parent
cd16d64
commit f4aa71f
Showing
3 changed files
with
14 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
2000-01-04 Ulrich Drepper <[email protected]> | ||
|
||
* ctype/ctype-info.c (__ctype32_tolower): Use _nl_C_CTYPE_tolower. | ||
(__ctype32_toupper): Use _nl_C_CTYPE_toupper. | ||
|
||
* locale/C-ctype.c (_nl_C_LC_CTYPE_tolower32): Removed. We can | ||
reuse the _nl_C_LC_CTYPE_tolower table. | ||
(_nl_C_LC_CTYPE_toupper32): Likewise. | ||
(_nl_C_LC_CTYPE): Use normal table to initialize tolower32 and | ||
toupper32 entries. | ||
|
||
* locale/C-ctype.c (_nl_C_LC_CTYPE_class): Clear ISNCTRL bit for | ||
characters >= 0x80. | ||
(_nl_C_LC_CTYPE_class32): Likewise. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters