aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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>.