home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / libg++-2.7.1-base.tgz / libg++-2.7.1-src.tar / fsf / libg++ / libio / stdio / ChangeLog next >
Text File  |  1995-06-15  |  3KB  |  85 lines

  1. Wed Jun 14 21:41:50 1995  Jason Merrill  <jason@python.cygnus.com>
  2.  
  3.     * configure.in (LIBDIR): Set.
  4.     (MOSTLYCLEAN): Remove pic and stamp-picdir.
  5.     (stdio_objects): Also compile pic version.
  6.  
  7.     * Makefile.in (STDIO_OBJECTS): Remove getdelim.o.
  8.  
  9. Wed May 10 03:05:53 1995  Jason Merrill  <jason@python.cygnus.com>
  10.  
  11.     * vsnprintf.c (vsnprintf): Update to use _IO_JUMPS.
  12.  
  13.     * Makefile.in (STDIO_OBJECTS): Fix typo.
  14.  
  15. Tue Oct 18 17:15:09 1994  Per Bothner  <bothner@kalessin.cygnus.com>
  16.  
  17.     * getline.c, snprintf.c, vsnprintf.c:  New files, providing
  18.     functionality of the GNU C C library.
  19.     * Makefile.in (STDIO_OBJECTS), configure.in:  Add new files.
  20.     * stdio.h:  Add new functions.
  21.  
  22. Fri Oct 14 15:56:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  23.  
  24.     * stdio.h:  Added vfscanf, vscanf, vsscanf, #ifndef __STRICT_ANSI__.
  25.  
  26. Tue Aug 23 16:17:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  27.  
  28.     * stdio.h:  Added comment, at hjl's request.
  29.  
  30. Sun Aug  7 13:28:12 1994  H.J. Lu  (hjl@nynexst.com)
  31.  
  32.     * stdio.h (getc, getchar, putc, putchar): New declarations.
  33.     Move macros after the declarations.
  34.  
  35. Fri Aug  5 18:27:21 1994  H.J. Lu  (hjl@nynexst.com)
  36.  
  37.     * clearerr.c, rewind.c, setfileno.c:
  38.     Add CHECK_FILE(fp, ) and remove COERCE_FILE(fp).
  39.     * feof.c, ferror.c, fgetc.c, fileno.c, fputc.c, getw.c, putw.c,
  40.     vfscanf.c: Add CHECK_FILE(fp, EOF) and remove COERCE_FILE(fp).
  41.     * freopen.c: Add CHECK_FILE(fp, NULL) and remove COERCE_FILE(fp).
  42.     * fseek.c, vfprintf.c:
  43.     Add CHECK_FILE(fp, -1) and remove COERCE_FILE(fp).
  44.  
  45. Fri May 20 13:11:58 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  46.  
  47.     * stdio.h:  Rename _ARGS macro to __P for better gnlibc and
  48.     BSD compatibility.
  49.  
  50. Fri Nov 26 13:26:35 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  51.  
  52.     Bunch of little changes, many from H.J. Lu <hjl@nynexst.com>.
  53.     * feof.c, setbuf.c, vprintf.c, vcanf.c:  #include <stdio.h>,
  54.     for error checking.
  55.     * fileno.c:  #include libioP.h, not just libio.h.
  56.     * fputc.c:  Fix typo.
  57.     * fseek.c, rewind.c:  Use #include "...", not <...> ,for local files.
  58.     * getc.c, getchar.c, putc.c, putchar.c:  New files, providing
  59.     non-macro versions of the standard macros.
  60.     * getw.c, putw.c, setfileno.c, setlinebuf.c:  New files.
  61.     * Makefile.in (STDIO_OBJECTS):  Add new files.
  62.     * vfscanf.c:  Add missing new 4th arg to _IO_vfscanf call.
  63.  
  64. Thu Oct 14 16:12:07 1993  Karen Christiansen  (karen@deneb.cygnus.com)
  65.  
  66.     * configure.in: changed mv to mv -f
  67.  
  68. Mon Oct  4 17:29:23 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  69.  
  70.     * configure.in (stdio_renames):  Add fgetpos, fsetpos, gets,
  71.     perror, setbuffer, ungetc.
  72.     * clearerr.c, ferror.c, fgetc.c, fileno.c, fputc.c, freopen.c,
  73.     fseek.c, popen.c, rewind.c, setbuf.c:  New files.
  74.     * Makefile.in (STDIO_OBJECTS):  Add new files.
  75.     * stdio.h:  Use _IO_XXX instead of _G_XXX many places.
  76.     #include <libio.h> instead of <_stdio.h>, to get useful defs.
  77.  
  78. Fri Aug 20 00:28:28 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  79.  
  80.     * feof.c, vprintf.c, vscanf.c:  Converted stub functions.
  81.     * configure.in (stdio_renamed):  Removed feof.
  82.     Added sprintf sscanf vsscanf.
  83.     * ChangeLog.old:  Copy of old libg++/iostream/stdio/ChangeLog.
  84.  
  85.