diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-11 01:07:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-11 01:07:57 +0000 |
commit | 671ab00dcc3eaa263ab225ac26e7fc6b7677b3d0 (patch) | |
tree | 29e83c04cb40b5df0af1a438abd001f41055214a /ChangeLog | |
parent | 7e3f28752e9d9d5c3c92feec638c11f5c5505d17 (diff) | |
download | glibc-671ab00dcc3eaa263ab225ac26e7fc6b7677b3d0.zip glibc-671ab00dcc3eaa263ab225ac26e7fc6b7677b3d0.tar.gz glibc-671ab00dcc3eaa263ab225ac26e7fc6b7677b3d0.tar.bz2 |
Update.
* locale/tst-C-locale.c (run_test): Add tests for locale objects.
* locale/newlocale.c (__newlocale): Correct setting __ctype_b,
__ctype_tolower, and __ctype_toupper elements.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2001-04-10 Ulrich Drepper <drepper@redhat.com> + * locale/tst-C-locale.c (run_test): Add tests for locale objects. + * locale/newlocale.c (__newlocale): Correct setting __ctype_b, + __ctype_tolower, and __ctype_toupper elements. + * ctype/ctype_l.c: Fix definitions of __tolower_l and __toupper_l. Reported by Konstantin Osipov <rabid@spylog.ru>. |