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 / ChangeLog.new < prev    next >
Encoding:
Text File  |  1994-12-12  |  2.4 KB  |  91 lines

  1. Mon Dec 12 14:53:52 1994  H.J. Lu (hjl@fudan)
  2.  
  3.     * fileops.c (_IO_file_underflow): fix comments.
  4.  
  5.     * ldouble/libio.h: Add comment.  Update Copyright notice.
  6.       (__P): Change argument name spelling from `paramlist' to
  7.       `protos' for compatibility with BSDI 1.1.
  8.  
  9. Sat Dec  3 23:17:59 1994  H.J. Lu (hjl@fudan)
  10.  
  11.     * ldouble/libioP.h: don't include linux.h if
  12.       __cplusplus is defined.
  13.  
  14. Sun Nov 27 12:58:03 1994  H.J. Lu (hjl@fudan)
  15.  
  16.     * Makefile (INC_CFLAGS): changed to
  17.  
  18.       INC_CFLAGS=-I./ldouble -I./ldouble -I./ldouble -I./ldouble
  19.  
  20.     * ldouble/Makefile (INC_CFLAGS): changed to
  21.  
  22.       INC_CFLAGS=
  23.  
  24.       (NEWSTDIOFLAGS): new. set to
  25.  
  26.       NEWSTDIOFLAGS=
  27.  
  28.     * ldouble/floatio.h:
  29.     * ldouble/linux.h: linked from ../.
  30.  
  31. Sat Nov 26 23:41:35 1994  Stephen L Moshier (moshier@world.std.com)
  32.  
  33.     * ldouble/libio.h (_IO_LDOUBLE): defined as 0400000.
  34.  
  35.     * ldouble/libioP.h (_IO_outfloat): change double to
  36.       long double.
  37.       (_IO_strtold):
  38.       (_IO_ldtoa): new.
  39.  
  40.     * ldouble/iovfprintf.c:
  41.     * ldouble/iovfscanf.c:
  42.     * ldouble/outfloat.c: modified for long double.
  43.  
  44.     * ldouble/Makefile:
  45.     * ldouble/README:
  46.     * ldouble/ioldouble.c: new for long double
  47.  
  48. Fri Nov 18 04:53:28 1994   Andreas Schwab (schwab@issan.informatik.uni-dortmund.de)
  49.  
  50.     * floatconv.c: check __mc68000__ for IEEE_MC68k.
  51.  
  52. Mon Oct 10 13:20:52 1994  H.J. Lu  (hjl@jalod)
  53.  
  54.     * libioP.h (DEBUG): changed to _IO_DEBUG.
  55.  
  56. Tue Aug  9 16:53:33 1994  H.J. Lu  (hjl@jalod)
  57.  
  58.     * fileops.c (_IO_file_fopen): don't return NULL if 
  59.       errno == ESPIPE if seek failes.
  60.       (_IO_file_attach): seek to the current R/W pointer and don't
  61.       return NULL if errno == ESPIPE if seek failes.
  62.       (_IO_file_underflow): set the EOF flag if errno from read
  63.       is EAGAIN or EWOULDBLOCK.
  64.  
  65. Sun Aug  7 16:18:14 1994  H.J. Lu  (hjl@jalod)
  66.  
  67.     * cleanup.c: for linux, comment out "function_alias" and use
  68.       function_alias () instead.
  69.  
  70.     * filedoalloc.c: ifdef out _IO_cleanup_registration_needed
  71.       stuff for Linux. it is handled in cleanup.c.
  72.  
  73.     * iostrerror.c: do nothing if __linux__ is defined.
  74.  
  75.     * ioperror.c: add a new version for __linux__. may be
  76.       used with glibc.
  77.  
  78.     * iotempname.c: new file for _IO_gen_tempname (). It is
  79.       used for the temporary filename functions.
  80.  
  81.     * linux.h: new file for linux.
  82.  
  83.     * libioP.h: include "linux.h" if __linux__ is defined.
  84.  
  85.     * ioprims.c: do nothing if __linux__ is defined. also glibc?
  86.  
  87. Wed Aug  3 13:15:01 1994  H.J. Lu  (hjl@jalod)
  88.  
  89.     * iofclose.c: don't clear fp->_IO_file_flags. malloc/free will
  90.       modify it anyway.
  91.