diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-29 04:12:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-29 04:12:28 +0000 |
commit | 72acaddf14d1cf4be7acd872cd34218df05f28fb (patch) | |
tree | 0c33bf27afff7674e9add688f724c6cab3fae2fe /ChangeLog | |
parent | 2d7fb37aa3f27a3cf6bd446601f8bed8711600a6 (diff) | |
download | glibc-72acaddf14d1cf4be7acd872cd34218df05f28fb.tar.gz glibc-72acaddf14d1cf4be7acd872cd34218df05f28fb.tar.xz glibc-72acaddf14d1cf4be7acd872cd34218df05f28fb.zip |
Update.
2000-06-28 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfscanf.c: Finally handle multibyte decimal point and thousands separator correctly. * stdio-common/vfscanf.c: Use COMPILE_WSCANF not COMPILE_WPRINTF. * stdio-common/vfwscanf.c: Likewise. sequences with first byte 0x8e correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index ca5d3eed39..db513b7c9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-06-28 Ulrich Drepper <drepper@redhat.com> + + * stdio-common/vfscanf.c: Finally handle multibyte decimal point and + thousands separator correctly. + + * stdio-common/vfscanf.c: Use COMPILE_WSCANF not COMPILE_WPRINTF. + * stdio-common/vfwscanf.c: Likewise. + 2000-06-27 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/syscalls.list: Change argument @@ -44,7 +52,7 @@ object since some incomplete characters might be in there. * iconvdata/euc-jp.c: In conversion to UCS4, handling invalid - sequences with first by 0x8e correctly. + sequences with first byte 0x8e correctly. * iconvdata/jis0208.h: Remove redundant test. |