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-4.6.26 / ChangeLog.new < prev    next >
Encoding:
Text File  |  1994-12-07  |  2.8 KB  |  100 lines

  1. Sun Dec  4 19:50:32 1994  Per Bothner  <bothner@kalessin.cygnus.com>
  2.  
  3.     * fileops.c (_IO_file_init, _IO_file_close_it, _IO_file_sync):
  4.       Set _offset to _IO_pos_BAD, to support applications that
  5.       follow POSIX.1 rules on mixing file handles.
  6.  
  7.     * fileops.c (_IO_file_overflow):  Handle case that buffer was
  8.       allocated (perhaps by setvbuf) but _IO_write_base is still 0.
  9.  
  10. Sat Dec  3 23:17:59 1994  H.J. Lu (hjl@fudan)
  11.  
  12.     * fileops.c (_IO_file_seekoff): undo the change of Tue Nov
  13.       8 00:36:53 1994 by H.J. Lu  (hjl@nynexst.com).
  14.  
  15.     * libio/ldouble/libioP.h: don't include linux.h if
  16.       __cplusplus is defined.
  17.  
  18. Sun Nov 27 12:58:03 1994  H.J. Lu (hjl@fudan)
  19.  
  20.     * Makefile (INC_CFLAGS): changed to
  21.  
  22.       INC_CFLAGS=-I./ldouble -I./ldouble -I./ldouble -I./ldouble
  23.  
  24.     * ldouble/Makefile (INC_CFLAGS): changed to
  25.  
  26.       INC_CFLAGS=
  27.  
  28.       (NEWSTDIOFLAGS): new. set to
  29.  
  30.       NEWSTDIOFLAGS=
  31.  
  32.     * libio/ldouble/floatio.h:
  33.     * libio/ldouble/linux.h: linked from ../.
  34.  
  35. Sat Nov 26 23:41:35 1994  Stephen L Moshier (moshier@world.std.com)
  36.  
  37.     * libio/ldouble/libio.h (_IO_LDOUBLE): defined as 0400000.
  38.  
  39.     * libio/ldouble/libioP.h (_IO_outfloat): change double to
  40.       long double.
  41.       (_IO_strtold):
  42.       (_IO_ldtoa): new.
  43.  
  44.     * ldouble/iovfprintf.c:
  45.     * ldouble/iovfscanf.c:
  46.     * ldouble/outfloat.c: modified for long double.
  47.  
  48.     * ldouble/Makefile:
  49.     * ldouble/README:
  50.     * ldouble/ioldouble.c: new for long double
  51.  
  52. Fri Nov 18 04:53:28 1994   Andreas Schwab (schwab@issan.informatik.uni-dortmund.de)
  53.  
  54.     * floatconv.c: check __mc68000__ for IEEE_MC68k.
  55.  
  56. Tue Nov  8 00:36:53 1994  H.J. Lu  (hjl@nynexst.com)
  57.  
  58.     * fileops.c (_IO_file_seekoff): don't optimize if the file
  59.       is opened for write.
  60.  
  61. Mon Oct 10 13:20:52 1994  H.J. Lu  (hjl@jalod)
  62.  
  63.     * libioP.h (DEBUG): changed to _IO_DEBUG.
  64.  
  65. Tue Aug  9 16:53:33 1994  H.J. Lu  (hjl@jalod)
  66.  
  67.     * fileops.c (_IO_file_fopen): don't return NULL if 
  68.       errno == ESPIPE if seek failes.
  69.       (_IO_file_attach): seek to the current R/W pointer and don't
  70.       return NULL if errno == ESPIPE if seek failes.
  71.       (_IO_file_underflow): set the EOF flag if errno from read
  72.       is EAGAIN or EWOULDBLOCK.
  73.  
  74. Sun Aug  7 16:18:14 1994  H.J. Lu  (hjl@jalod)
  75.  
  76.     * cleanup.c: for linux, comment out "function_alias" and use
  77.       function_alias () instead.
  78.  
  79.     * filedoalloc.c: ifdef out _IO_cleanup_registration_needed
  80.       stuff for Linux. it is handled in cleanup.c.
  81.  
  82.     * iostrerror.c: do nothing if __linux__ is defined.
  83.  
  84.     * ioperror.c: add a new version for __linux__. may be
  85.       used with glibc.
  86.  
  87.     * iotempname.c: new file for _IO_gen_tempname (). It is
  88.       used for the temporary filename functions.
  89.  
  90.     * linux.h: new file for linux.
  91.  
  92.     * libioP.h: include "linux.h" if __linux__ is defined.
  93.  
  94.     * ioprims.c: do nothing if __linux__ is defined. also glibc?
  95.  
  96. Wed Aug  3 13:15:01 1994  H.J. Lu  (hjl@jalod)
  97.  
  98.     * iofclose.c: don't clear fp->_IO_file_flags. malloc/free will
  99.       modify it anyway.
  100.