diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-30 16:53:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-30 16:53:41 +0000 |
commit | a22cd12f5e3ea29c5c527efce55b50bc197d680b (patch) | |
tree | e15e35feeb1466f133d13b812290ebe6d734bda0 /ChangeLog | |
parent | 66ac0abe0341c5b3b1189c0ef9805ac931aecf6e (diff) | |
download | glibc-a22cd12f5e3ea29c5c527efce55b50bc197d680b.tar.gz glibc-a22cd12f5e3ea29c5c527efce55b50bc197d680b.tar.xz glibc-a22cd12f5e3ea29c5c527efce55b50bc197d680b.zip |
Update.
1999-12-30 Ulrich Drepper <drepper@cygnus.com> * locale/programs/ld-collate.c (insert_value): Don't pass wide string to new_element if the wide char is not valid. (handle_ellipsis): Likewise. (collate_read): It's no problem if the string in the collating element definition cannot be represented as multibyte or wide char string.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index dcd47ce435..169662910d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1999-12-30 Ulrich Drepper <drepper@cygnus.com> + + * locale/programs/ld-collate.c (insert_value): Don't pass wide string + to new_element if the wide char is not valid. + (handle_ellipsis): Likewise. + (collate_read): It's no problem if the string in the collating element + definition cannot be represented as multibyte or wide char string. + 1999-12-13 Andreas Jaeger <aj@suse.de> * resolv/resolv.h: Remove K&R compatibility. |