aboutsummaryrefslogtreecommitdiff
path: root/libio/stdio/ChangeLog
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1997-09-06 03:44:38 -0400
committerBrendan Kehoe <brendan@gcc.gnu.org>1997-09-06 03:44:38 -0400
commitdbfcb4beace35e1426c1ce1e9bf2f20c7d5a0f56 (patch)
tree82e1a9aef1a37d3e21b8f1d0fe3a9435ad5a2f53 /libio/stdio/ChangeLog
parent1496c1bb0be5c2981f056fa169cf1c199f50a38a (diff)
Insert libio rewrite and its various changes from devo.
From-SVN: r15129
Diffstat (limited to 'libio/stdio/ChangeLog')
-rw-r--r--libio/stdio/ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/libio/stdio/ChangeLog b/libio/stdio/ChangeLog
index 76ce5b7a875..788c055e8d1 100644
--- a/libio/stdio/ChangeLog
+++ b/libio/stdio/ChangeLog
@@ -1,3 +1,44 @@
+1997-09-04 16:11 Ulrich Drepper <drepper@cygnus.com>
+
+ * Makefile.in (STDIO_OBJECTS): Lose feof.o and ferror.o. Add getc.o
+ and putc.o.
+ (stmp-libio, stmp-libiostream, stmp-io, stmp-streamlib): New rules.
+
+ (iostream.list): Depend upon stmp-stdio. Add the entries
+ from stdio.list to iostream.list.
+ (stmp-stdio): New name for what was the stdio/stdio.list rule.
+ All it now does is cd down into stdio and build stdio.list.
+
+ * clearerr.c: Add copyright and lock stream before use.
+ * feof.c: Likewise.
+ * ferror.c: Likewise.
+ * fgetc.c: Likewise.
+ * fputc.c: Likewise.
+ * freopen.c: Likewise.
+ * fseek.c: Likewise.
+ * getc.c: Likewise.
+ * getchar.c: Likewise.
+ * putc.c: Likewise.
+ * putchar.c: Likewise.
+ * rewind.c: Likewise.
+
+ * setbuf.c: Update copyright.
+ * setlinebuf.c: Likewise.
+ * vscanf.c: Likewise.
+
+ * fileno.c: Define alias fileno_unlocked. Update copyright.
+
+ * clearerr_u.c: New file. Implement clearerr_unlocked function.
+ * feof_u.c: New file. Implement feof_unlocked function.
+ * ferror_u.c: New file. Implement ferror_unlocked function.
+ * fputc_u.c: New file. Implement fputc_unlocked function.
+ * getc_u.c: New file. Implement getc_unclocked function.
+ * getchar_u.c: New file. Implement getchar_unclocked function.
+ * putc_u.c: New file. Implement putc_unclocked function.
+ * putchar_u.c: New file. Implement putchar_unclocked function.
+
+ * vsnprintf.c: Rewrite according to ISO C 9X draft.
+
Thu May 1 11:03:45 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
* stdio.h (TMP_MAX): Wrap it with #ifndef for now, since it can