aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-29 02:54:55 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-29 02:54:55 +0000
commit46e4bd3b8eb5b11579110092f2563d745bab1139 (patch)
tree89e42e004e11904c65f3f880b5f58715e81bf382 /ChangeLog
parent07d94f904544f10b49595dd08271388c20211584 (diff)
downloadglibc-46e4bd3b8eb5b11579110092f2563d745bab1139.tar
glibc-46e4bd3b8eb5b11579110092f2563d745bab1139.tar.gz
glibc-46e4bd3b8eb5b11579110092f2563d745bab1139.tar.bz2
glibc-46e4bd3b8eb5b11579110092f2563d745bab1139.zip
Update.
* libio/stdio.h: Add fmemopen prototype. 2000-08-25 Andreas Jaeger <aj@suse.de> * libio/Makefile (routines): Add fmemopen. (tests): Add test-fmemopen. * libio/Versions: Add fmemopen with version GLIBC_2.2. * libio/test-fmemopen.c: New file. * libio/fmemopen.c: New file. Patches by Hanno Mueller <kontakt@hanno.de>. 2000-08-28 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58400d187b..b31f7202e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2000-08-28 Ulrich Drepper <drepper@redhat.com>
+ * libio/stdio.h: Add fmemopen prototype.
+
+2000-08-25 Andreas Jaeger <aj@suse.de>
+
+ * libio/Makefile (routines): Add fmemopen.
+ (tests): Add test-fmemopen.
+ * libio/Versions: Add fmemopen with version GLIBC_2.2.
+ * libio/test-fmemopen.c: New file.
+ * libio/fmemopen.c: New file.
+ Patches by Hanno Mueller <kontakt@hanno.de>.
+
+2000-08-28 Ulrich Drepper <drepper@redhat.com>
+
* sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: Prevent double
inclusion. Patch by Jes Sorensen <jes@linuxcare.com>.