diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-22 19:24:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-22 19:24:49 +0000 |
commit | 4009c3d9057f420613850d589034f8146e6ed6aa (patch) | |
tree | 7d00c9140a7f912b65ce3fa383f3bd840bafee2a | |
parent | 6c5775c363eed3d2de1b1ed4bea6ea1ec301e296 (diff) | |
download | glibc-4009c3d9057f420613850d589034f8146e6ed6aa.tar.gz glibc-4009c3d9057f420613850d589034f8146e6ed6aa.tar.xz glibc-4009c3d9057f420613850d589034f8146e6ed6aa.zip |
Update.
2003-07-22 Ulrich Drepper <drepper@redhat.com> * wcsmbs/wcpncpy.c (__wcpncpy): Correct destination pointer handling. * wcsmbs/Makefile (tests): Add tst-wcpncpy. * wcsmbs/tst-wcpncpy.c: New file.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d696452b7a..93a74b6bab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-07-22 Ulrich Drepper <drepper@redhat.com> + + * 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 <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_STOPPED): Define. |