home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / libio / stdio / ChangeLog.new < prev    next >
Encoding:
Text File  |  1994-11-27  |  1.0 KB  |  44 lines

  1. Sun Nov 27 12:58:03 1994  H.J. Lu (hjl@fudan)
  2.  
  3.     * Makefile (INC_CFLAGS): changed to
  4.  
  5.       INC_CFLAGS=-I../ldouble -I../ldouble -I../ldouble -I../ldouble
  6.  
  7. Tue Nov  8 01:11:04 1994  H.J. Lu  (hjl@nynexst.com)
  8.  
  9.     * Makefile (SRC1S): remove getline.c.
  10.  
  11.     * stdio.h (getline): commented out.
  12.  
  13. Thu Oct 20 08:38:22 1994  H.J. Lu  (hjl@nynexst.com)
  14.  
  15.     * snprintf.c, vsnprintf.c: include "stdio.h".
  16.  
  17. Sun Aug  7 16:38:02 1994  H.J. Lu  (hjl@nynexst.com)
  18.  
  19.     * stdio.h: include <features.h> if __linux__ is defined.
  20.       <features.h> should be copied from glibc to help put libio
  21.       into glibc.
  22.       declare psignal (), _sys_errlist, _sys_siglist if
  23.       __GNU_LIBRARY__ is defined.
  24.       (tempnam): new declaration.
  25.       define TMP_MAX as 238328. see ../iotempname.c.
  26.  
  27.     * popen.c: removed.
  28.  
  29.     * pclose.c: renamed from popen.c.
  30.  
  31.     * stdio.c: new file for stdin, stdout and stderr.
  32.  
  33.     * vfprintf.c:
  34.     * fdopen.c: add alias for Linux.
  35.  
  36.     * remove.c: new file for remove ().
  37.  
  38.     * tempnam.c: new file for tempnam ().
  39.  
  40.     * tmpfile.c: new file for tmpfile ().
  41.  
  42.     * tmpnam.c: new file for tmpnam ().
  43.  
  44.