Initial revision
[official-gcc.git] / libio / stdio / ChangeLog
blobf98baec0955bd87d962faa767558d460c30efe06
1 1997-09-04 16:11  Ulrich Drepper  <drepper@cygnus.com>
3         * Makefile.in (STDIO_OBJECTS): Lose feof.o and ferror.o.  Add getc.o
4         and putc.o.
5         (stmp-libio, stmp-libiostream, stmp-io, stmp-streamlib): New rules.
7         (iostream.list): Depend upon stmp-stdio.  Add the entries
8         from stdio.list to iostream.list.
9         (stmp-stdio): New name for what was the stdio/stdio.list rule.
10         All it now does is cd down into stdio and build stdio.list.
12         * clearerr.c: Add copyright and lock stream before use.
13         * feof.c: Likewise.
14         * ferror.c: Likewise.
15         * fgetc.c: Likewise.
16         * fputc.c: Likewise.
17         * freopen.c: Likewise.
18         * fseek.c: Likewise.
19         * getc.c: Likewise.
20         * getchar.c: Likewise.
21         * putc.c: Likewise.
22         * putchar.c: Likewise.
23         * rewind.c: Likewise.
25         * setbuf.c: Update copyright.
26         * setlinebuf.c: Likewise.
27         * vscanf.c: Likewise.
29         * fileno.c: Define alias fileno_unlocked.  Update copyright.
31         * clearerr_u.c: New file.  Implement clearerr_unlocked function.
32         * feof_u.c: New file.  Implement feof_unlocked function.
33         * ferror_u.c: New file.  Implement ferror_unlocked function.
34         * fputc_u.c: New file.  Implement fputc_unlocked function.
35         * getc_u.c: New file.  Implement getc_unclocked function.
36         * getchar_u.c: New file.  Implement getchar_unclocked function.
37         * putc_u.c: New file.  Implement putc_unclocked function.
38         * putchar_u.c: New file.  Implement putchar_unclocked function.
40         * vsnprintf.c: Rewrite according to ISO C 9X draft.
42 Thu May  1 11:03:45 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
44         * stdio.h (TMP_MAX): Wrap it with #ifndef for now, since it can
45         get defined by <limits.h> (e.g., HP/UX and AIX).
47 Wed Mar 12 08:51:37 1997  Gavin Koch  <gavin@cygnus.com>
49         * stdio.h: Use _IO_va_list rather than _G_va_list.
51 Wed Jun 14 21:41:50 1995  Jason Merrill  <jason@python.cygnus.com>
53         * configure.in (LIBDIR): Set.
54         (MOSTLYCLEAN): Remove pic and stamp-picdir.
55         (stdio_objects): Also compile pic version.
57         * Makefile.in (STDIO_OBJECTS): Remove getdelim.o.
59 Wed May 10 03:05:53 1995  Jason Merrill  <jason@python.cygnus.com>
61         * vsnprintf.c (vsnprintf): Update to use _IO_JUMPS.
63         * Makefile.in (STDIO_OBJECTS): Fix typo.
65 Tue Oct 18 17:15:09 1994  Per Bothner  <bothner@kalessin.cygnus.com>
67         * getline.c, snprintf.c, vsnprintf.c:  New files, providing
68         functionality of the GNU C library.
69         * Makefile.in (STDIO_OBJECTS), configure.in:  Add new files.
70         * stdio.h:  Add new functions.
72 Fri Oct 14 15:56:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
74         * stdio.h:  Added vfscanf, vscanf, vsscanf, #ifndef __STRICT_ANSI__.
76 Tue Aug 23 16:17:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
78         * stdio.h:  Added comment, at hjl's request.
80 Sun Aug  7 13:28:12 1994  H.J. Lu  (hjl@nynexst.com)
82         * stdio.h (getc, getchar, putc, putchar): New declarations.
83         Move macros after the declarations.
85 Fri Aug  5 18:27:21 1994  H.J. Lu  (hjl@nynexst.com)
87         * clearerr.c, rewind.c, setfileno.c:
88         Add CHECK_FILE(fp, ) and remove COERCE_FILE(fp).
89         * feof.c, ferror.c, fgetc.c, fileno.c, fputc.c, getw.c, putw.c,
90         vfscanf.c: Add CHECK_FILE(fp, EOF) and remove COERCE_FILE(fp).
91         * freopen.c: Add CHECK_FILE(fp, NULL) and remove COERCE_FILE(fp).
92         * fseek.c, vfprintf.c:
93         Add CHECK_FILE(fp, -1) and remove COERCE_FILE(fp).
95 Fri May 20 13:11:58 1994  Per Bothner  (bothner@kalessin.cygnus.com)
97         * stdio.h:  Rename _ARGS macro to __P for better gnlibc and
98         BSD compatibility.
100 Fri Nov 26 13:26:35 1993  Per Bothner  (bothner@kalessin.cygnus.com)
102         Bunch of little changes, many from H.J. Lu <hjl@nynexst.com>.
103         * feof.c, setbuf.c, vprintf.c, vcanf.c:  #include <stdio.h>,
104         for error checking.
105         * fileno.c:  #include libioP.h, not just libio.h.
106         * fputc.c:  Fix typo.
107         * fseek.c, rewind.c:  Use #include "...", not <...> ,for local files.
108         * getc.c, getchar.c, putc.c, putchar.c:  New files, providing
109         non-macro versions of the standard macros.
110         * getw.c, putw.c, setfileno.c, setlinebuf.c:  New files.
111         * Makefile.in (STDIO_OBJECTS):  Add new files.
112         * vfscanf.c:  Add missing new 4th arg to _IO_vfscanf call.
114 Thu Oct 14 16:12:07 1993  Karen Christiansen  (karen@deneb.cygnus.com)
116         * configure.in: changed mv to mv -f
118 Mon Oct  4 17:29:23 1993  Per Bothner  (bothner@kalessin.cygnus.com)
120         * configure.in (stdio_renames):  Add fgetpos, fsetpos, gets,
121         perror, setbuffer, ungetc.
122         * clearerr.c, ferror.c, fgetc.c, fileno.c, fputc.c, freopen.c,
123         fseek.c, popen.c, rewind.c, setbuf.c:  New files.
124         * Makefile.in (STDIO_OBJECTS):  Add new files.
125         * stdio.h:  Use _IO_XXX instead of _G_XXX many places.
126         #include <libio.h> instead of <_stdio.h>, to get useful defs.
128 Fri Aug 20 00:28:28 1993  Per Bothner  (bothner@kalessin.cygnus.com)
130         * feof.c, vprintf.c, vscanf.c:  Converted stub functions.
131         * configure.in (stdio_renamed):  Removed feof.
132         Added sprintf sscanf vsscanf.
133         * ChangeLog.old:  Copy of old libg++/iostream/stdio/ChangeLog.