aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-21 04:11:39 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-21 04:11:39 +0000
commit1b97149de806a27fe8f52cd5841c252df168a5b8 (patch)
tree3fada165da85dd854ba6a510661855635f94c38a /ChangeLog
parent6183edbbb1c1c2cc35defc75f8ad0f3b71c675af (diff)
downloadglibc-1b97149de806a27fe8f52cd5841c252df168a5b8.tar
glibc-1b97149de806a27fe8f52cd5841c252df168a5b8.tar.gz
glibc-1b97149de806a27fe8f52cd5841c252df168a5b8.tar.bz2
glibc-1b97149de806a27fe8f52cd5841c252df168a5b8.zip
Update.
2000-06-20 Ulrich Drepper <drepper@redhat.com> * locale/programs/ld-collate.c (insert_value): Now take string and length instead of struct token* parameter. Adjust use of token. (handle_ellipsis): Likewise. (collate_read): Allow <Uxxxx> names and transform them into names to be passed to insert_value and handle_ellipsis. * locale/programs/ld-ctype.c (uninames): New array with names of digits in <Uxxxxxxxx> format. (ctype_finish): Correct search for space character value. Likewise for default outdigits values.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52d7af8bfe..5f0a52514b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2000-06-20 Ulrich Drepper <drepper@redhat.com>
+
+ * locale/programs/ld-collate.c (insert_value): Now take string and
+ length instead of struct token* parameter. Adjust use of token.
+ (handle_ellipsis): Likewise.
+ (collate_read): Allow <Uxxxx> names and transform them into names
+ to be passed to insert_value and handle_ellipsis.
+
+ * locale/programs/ld-ctype.c (uninames): New array with names of
+ digits in <Uxxxxxxxx> format.
+ (ctype_finish): Correct search for space character value. Likewise
+ for default outdigits values.
+
2000-06-20 Greg McGary <greg@mcgary.org>
* Makerules (objects): Add BP thunks.