diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-28 23:00:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-28 23:00:28 +0000 |
commit | 5295113f8f7da48eedbcdbf1c375a42b7d90a9f5 (patch) | |
tree | 6459119b72951e4b763f7a30ae1ed2e39c1440f2 /ChangeLog | |
parent | f1f1b6b95a3d2dee0d69eeb0ab606d3c3c0a4b5e (diff) | |
download | glibc-5295113f8f7da48eedbcdbf1c375a42b7d90a9f5.tar.gz glibc-5295113f8f7da48eedbcdbf1c375a42b7d90a9f5.tar.xz glibc-5295113f8f7da48eedbcdbf1c375a42b7d90a9f5.zip |
Update.
* locale/programs/ld-collate.c (insert_weights): Handle <Uxxxx> symbols in multi-character weights correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ef1d856bce..9965df01af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-06-28 Ulrich Drepper <drepper@redhat.com> + * locale/programs/ld-collate.c (insert_weights): Handle <Uxxxx> + symbols in multi-character weights correctly. + * wcsmbs/mbrtowc.c: Set flush to 1 for conversion function calls depending on whether the input string is empty or not. |