home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / dist / gnu / libg++ / libg++-2.5.2-amiga / libio / changelog < prev    next >
Encoding:
Text File  |  1993-12-03  |  13.8 KB  |  344 lines

  1. Thu Dec  2 22:43:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  2.  
  3.     * fileops.c (_IO_file_finish):  Remove redundant call to _IO_un_link.
  4.     * iofclose.c (_IO_fclose):  Don't call fp->_jumps->__close;  it's
  5.     too low-level.  Instead call _IO_file_close_it.
  6.     * dbz/Makefile.in (rclean, distclean):  Add some missing files.
  7.  
  8. Wed Dec  1 13:19:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  9.  
  10.     * config/hpux.mt (MATH_H_INLINES): No longer define.
  11.     Patch from Jeffrey A Law <law@snake.cs.utah.edu>.
  12.  
  13. Fri Nov 26 13:28:36 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  14.  
  15.     * config.shared (CINCLUDES):  Define default if libg++.
  16.     * iofread.c:  Use _IO_sgetn.c.
  17.     * iolibio.h (_IO_clearerr):  Fix typo.
  18.     * genops.c (_IO_seekmark):  Return 0 on success.
  19.     * floactconv.c (Binit):  Change to static.
  20.     * iofclose.c (_IO_fclose):  Check if file is _IO_stdin, _IO_stdout,
  21.     or _IO_stderr;  if so don't try to free it.  Fix from hjl@nynexst.com.
  22.  
  23.     * genops.c (_IO_default_sync), libioP.h:  New function.
  24.     * libioP.h (_IO_default_close):  Use _IO_default_sync -same interface.
  25.  
  26.     * Makefile.in:  Increase version to 0.62.
  27.     * iopopen.c (_IO_proc_close):  Use waitpid (available in libibarty,
  28.     if needed), rather than wait.  Don't block/ignore SIGINT etc,
  29.     as this is counter to Posix.2.
  30.     * iopopen.c:  Chain open proc_files, and have the child close
  31.     the ones that are open (as required by Posix.2).
  32.  
  33.     * fstream.h (fstreambase::rdbuf), strstream.h (strstreambase
  34.     ::rdbuf):  Call ios::rdbuf() instead of getting _strbuf directly.
  35.  
  36.     * sbscan.cc (streambuf::vscan):  Comment out duplicate default arg.
  37.     * floatconv.c:  Recognize Alpha and i860 as little-endian.
  38.     * streambuf.cc:  Return two bogus value returns from void functions.
  39.     * iolibio.h, iofwrite.c:  Fix buffer type to (const void*).
  40.     * libio.h:  Predefine of struct _IO_FILE to help non-g++-compilers.
  41.     * libioP.h, pfstream.cc, stdfiles.c, iovfscanf.c: Cleanup syntax junk.
  42.     * stdstreams.cc:  Minor simplification.
  43.     * streambuf.h, builtinbuf.cc:  Add non-const ios::_IO_fix_vtable()
  44.     for temporary binary compatibility.
  45.  
  46.     * filedoalloc.c, fileops.c:  Add _POSIX_SOURCE.
  47.     * fileops.c, iofopen.c, iofputs.c, iostream.cc, strops.c,
  48.     strstream.cc, genops.c:  Add some missing #includes.
  49.     * iofopen.c, iofdopen.c:  Return NULL if malloc fails.
  50.     * iovfscanf.c:  Fix return type in strtol prototype.
  51.     * fwrite.c:  Remove bogus file.
  52.  
  53. Wed Nov 17 14:09:42 1993  Per Bothner  (bothner@cygnus.com)
  54.  
  55.     * builtinbuf.cc (ios::_IO_fix_vtable), streambuf.h:  Make method
  56.     const, to reduce problems with -Wcast-qual.
  57.  
  58. Tue Nov 16 19:30:42 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
  59.  
  60.     * config.shared (CXXINCLUDE): use ${} instead of $() for NOSTDINC
  61.  
  62. Tue Nov 16 14:15:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  63.  
  64.     * iopopen.c (_IO_proc_close):  Re-structure to avoid
  65.     declarations after statements.
  66.     * floatconv.c:  If not __STDC__, #define DBL_MANT_DIG.
  67.     * config/isc.mt (G_CONFIG_ARGS): Remove bogus spaces.
  68.     Patch from David A. Avery <daa@nic.cerf.net>.
  69.  
  70. Tue Nov 16 15:58:31 1993  Mark Eichin  (eichin@cygnus.com)
  71.  
  72.     * Makefile.in (_G_config.h): explicitly use $(SHELL) to run
  73.     gen-params, since we know it is a script (we're explicitly looking
  74.     in ${srcdir} for it) and /bin/sh might not be good enough.
  75.  
  76. Mon Nov 15 13:26:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  77.  
  78.     * builtinbuf.cc:  Don't depend on initialization of static
  79.     variable builtinbuf::vtable, since that might happen after
  80.     we need it (for a static constructor).  Instead, initialize
  81.     it when needed by inlining the code from get_builtin_vtable
  82.     into ios::_IO_fix_vtable().
  83.  
  84.     * floatconv.c:  Avoid using #elif, which some C compilers lack.
  85.     * iogetline.c, libioP.h:  Make char parameter be int, to avoid
  86.     some default promotion anomalies.
  87.  
  88. Fri Nov  5 11:49:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  89.  
  90.     * config.shared (do-clean-dvi):  Remove TeX work files.
  91.     * iopopen.c (extern _IO_fork):  Don't use parameter type void.
  92.     * strops.c (_IO_str_init_static):  Clear the allocate_buffer
  93.     function pointer, to mark the strfile as being static.
  94.     Bug fix from Mike Raisbeck <mike@pudding.rtr.COM>.
  95.  
  96. Thu Nov  4 10:44:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  97.  
  98.     * filebuf.cc (filebuf:): Use sseekoff rather than seekoff
  99.     (which loses if vtable pointer is NULL).
  100.  
  101.     * iostream.cc (ostream::operator<<(long long n)):  Fix thinko.
  102.  
  103.     * Makefile.in (VERSION):  Increase to 0.60.
  104.     * Makefile.in (IO_OBJECTS):  Added iopopen.o.
  105.     * config.shared (DISTCLEAN):  Also remove Make.pack.
  106.     * config.shared (CXXINCLUDES):  Add $(NOSTDINC).
  107.  
  108.     * config.shared (INSTALL):  Fix so it ues the correct install.sh
  109.     whether $srcdir is absolute or relative.
  110.  
  111.     * floatconv.c (DBL_MAX_10_EXP): Fix default value.
  112.  
  113. Wed Nov  3 10:20:49 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  114.  
  115.     * gen-params:  Make more robust to allow random junk (NeXT
  116.     has spaces) before typedefs.
  117.  
  118.     * fileops.c (_IO_file_overflow):  Reduce code duplication.
  119.     * Makefile.in (IO_OBJECTS):  Remove ioputs.o.
  120.  
  121.     * iovfscanf.c, libio.h:  Extra parameter to _IO_vfscanf,
  122.     for optionally setting an error indication..
  123.     * iofscanf.c, ioscanf.c, iofscanf.c, iovsscanf.c:  Fix calls to
  124.     _IO_vfscanf to pass an extra NULL.
  125.     * sbscan.cc (streambuf::vscan):  If passed an extra stream,
  126.     set its error state (using new _IO_vfscanf parameter.
  127.  
  128.     * filedoalloc.c, fileops.c, genops.c, iogetline.c, ioignore.c,
  129.     libio.h, libioP.h, streambuf.cc streambuf.h, strfile.h, strops.c,
  130.     strstream.cc:  Replace macros (_base, _ebuf, _eback, _gptr, _egptr,
  131.     _pbase, _pptr, _epptr) by field names (_IO_buf_base, _IO_buf_end,
  132.     _IO_read_base, _IO_read_pre, IO_read_end, _IO_write_base,
  133.     _IO_write_ptr, _IO_write_end).
  134.     * libio.h:  Remove the old macros (which fixes a conflict.
  135.     
  136. Mon Nov  1 15:22:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  137.  
  138.     * iostream.cc:  Use _IO_sputn instead of sputn.  _IO_sputn does
  139.     not require a vtable pointer, and is also slightly faster.
  140.  
  141.     * builtinbuf.{h,cc} (builtinbuf::setbuf):  Fix return and
  142.     parameter types.
  143.  
  144. Mon Oct 25 12:56:33 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  145.  
  146.     Kludge to make sure _IO_FILE buffers get flushed before exit.
  147.     * dbz/dbzmain.c, dbz/fake.c, dbz/byteflip.c:
  148.     Invoke DBZ_FINISH macro (if defined) before (normal) exits.
  149.     * dbz/Makefile.in (CFLAGS):  Define DBZ_FINISH to call _IO_flush_all.
  150.  
  151. Sat Oct 23 22:10:53 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  152.  
  153.     * Makefile.in (VERSION):  Set to 0.60 for libg++ release.
  154.     * fileops.c (_IO_file_attach):  Set _offset to _IO_pos_BAD.
  155.     * iostream.cc (ostream::flush):  Fix thinkp.
  156.     * editbuf.cc, isgetsb.cc, isscan.cc, osform.cc, parsestream.cc,
  157.     pfstream.cc, sbform.cc, sbscan.cc, stdstreams.cc, stream.cc:
  158.     Replace #include "ioprivate.h" by #include "libioP.h" (and
  159.     sometimes stdarg.h, stdlib.h and/or string.h).
  160.     * ioprivate.h:  Removed.
  161.  
  162.  
  163. Thu Oct 21 19:24:02 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  164.  
  165.     * PlotFile.h, SFile.h, editbuf.cc, editbuf.h, filebuf.cc,
  166.     fstream.cc, fstream.h, indstream.cc, indstream.h, iomanip.cc,
  167.     iomanip.h, ioprivate.h, iostream.cc, iostream.h, isgetline.cc,
  168.     isgetsb.cc, parsestream.cc, parsestream.h, pfstream.cc,
  169.     pfstream.h, procbuf.cc, procbuf.h, stdiostream.cc, stdiostream.h,
  170.     stdstreams.cc, streambuf.cc, streambuf.h, strstream.cc,
  171.     strstream.h:  Remove old (duplicate) copyright notices.
  172.  
  173.     * iostream.cc:  Fix calls to sync() to be safe in the presence
  174.     of vtable-less streambufs.
  175.  
  176. Wed Oct 20 15:22:04 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  177.  
  178.     * streambuf.h (streambuf::underflow, streambuf::overflow): 
  179.     Don't make virtual functions pure.
  180.     * streambuf.cc (streambuf::underflow, streambuf::overflow):
  181.     Default definitions (return EOF).
  182.     * fstream.h:  Add new (int fd, char* buf, int len) constructors.
  183.     These are deprecated, but added for AT&T compatibility.
  184.     * fstream.cc fstreambase::fstreambase(int fd, char *p, int l): New.
  185.  
  186. Thu Oct 14 14:57:01 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
  187.  
  188.     * configure.in: use 'mv -f' instead of 'mv'
  189.  
  190. Tue Oct 12 05:01:44 1993  Mike Stump  (mrs@cygnus.com)
  191.  
  192.     * floatconv.c: Fix typo, change __STDC to __STDC__.
  193.  
  194. Mon Oct 11 17:03:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  195.  
  196.     * cleanup.c:  It should be #if _G_HAVE_ATEXIT, not #ifdef.
  197.  
  198.     * floatconv.c, iostrerror.c, iovfprintf.c, iovfscanf.c, libioP.h:
  199.     Bunch of fixes to allow use of non-ANSI (K&R) C compilers.
  200.  
  201.     * Makefile.in (iostream.list):  Use CC=$(CXX) to force use of gcc.
  202.     * README:  New file.
  203.  
  204. Fri Oct  8 16:19:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  205.  
  206.     * Makefile.in:  Move ioungetc.o from STDIO_WRAP_OBJECTS to
  207.     IO_OBJECTS (since it is needed for iovfscanf.c).
  208.     * iostrerror.c:  Add declaration of strerror.
  209.  
  210. Thu Oct  7 12:02:28 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  211.  
  212.     * cleanup.c:  New file, to cause flushing at exit.
  213.     * filedoalloc.c:  Cause flushing on exit.
  214.     * Makefile.in (OSPRIM_OBJECTS):  Add cleanup.o.
  215.     * gen-params:  Check for atexit.
  216.  
  217. Tue Oct  5 19:11:14 1993  Mike Stump  (mrs@cygnus.com)
  218.  
  219.     * ioperror.c (_IO_strerror): Add missing ()s in _PARAMS usage.
  220.  
  221. Tue Oct  5 10:33:37 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  222.  
  223.     * iofprintf.c, iofscanf.c, ioprintf.c, ioscanf.c, iosprintf.c,
  224.     iosscanf.c:  Remove bogus semi-colon after va_dcl.
  225.     * ioperror.c:  Fix typos in declaration.
  226.  
  227. Mon Oct  4 17:12:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  228.  
  229.     * configure.in (CLEAN):  Define (as _G_config.h *.a).
  230.  
  231.     * fileops.c (_IO_file_read):  Don't assume EINTR is defined.
  232.     * iosetbuf.c:  Replace by generalized ...
  233.     * iosetbuffer.c:  ... variant, derived from BSD.
  234.     * Makefile.in (STDIO_WRAP_OBJECTS):  Change correspondingly.
  235.     * iosetvbuf.c (iosetvbuf):  Minor ANSI tweak.
  236.     * iostdio.h (setbuf, setlinebuf):  New #defines.
  237.     * iolibio.h (_IO_setbuf, _IO_setlinebuf):  (Re-)define as macros.
  238.     * Makefile.in (LIBIO_OBJECTS):  New macro.
  239.  
  240. Tue Sep 28 14:15:52 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  241.  
  242.     * libioP.h (_IO_proc_open, _IO_proc_close): Add missing return types.
  243.     * procbuf.cc:  Belated fixes.
  244.  
  245. Mon Sep 27 14:04:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  246.  
  247.     * Makefile.in: List new files.  Add STDIO_WRAP_OBJECTS macro.
  248.     * floatconv.c (d2b):  Use Exp_msk11 instead of Exp_msk1.
  249.     * iofgetpos.c (_IO_fgetpos), iofsetpos.c (_IO_fsetpos):  Clean up.
  250.     * iolibio.h:  New file.  Declarations of _IO_foo, for most foo
  251.     where foo is a stdio function.  (Remove these from libio.h.)
  252.     * iostream.h (istream::istreambuf, ostream::ostreambuf):  Move
  253.     obsolete functions inside #ifdef _STREAM_COMPAT.
  254.     * libio.h, libioP.h, streambuf.h, parsestream.h, stdiostream.h:
  255.     Use _IO_fpos_t rather than _IO_pos_t.
  256.     * iopopen.c:  New file type, for pipe (popen-like) streams.
  257.     * procbuf.cc:  Now just a C++ wrapper for the files in iopopen.c.
  258.     * streambuf.h (ios::unsetf):  Return complete old value of flags.
  259.     * iogets.c (_IO_gets(), ioungetc.c (_IO_ungetc), ioperror.c
  260.     (_IO_perror), iostrerror.c (_IO_strerror):  New files and 
  261.     functions, for stdio implementation.
  262.     * iostdio.h:  Add declarations for various recently-added functions.
  263.  
  264. Sun Sep 12 14:24:55 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  265.  
  266.     * streambuf.h (ios::showpos):: Fix typo.
  267.  
  268. Fri Aug 27 12:05:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  269.  
  270.     * iopadn.c (_IO_padn):  Change to return count of chars written.
  271.     * outfloat.c, iovfprintf.c:  Change for new _IO_padn interface.
  272.     * iostream.cc (ostream::operator<<):  Make sure to set badbit
  273.     on a failure (many places).  Use _IO_padn more.
  274.     * iostream.cc (ostream& ostream::operator<<(const void *p):  Move to
  275.     * osform.cc:  ... here, to reduce linking-in-the-world syndrome.
  276.     * osform.cc: Use rdbuf(), instead of _strbuf directly.
  277.  
  278.     * genops.c (_IO_sgetn), libio.h:  New function.
  279.     * streambuf.h (streambuf.h::sgetn):  Use _IO_sgetn.
  280.     * SFile.cc (SFile::operator[]):  Use sseekoff, not seekoff.
  281.  
  282. Thu Aug 26 10:16:31 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
  283.  
  284.     * config.shared (SUBDIRS): only recurse if the directory is configured
  285.  
  286. Wed Aug 25 12:56:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  287.  
  288.     * config/{hpux.mt, isc.mt, sco4.mt}:
  289.     Moved from ../libg++/config (since they affect _G_config.h).
  290.     * configure.in:  Set target_make_frag to one of the above files.
  291.  
  292. Fri Aug 20 00:53:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  293.  
  294.     * iofopen.c (iofopen):  Fix type passed to _IO_un_link().
  295.     * Makefile.in (_G_config.h):  Pass $CC (not $CXX) as CC.
  296.  
  297.     * configure.in (configdirs):  Add dbz and stdio.
  298.     * fileops.c (_IO_file_seekoff):  Convert more old functionality.
  299.     * iofdopen.c:  Use mode parameter to set _flags.
  300.     * iofscanf.c, ioputs.c, ioscanf.c, iosprintf.c:  New files.
  301.     * Makefile.in (IO_OBJECTS):  Added new objects.
  302.     * iostdio.h:  Add feof. fscanf, puts, sprintf, vsprintf.
  303.     * libio.h:  Add _IO_vprintf macro.
  304.     * iofopen.c:  Invoke _IO_un_link if failure.
  305.     * iovsprintf.c:  Write terminating NUL.
  306.  
  307.     * libioP.h:  Add COERCE_FILE macro (by default does nothing).
  308.     * iofclose.c, iofflush.c, iofgets.c, iofprintf.c, iofputs.c,
  309.     iofread.c, ioftell.c, iofwrite.c, iosetbuf.c, iosetvbuf.c:
  310.     Invoke COERCE_FILE macro.
  311.     * ioftell.c:  Use _IO_seekoff.
  312.  
  313. Wed Aug 18 22:49:56 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  314.  
  315.     * sbform.cc (streambuf::form), sbscan.cc (streambuf::scan):
  316.     Remove cast to _IO_va_list.  (Loses if array type.)
  317.  
  318.     * libio.h:  Handle _IO_va_list for systems that need <stdarg.h>.
  319.     * floatconv.h:  Fix typo (reported by H.J.Lu).
  320.  
  321. Wed Aug 18 19:34:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
  322.  
  323.     * configure.in (INSTALLDIR): handle native vs. cross case
  324.  
  325.     * Makefile.in (install): don't use $TARGETLIB, set INSTALLDIR to
  326.     $(libdir) 
  327.  
  328. Wed Aug 18 12:10:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  329.  
  330.     * Makefile.in:  Rename iostream-files to iostream.list.
  331.     * configure.in:  Add iostream.list to MOSTLYCLEAN.
  332.  
  333. Tue Aug 17 18:56:59 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  334.  
  335.     * Makefile.in:  Depend on _G_config.h where appropriate.
  336.     * config.shared (CXXINCLUDES):  If doing libg++, search ../libio.
  337.  
  338. Tue Aug 17 17:34:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  339.  
  340.     New directory.  Based on old libg++/iostream code,
  341.     but extensively re-written.
  342.  
  343.  
  344.