diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-20 23:27:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-20 23:27:27 +0000 |
commit | bece1bc4ec83cde611243c891d3a93b5e9bbcedd (patch) | |
tree | ffcd1354bb31a945e59c29ac7dff19d50e1bfb49 /ChangeLog | |
parent | 9e2b7438ecec43f3c6bd55326529bf06fc1aaeb8 (diff) | |
download | glibc-bece1bc4ec83cde611243c891d3a93b5e9bbcedd.tar.gz glibc-bece1bc4ec83cde611243c891d3a93b5e9bbcedd.tar.xz glibc-bece1bc4ec83cde611243c891d3a93b5e9bbcedd.zip |
Update.
* wctype/wctrans.c (wctrans): Use correct base index to access extra mapping tables. * locale/loadlocale.c (_nl_load_locale): Use actual number of entries from file and not the fixed (minimal number from the langinfo.h list.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d2c0dea9e8..48a033e52e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 1999-11-20 Ulrich Drepper <drepper@cygnus.com> + * wctype/wctrans.c (wctrans): Use correct base index to access + extra mapping tables. + + * locale/loadlocale.c (_nl_load_locale): Use actual number of + entries from file and not the fixed (minimal number from the + langinfo.h list. + * locale/programs/ld-ctype.c (ctype_read): Fix reading of <U....> values in charmaps. |