diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-23 01:19:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-23 01:19:02 +0000 |
commit | c5d8d55586dac27c2e4c103f2db6855b2ab4eb2c (patch) | |
tree | 65fb87311d1e5a5a5e3037b0f728af737454f464 /ChangeLog | |
parent | 4d0923e83a5071c36aefead8bfac3e6342b0d5b4 (diff) | |
download | glibc-c5d8d55586dac27c2e4c103f2db6855b2ab4eb2c.tar.gz glibc-c5d8d55586dac27c2e4c103f2db6855b2ab4eb2c.tar.xz glibc-c5d8d55586dac27c2e4c103f2db6855b2ab4eb2c.zip |
Update.
* sysdeps/ia64/strncpy.S: Complete rewrite. Contributed by Jakub Jelinek <jakub@redhat.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6d2dd33757..cb91ed7379 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-08-22 Ulrich Drepper <drepper@redhat.com> + * sysdeps/ia64/strncpy.S: Complete rewrite. + Contributed by Jakub Jelinek <jakub@redhat.com>. + * string/stratcliff.c (main): Add strncpy test. 2001-08-22 Roland McGrath <roland@frob.com> |