aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-11 22:11:40 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-11 22:11:40 +0000
commit740c223996c16b90f9f9f4ec21bbcd143f521eb9 (patch)
tree6d6d991bb3d08aa50144cf584087c040d2e83a22 /ChangeLog
parentf9a7302fd1f88e311dd89e1c9d8b4ad572af6cfa (diff)
downloadglibc-740c223996c16b90f9f9f4ec21bbcd143f521eb9.tar
glibc-740c223996c16b90f9f9f4ec21bbcd143f521eb9.tar.gz
glibc-740c223996c16b90f9f9f4ec21bbcd143f521eb9.tar.bz2
glibc-740c223996c16b90f9f9f4ec21bbcd143f521eb9.zip
Update.
2000-02-08 Shinya Hanataka <hanataka@abyss.rim.or.jp> * locale/weightwc.h: Fix problem with collating-element. * locale/programs/ld-collate.c (collate_finish): Output wide character collating-symbol, which has no wide strings. * locale/programs/ld-collate.c (collate_output): Fix problem with wide character collating-element.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fee8cdec42..a063eed91c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-02-08 Shinya Hanataka <hanataka@abyss.rim.or.jp>
+
+ * locale/weightwc.h: Fix problem with collating-element.
+
+ * locale/programs/ld-collate.c (collate_finish): Output wide
+ character collating-symbol, which has no wide strings.
+
+ * locale/programs/ld-collate.c (collate_output): Fix problem with
+ wide character collating-element.
+
2000-02-09 Andreas Jaeger <aj@suse.de>
* time/strptime.c (strptime_internal): Fix pointer dereference.