diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-02 08:47:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-02 08:47:28 +0000 |
commit | e4c785c8d771f50c4c7a059b545976301bd2508c (patch) | |
tree | ef058109dcbcefdf4d75c08d6661f1e5874deadc /ChangeLog | |
parent | 4b1fef8482da6863711fdb64f06413f06424dad7 (diff) | |
download | glibc-e4c785c8d771f50c4c7a059b545976301bd2508c.tar.gz glibc-e4c785c8d771f50c4c7a059b545976301bd2508c.tar.xz glibc-e4c785c8d771f50c4c7a059b545976301bd2508c.zip |
Update.
* posix/regex.c: Implement multibyte character handling. Patch by Isamu Hasegawa <isamu@yamato.ibm.co.jp>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3058a735ad..7c182e0dc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-02-02 Ulrich Drepper <drepper@redhat.com> + * posix/regex.c: Implement multibyte character handling. + Patch by Isamu Hasegawa <isamu@yamato.ibm.co.jp>. + * string/tst-svc.input: Add two more test cases. * string/tst-svc.expect: Modify to reflect new test cases. |