diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-07-25 21:41:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-07-25 21:41:45 +0000 |
commit | 02ca3541ce1b81a6778ca811cc251a30280d0120 (patch) | |
tree | 579e15f10e08b0f7bf7f154f98dfd524a7430aa5 /ChangeLog | |
parent | 09987e425cce292a7202de18a9ef1bb62529a77f (diff) | |
download | glibc-02ca3541ce1b81a6778ca811cc251a30280d0120.tar.gz glibc-02ca3541ce1b81a6778ca811cc251a30280d0120.tar.xz glibc-02ca3541ce1b81a6778ca811cc251a30280d0120.zip |
* debug/mbstowcs_chk.c: New file.
* debug/wcstombs_chk.c: New file. * debug/Makefile (routines): Add mbstowcs_chk and wcstombs_chk. * debug/Versions: Add __mbstowcs_chk and __wcstombs_chk. * stdlib/bits/stdlib.h: Add definitions for mbstowcs and wcstombs. * wcsmbs/bits/wchar2.h (mbsrtowcs): Pretty printing. * string/test-memset.c (test_main): Use negative byte value in
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 34697d2c36..0b8f1fe9ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,16 @@ +2005-07-25 Ulrich Drepper <drepper@redhat.com> + + * debug/mbstowcs_chk.c: New file. + * debug/wcstombs_chk.c: New file. + * debug/Makefile (routines): Add mbstowcs_chk and wcstombs_chk. + * debug/Versions: Add __mbstowcs_chk and __wcstombs_chk. + * stdlib/bits/stdlib.h: Add definitions for mbstowcs and wcstombs. + + * wcsmbs/bits/wchar2.h (mbsrtowcs): Pretty printing. + 2005-07-24 Ulrich Drepper <drepper@redhat.com> - * string/test-memset.c (test_main): Use negative byte value is + * string/test-memset.c (test_main): Use negative byte value in test. * string/test-memset.c (do_one_test): Compare effect of call, not |