home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / gnu / libg++-2.6-fsf.lha / libg++-2.6 / libio / stdio / ChangeLog next >
Text File  |  1994-05-20  |  2KB  |  41 lines

  1. Fri May 20 13:11:58 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  2.  
  3.     * stdio.h:  Rename _ARGS macro to __P for better gnlibc and
  4.     BSD compatibility.
  5.  
  6. Fri Nov 26 13:26:35 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  7.  
  8.     Bunch of little changes, many from H.J. Lu <hjl@nynexst.com>.
  9.     * feof.c, setbuf.c, vprintf.c, vcanf.c:  #include <stdio.h>,
  10.     for error checking.
  11.     * fileno.c:  #include libioP.h, not just libio.h.
  12.     * fputc.c:  Fix typo.
  13.     * fseek.c, rewind.c:  Use #include "...", not <...> ,for local files.
  14.     * getc.c, getchar.c, putc.c, putchar.c:  New files, providing
  15.     non-macro versions of the standard macros.
  16.     * getw.c, putw.c, setfileno.c, setlinebuf.c:  New files.
  17.     * Makefile.in (STDIO_OBJECTS):  Add new files.
  18.     * vfscanf.c:  Add missing new 4th arg to _IO_vfscanf call.
  19.  
  20. Thu Oct 14 16:12:07 1993  Karen Christiansen  (karen@deneb.cygnus.com)
  21.  
  22.     * configure.in: changed mv to mv -f
  23.  
  24. Mon Oct  4 17:29:23 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  25.  
  26.     * configure.in (stdio_renames):  Add fgetpos, fsetpos, gets,
  27.     perror, setbuffer, ungetc.
  28.     * clearerr.c, ferror.c, fgetc.c, fileno.c, fputc.c, freopen.c,
  29.     fseek.c, popen.c, rewind.c, setbuf.c:  New files.
  30.     * Makefile.in (STDIO_OBJECTS):  Add new files.
  31.     * stdio.h:  Use _IO_XXX instead of _G_XXX many places.
  32.     #include <libio.h> instead of <_stdio.h>, to get useful defs.
  33.  
  34. Fri Aug 20 00:28:28 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  35.  
  36.     * feof.c, vprintf.c, vscanf.c:  Converted stub functions.
  37.     * configure.in (stdio_renamed):  Removed feof.
  38.     Added sprintf sscanf vsscanf.
  39.     * ChangeLog.old:  Copy of old libg++/iostream/stdio/ChangeLog.
  40.  
  41.