From: Ulrich Drepper Date: Tue, 22 Jul 2003 19:24:49 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~18969 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4009c3d9057f420613850d589034f8146e6ed6aa;p=external%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 d696452..93a74b6 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.