aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-07-21 05:10:24 +0000
committerRoland McGrath <roland@gnu.org>2001-07-21 05:10:24 +0000
commitd3ab710cbc49c1bafbfe2dce84a3d9f80a2d8d62 (patch)
tree0f7a4c34d721ff188bc882010563ba59c9afb2db /ChangeLog
parent35c53530e9421282bca5f868919b8be13a505903 (diff)
downloadglibc-d3ab710cbc49c1bafbfe2dce84a3d9f80a2d8d62.tar
glibc-d3ab710cbc49c1bafbfe2dce84a3d9f80a2d8d62.tar.gz
glibc-d3ab710cbc49c1bafbfe2dce84a3d9f80a2d8d62.tar.bz2
glibc-d3ab710cbc49c1bafbfe2dce84a3d9f80a2d8d62.zip
* libio/stdio_ext.h: Moved to ...
* stdio-common/stdio_ext.h: ... here. * libio/Makefile (headers): Move stdio_ext.h from here ... * stdio-common/Makefile (headers): ... to here. * include/stdio_ext.h: New file. * stdio/Makefile (routines): Add the stdio_ext.h functions here. * stdio/Versions (GLIBC_2.2.4): Export the stdio_ext.h functions. * stdio/__flbf.c: New file. * stdio/__fbufsize.c: New file. * stdio/__fpending.c: New file. * stdio/__fpurge.c: New file. * stdio/__freadable.c: New file. * stdio/__freading.c: New file. * stdio/__fsetlocking.c: New file. * stdio/__fwritable.c: New file. * stdio/__fwriting.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 651e36c659..b2d63b4e7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2001-07-20 Roland McGrath <roland@frob.com>
+
+ * libio/stdio_ext.h: Moved to ...
+ * stdio-common/stdio_ext.h: ... here.
+ * libio/Makefile (headers): Move stdio_ext.h from here ...
+ * stdio-common/Makefile (headers): ... to here.
+ * include/stdio_ext.h: New file.
+ * stdio/Makefile (routines): Add the stdio_ext.h functions here.
+ * stdio/Versions (GLIBC_2.2.4): Export the stdio_ext.h functions.
+ * stdio/__flbf.c: New file.
+ * stdio/__fbufsize.c: New file.
+ * stdio/__fpending.c: New file.
+ * stdio/__fpurge.c: New file.
+ * stdio/__freadable.c: New file.
+ * stdio/__freading.c: New file.
+ * stdio/__fsetlocking.c: New file.
+ * stdio/__fwritable.c: New file.
+ * stdio/__fwriting.c: New file.
+
2001-07-20 Ulrich Drepper <drepper@redhat.com>
Andreas Jaeger <aj@suse.de>