* debug/mbstowcs_chk.c: New file.
authorUlrich Drepper <drepper@redhat.com>
Mon, 25 Jul 2005 21:41:45 +0000 (21:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 25 Jul 2005 21:41:45 +0000 (21:41 +0000)
commit02ca3541ce1b81a6778ca811cc251a30280d0120
tree579e15f10e08b0f7bf7f154f98dfd524a7430aa5
parent09987e425cce292a7202de18a9ef1bb62529a77f
* 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
ChangeLog
debug/Makefile
debug/Versions
debug/mbstowcs_chk.c [new file with mode: 0644]
debug/wcstombs_chk.c [new file with mode: 0644]
stdlib/bits/stdlib.h
wcsmbs/bits/wchar2.h