From: Ulrich Drepper Date: Tue, 22 Jul 2003 19:24:49 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~428 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4009c3d9057f420613850d589034f8146e6ed6aa;p=thirdparty%2Fglibc.git Update. 2003-07-22 Ulrich Drepper * wcsmbs/wcpncpy.c (__wcpncpy): Correct destination pointer handling. * wcsmbs/Makefile (tests): Add tst-wcpncpy. * wcsmbs/tst-wcpncpy.c: New file. --- diff --git a/ChangeLog b/ChangeLog index d696452b7a2..93a74b6bab9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-07-22 Ulrich Drepper + + * wcsmbs/wcpncpy.c (__wcpncpy): Correct destination pointer handling. + * wcsmbs/Makefile (tests): Add tst-wcpncpy. + * wcsmbs/tst-wcpncpy.c: New file. + 2003-07-21 Ulrich Drepper * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_STOPPED): Define.