From 46e4bd3b8eb5b11579110092f2563d745bab1139 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 29 Aug 2000 02:54:55 +0000 Subject: Update. * libio/stdio.h: Add fmemopen prototype. 2000-08-25 Andreas Jaeger * 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 . 2000-08-28 Ulrich Drepper --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 58400d1..b31f720 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 2000-08-28 Ulrich Drepper + * libio/stdio.h: Add fmemopen prototype. + +2000-08-25 Andreas Jaeger + + * 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 . + +2000-08-28 Ulrich Drepper + * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: Prevent double inclusion. Patch by Jes Sorensen . -- cgit v1.1