aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-21 22:04:15 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-21 22:04:15 +0000
commit5bfc425236ac2105b8642715db83fe39f55640d2 (patch)
tree1bbabd86dcd7381b1bea6ab451a0848415d65220 /ChangeLog
parent99a206167bd94400d129991e1ec257820eb6df00 (diff)
downloadglibc-5bfc425236ac2105b8642715db83fe39f55640d2.tar
glibc-5bfc425236ac2105b8642715db83fe39f55640d2.tar.gz
glibc-5bfc425236ac2105b8642715db83fe39f55640d2.tar.bz2
glibc-5bfc425236ac2105b8642715db83fe39f55640d2.zip
Update.
* sysdeps/ia64/memccpy.S: New file. * sysdeps/ia64/memchr.S: New file. * sysdeps/ia64/memcmp.S: New file. * sysdeps/ia64/memcpy.S: New file. * sysdeps/ia64/memmove.S: New file. * sysdeps/ia64/memset.S: New file. * sysdeps/ia64/strcat.S: New file. * sysdeps/ia64/strchr.S: New file. * sysdeps/ia64/strcmp.S: New file. * sysdeps/ia64/strcpy.S: New file. * sysdeps/ia64/strlen.S: New file. * sysdeps/ia64/strncmp.S: New file. * sysdeps/ia64/strncpy.S: New file. * sysdeps/ia64/softpipe.h: New file. Patches by Dan Pop <Dan.Pop@cern.ch>. * manual/memory.texi: Document memory handling functions (mlock, munlock, mlockall, munlockall, brk, and sbrk)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 223904bc2c..eab82db74d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,23 @@
2000-05-21 Ulrich Drepper <drepper@redhat.com>
- * manual/memory.texi: Document memory handling functions.
+ * sysdeps/ia64/memccpy.S: New file.
+ * sysdeps/ia64/memchr.S: New file.
+ * sysdeps/ia64/memcmp.S: New file.
+ * sysdeps/ia64/memcpy.S: New file.
+ * sysdeps/ia64/memmove.S: New file.
+ * sysdeps/ia64/memset.S: New file.
+ * sysdeps/ia64/strcat.S: New file.
+ * sysdeps/ia64/strchr.S: New file.
+ * sysdeps/ia64/strcmp.S: New file.
+ * sysdeps/ia64/strcpy.S: New file.
+ * sysdeps/ia64/strlen.S: New file.
+ * sysdeps/ia64/strncmp.S: New file.
+ * sysdeps/ia64/strncpy.S: New file.
+ * sysdeps/ia64/softpipe.h: New file.
+ Patches by Dan Pop <Dan.Pop@cern.ch>.
+
+ * manual/memory.texi: Document memory handling functions (mlock,
+ munlock, mlockall, munlockall, brk, and sbrk)
* manual/time.texi: Document timespec and friends.
* manual/conf.texi: Fix references.
* manual/ctype.texi: Likewise.