aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-23 01:19:02 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-23 01:19:02 +0000
commitc5d8d55586dac27c2e4c103f2db6855b2ab4eb2c (patch)
tree65fb87311d1e5a5a5e3037b0f728af737454f464 /ChangeLog
parent4d0923e83a5071c36aefead8bfac3e6342b0d5b4 (diff)
downloadglibc-c5d8d55586dac27c2e4c103f2db6855b2ab4eb2c.zip
glibc-c5d8d55586dac27c2e4c103f2db6855b2ab4eb2c.tar.gz
glibc-c5d8d55586dac27c2e4c103f2db6855b2ab4eb2c.tar.bz2
Update.
* sysdeps/ia64/strncpy.S: Complete rewrite. Contributed by Jakub Jelinek <jakub@redhat.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d2dd33..cb91ed7 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>