* aclocal.m4 (gcc_AC_CHECK_DECL): Before attempting the test,
[official-gcc.git] / libstdc++-v3 / libio / ChangeLog
blob86c09034435d8812c7fc56c27b62f714f5402c46
1 2001-02-03  Alexandre Oliva  <aoliva@redhat.com>
2             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4         * Makefile.am (mkinstalldirs): Set.
6 2001-01-28  Benjamin Kosnik  <bkoz@gnu.org>
8         * Makefile.am (LIBIO_SRCS): Remove stdio.c.
10 2000-10-29  Benjamin Kosnik  <bkoz@gnu.org>
12         * Makefile.am (INCLUDES): Change to $(top_builddir)/include.
14 2000-10-29  Mark Mitchell  <mark@codesourcery.com>
16         * iofopen.c (_IO_new_fopen): Don't define `_IO_wide_data wd'
17         if _GLIBCPP_USE_WCHAR_T is not defined.
18         * iofwide.c: Don't define codecvt functions when 
19         _GLIBCPP_USE_WCHAR_T is not defined.
20         (_IO_fwide): Don't try to put the stream in wide mode when
21         _GLIBCPP_USE_WCHAR_T is not defined.
22         * libio.h (_IO_wide_data): Define it as an incomplete struct
23         when _GLIBCPP_USE_WCHAR_T is not defined.
24         * wfiledoalloc.c: Don't define anything when 
25         _GLIBCPP_USE_WCHAR_T is not defined.
26         * wfileops.c: Likewise.
27         * wgenops.c: Likewise.
28         
29         * _G_config.h (_G_USING_THUNKS): Allow overrides from
30         OS-configuration files.
31         * libioP.h: Test _G_USING_THUNKS with #if, rather than #ifdef.
33 2000-10-17  Benjamin Kosnik  <bkoz@gnu.org>
35         * libioP.h: Break up extern "C" bits around includes.
36         * libio.h: Only include C headers, or else _C_legacy namespaces
37         will be nested.
38         * libioP.h: Same here.
39         
40 2000-10-11  Benjamin Kosnik  <bkoz@gnu.org>
42         * Makefile.am: Add includes from GLIBCPP_EXPORT_INCLUDES.
44 2000-10-10  Benjamin Kosnik  <bkoz@gnu.org>
46         * _G_config.h (__need_ptrdiff_t): Add.
48 2000-10-08  Benjamin Kosnik  <bkoz@gnu.org>
50         * Makefile.am (INCLUDES): Simplify.
51         * libioP.h (JUMP1): If compiling c++, use std headers.
52         * _G_config.h: Same.
53         
54 2000-10-07  Benjamin Kosnik  <bkoz@gnu.org>
56         * Makefile.am (CONFIG_INCLUDES): Remove.
58 2000-10-06   Benjamin Kosnik  <bkoz@gnu.org>
60         * Makefile.am (libio_la_DEPENDENCIES): Remove extaneous cruft.
61         (libio_la_SOURCES): Remove.
62         
63 2000-10-05  Benjamin Kosnik  <bkoz@gnu.org>
65         * Makefile.am (INCLUDES): Add glibcpp_includedir.
67 2000-10-04  Benjamin Kosnik  <bkoz@gnu.org>
69         * _G_config.h : Re-guard the __mbstate_t declaration.
71 2000-09-27  Benjamin Kosnik  <bkoz@gnu.org>
73         * libioP.h: Remove fcntl.h include.
75 2000-08-22  Benjamin Kosnik  <bkoz@gnu.org>
77         * iofwide.c (_IO_fwide): Simplify, as nl_langinfo is assumed.
79 2000-08-14  Benjamin Kosnik  <bkoz@gnu.org>
81         * *: Merge with mainline glibc sources.
82         * filedoalloc.c (_IO_file_doallocate): Don't call
83         _IO_cleanup_registration_needed, even if not libc.
84         * iofwide.c (_IO_fwide): Correct placement of defines.
85         * cleanup.c: Remove.
86         
87 2000-08-04  benjamin kosnik  <bkoz@haight.constant.com>
89         * genops.c (_IO_unbuffer_write): Don't call _IO_SETBUF if the
90         stream is not orientated.
92 2000-08-04  Benjamin Kosnik  <bkoz@gnu.org>
94         * Makefile.am (LIBIO_SRCS): Add c_codecvt.c
96 2000-07-12  benjamin kosnik  <bkoz@gnu.org>
98         * _G_config.h: Smoke less crack, don't define _G_HAVE_ST_BLKSIZE.
100 2000-04-25  Benjamin Kosnik  <bkoz@gnu.org>
102         * libio.h: Change decls for seekoff/seekpos.
103         * Makefile.am: Add bits to not generate _G_config.h on linux.
104         * gen-params: Remove sigset_t declaration.
106 2000-02-29  Benjamin Kosnik  <bkoz@gnu.org>
108         * Makefile.am (libio_headers): Strip out deadweight.
110 2000-02-21  Benjamin Kosnik  <bkoz@cygnus.com>
112         * gen-params (CONFIG_NM): Specifically add in nm as the
113         default CONFIG_NM.
115 2000-02-10  Benjamin Kosnik  <bkoz@gnu.org>
117         * Makefile.am: Add bits for _G_config.h generation.
118         * gen-params: New file.
119         
120 2000-02-07  Benjamin Kosnik  <bkoz@gnu.org>
122         * Makefile.am: Change license.
124 1999-07-28  Benjamin Kosnik  <bkoz@gnu.org>
126         * Makefile.am (libio_la_SOURCES): Remove cleanup.c, so that
127         _IO_cleanup will not be undefined.
129 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
131         * configure.in (compiler_name): Add check to detect if this
132         language's compiler has been built.
134 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
136         * config.shared (depend.new): delete libc-lock.h from
137         dependencies, and fix _G_config.h -> $(_G_CONFIG_H) rule
138         * depend: Rebuilt.
139         
140 Sun Oct 11 01:51:42 1998  Jeffrey A Law  (law@cygnus.com)
142         * config.shared (depend.new): Fix typo.
143         * depend: Rebuilt.
145 1998-09-09  Manfred Hollstein  <manfred@s-direktnet.de>
147         * configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's
148         value; don't change its value if --enable-version-specific-runtime-libs
149         has been specified.
151 Wed Sep  2 21:05:39 1998  H.J. Lu  (hjl@gnu.org)
153         * configure.in: Fix INSTALLDIR replacement for cross-compile.
155 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
157         * dbz/Makefile.in: Avoid assumptions about "tr" behaves when
158         LANG is set to something other than English.
160 Sun Aug 30 22:17:00 1998  H.J. Lu  (hjl@gnu.org)
162         * config.shared: Set libsubdir.
164 1998-08-25 14:34  Ulrich Drepper  <drepper@cygnus.com>
166         * libio/iogetline.c (_IO_getline_info): Don't read anything for
167         N == 0.  Patch by HJ Lu.
169 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
171         * iomanip.h: Use __extension__ for `extern' explicit template
172         instantiations.
174 1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
176         * strfile.h: Define __PMT if not already defined.
178 1998-08-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
180         * libioP.h: Use __PMT in typedefs.
181         * strfile.h: Likewise.
183 1998-06-29  Ulrich Drepper  <drepper@cygnus.com>
185         * libio.h: Rewrite __PMT change so that it works with platforms
186         defining __P but not __PMT.
188         * libio.h (__PMT): New macro.  Defined like __P.  Use is for
189         function pointers.
191 1998-06-27  Manfred Hollstein  <manfred@s-direktnet.de>
193         * Makefile.in (install): Remove superfluous /include.
195 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
197         * config.shared (FLAGS_TO_PASS): Add gcc_version_trigger.
198         (Makefile): Add dependency upon $(gcc_version_trigger).
200 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
202         * Makefile.in (install): Install _G_config.h depending on new flag
203         --enable-version-specific-runtime-libs.
204         * config/linux.mt (gxx_include_dir): Remove definition here as we use
205         gcc's default anyway.
207 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
209         * config.shared (FLAGS_TO_PASS): Add gcc_version.
211 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
213         * config.shared (FLAGS_TO_PASS): Add libsubdir.
215 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
217         * genops.c (__underflow): Read character from read pointer as unsigned.
218         (__uflow): Likewise.
220 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
222         * strops.c (_IO_str_underflow): Read newly available character
223         from buffer as unsigned.
225 Sun Apr 19 22:13:36 1998  H.J. Lu  (hjl@gnu.org)
227         * isgetline.cc (istream::get): Fix a typo.
229 Thu Mar  5 09:23:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
231         * configure.in: Make locating frag files failsafe even for the
232         special case if configuring and building in srcdir.
234 1998-02-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
236         Changes for _G_IO_IO_FILE_VERSION == 0x20001:
237         * libioP.h (_IO_showmanyc_t, _IO_SHOWMANYC, _IO_imbue_t,
238         _IO_IMBUE): New definitions.
239         (struct _IO_jump_t): Add __showmanyc and __imbue fields.
240         (_IO_file_fopen): Add new fourth argument.
241         * filebuf.cc (filebuf::open): Pass new fourth argument to
242         _IO_file_fopen.
243         * iolibio.h (_IO_freopen): Likewise.
244         * streambuf.cc (streambuf::showmanyc, streambuf::imbue): New
245         functions.
246         * streambuf.h (_IO_wchar_t): Define to _G_wchar_t.
247         (ios::fill): Remove casts.
248         (struct streambuf): Add showmanyc and imbue members.
250         * iostream.cc (ostream::operator<<(double n)) [__GLIBC_MINOR__ >=
251         1]: Initialize new fields is_char of struct printf_info.
252         (ostream::operator<<(long double n)) [__GLIBC_MINOR__ >= 1]:
253         Likewise.
255 Sun Feb 22 17:24:53 1998  Jeffrey A Law  (law@cygnus.com)
257         * config.shared: Bring back changes from Ian and Fred that were
258         accidentally clobbered.  Should eliminate the need for Dave's
259         recent change.
261 Tue Feb 17 21:56:25 1998  H.J. Lu  (hjl@gnu.org)
263         * config/linux.mt (IO_OBJECTS): Add iogetline.o.
264         * config/linuxlibc1.mt: Ditto.
266         * iogetline.c (_IO_getline_info): Renamed from _IO_getline.
267         (_IO_getline): Just call _IO_getline_info.
269         * isgetline.cc (istream::getline, istream::get, _sb_readline):
270         Call _IO_getline_info instead of _IO_getline and get the EOF
271         information.
272         * sbgetline.cc (streambuf::sgetline): Ditto.
274         * libioP.h (_IO_getline_info): New declaration.
276         * iogetline.c (_IO_getline): Handle the case when there is no
277         buffer.
279 Fri Feb 13 00:57:20 1998  Krister Walfridsson (cato@df.lth.se)
281         * fileops.c: #include <unistd.h>.
282         * ioprims.c: Likewise.
284 1998-02-10  Mark Mitchell  <mmitchell@usa.net>
286         * iostream.cc (ostream::operator<<(long double)): Don't use
287         labeled initializers.
289 Fri Feb  6 01:35:56 1998  Manfred Hollstein  <manfred@s-direktnet.de>
291         * config.shared (FLAGS_TO_PASS): Don't emit PICFLAG.
292         (.c.o): Check value of enable_shared, not PICFLAG.
293         (.C.o): Dito.
294         (.cc.o): Dito.
295         (stamp-picdir): Dito.
297 Thu Feb  5 17:41:26 1998  Dave Brolley  <brolley@cygnus.com>
299         * config.shared (LIBS): Change to -L../../libstdc++ (was -L../libstdc++)
300         if ${DOING_GPERF} is true.
302 1998-01-20  Andreas Schwab  (schwab@issan.informatik.uni-dortmund.de)
304         * iostream.cc (istream::operator>>(long double&))
305         [!_G_HAVE_LONG_DOUBLE_IO]: Scan value into separate variable, in
306         case long double is bigger than double.
307         (ostream::operator<<(double)) [_G_HAVE_PRINTF_FP]: Fix order of
308         initializers of struct printf_info to match declaration order,
309         to work around g++ bug.
310         (ostream::operator<<(long double)) [_G_HAVE_PRINTF_FP]: Likewise.
312         * gen-params: Add missing quotes.  Avoid useless use of command
313         substitution.
315 Sun Feb  1 13:29:47 1998  H.J. Lu  (hjl@gnu.org)
317         * filebuf.cc (filebuf::open): Call _IO_file_open if
318         _G_HAVE_IO_FILE_OPEN is 1.
320         * libio.h (_IO_fpos64_t, _IO_off64_t): Defined if
321         _G_IO_IO_FILE_VERSION == 0x20001.
323         * libioP.h (_IO_file_open): New declaration.
325         * libio.h (_IO_FILE, _IO_stdin_, _IO_stdout_, _IO_stderr_,
326         _IO_seekoff, _IO_seekpos): Add support for libio in glibc 2.1.
327         * libioP.h (_IO_seekoff_t, _IO_seekpos_t, _IO_seek_t,
328         _IO_seekoff, _IO_seekpos, _IO_default_seekoff,
329         _IO_default_seekpos, _IO_default_seek, _IO_file_seekoff,
330         _IO_file_seek, _IO_str_seekoff, _IO_pos_BAD, _IO_pos_as_off,
331         _IO_pos_0): Ditto.
332         * streambuf.h (streamoff, streampos): Ditto.
334         * gen-params (__extension__): Use only if gcc version >= 2.8.
336 Sun Feb  1 13:08:18 1998  Krister Walfridsson (cato@df.lth.se)
338         * dbz/dbz.c (putconf): Handle systems which use "long long" as type
339         for "off_t".
340         * dbz/dbzmain.c (mkfiles): Likewise.
342 Wed Jan 28 10:27:11 1998  Manfred Hollstein  <manfred@s-direktnet.de>
344         * config.shared (FLAGS_TO_PASS): Add gxx_include_dir.
346         * stdio/configure.in, tests/configure.in: Update with yesterday's
347         toplevel configure.in changes.
348         * testsuite/configure.in: Likewise.
350         * config.shared: Fix typo in yesterday's changes.
352 Tue Jan 27 23:26:07 1998  Manfred Hollstein  <manfred@s-direktnet.de>
354         * config.shared: Emit everything which needs to be re-definable
355         via file descriptor 1; the generic stuff is emitted using redirection
356         onto fd 2.
358         * configure.in (package_makefile_rules_frag): New variable
359         which is used in the call to config.shared; redirect file descriptor 2
360         to ${package_makefile_rules_frag}.
362 Tue Jan 27 10:35:22 1998  H.J. Lu  (hjl@gnu.org)
364         * configure.in (topsrcdir): New.
365         (CHECK_SUBDIRS, configdirs): Check ${topsrcdir}/gcc instead.
366         (config-ml.in): Use ${topsrcdir}/config-ml.in.
368         * tests/configure.in (topsrcdir): New.
369         (CHECK): Check ${topsrcdir}/gcc instead.
371 Fri Jan 16 00:48:03 1998  Manfred Hollstein  <manfred@lts.sel.alcatel.de>
373         * config.shared (FLAGS_TO_PASS): Add SHELL.
375 Thu Jan 15 00:21:58 1998  Ian Lance Taylor  <ian@cygnus.com>
377         * configure.in: For *-*-cygwin32*, add a -I for winsup to both
378         XCINCLUDES and XCXXINCLUDES.
379         * config.shared: Use ${host_includes} when setting CXXINCLUDES in
380         the DOING_LIBGXX case.
381         * Makefile.in (_G_config.h): Pass $(CINCLUDES) in CC and
382         $(CXXINCLUDES) in CXX when running gen-params.
384 Tue Jan 13 21:32:08 1998  H.J. Lu  (hjl@gnu.org)
386         * configure.in (CHECK_SUBDIRS): Set to testsuite only if
387         ${srcdir}/../gcc exists.
388         (configdirs): Include testsuite only if ${srcdir}/../gcc exists.
390         * tests/Makefile.in (check): Depend on $(CHECK).
392         * tests/configure.in (CHECK): Set to "check-iostream
393         check-stdio" if ${srcdir}/../../gcc doesn't exists.
395 Thu Jan  8 18:09:03 1998  Fred Fish  <fnf@cygnus.com>
397         * config.shared (THIS_FILE): Really found via TOLIBIO instead
398         of TOLIBCXX, which is empty when configuring gperf.
399         (LIBS): When linking gperf, find libstdc++ relative to TO_TOPDIR
400         instead of hardcoded "../".
402 1997-12-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
404         Don't make gperf depend upon libg++.
405         * config.shared (TOLIBGCXX) [DOING_GPERF]: Delete.
406         (LIBS) [DOING_GPERF]: Make it just `-L../libstdc++ -lstdc++'.
408 Thu Dec 11 11:20:59 1997  H.J. Lu  (hjl@gnu.org)
410         * configure.in (target frags): Add *-linux-gnu.
412 Fri Dec  5 16:22:15 1997  H.J. Lu  (hjl@gnu.org)
414         * streambuf.cc (streambuf::~streambuf): Don't delete _lock
415         for _IO_stdin/_IO_stdout/_IO_stderr.
417 Thu Nov 27 01:32:43 1997  Jeffrey A Law  (law@cygnus.com)
419         * Makefile.in (install): Change gxx_includedir to gcc_include_dir.
420         * config.shared (gxx_includedir): Remove default definition.
421         * config/linux.mt: Change gxx_includedir to gxx_include_dir.
422         * config/linuxaxp1.mt: Likewise.
424 Wed Nov 26 16:08:50 1997  Richard Henderson  (rth@cygnus.com)
426         * configure.in (target frags): Add powerpc*-linux-gnulibc1.
427         (stdio-lock): Similarly.
429         * configure.in (target frags): Add alpha*-linux-gnulibc1.
430         (pic frags): Its alpha*- not alpha-.
431         (stdio-lock): Kill everything.  Add alpha*-linux-gnulibc1.
432         * libio.h: Check __GLIBC_MINOR__ to find stdio-lock.h.  If not
433         _IO_MTSAFE_IO & GLIBC, make sure the lock pointer is still there.
434         * libioP.h: Check __GLIBC_MINOR__ to find libc-lock.h.
436         * config/linuxaxp1-libc-lock.h: New file.
437         * config/linuxaxp1-stdio-lock.h: New file.
438         * config/linuxaxp1.mt: New file.
440         * gen-params (va_list): Check for and use __gnuc_va_list.
441         (NULL): Work around some linux kernel headers and redefine NULL.
443 Mon Nov 24 17:04:18 1997  Michael Meissner  <meissner@cygnus.com>
445         * stdiostream.cc (sys_read): Declare ch with int type, rather than
446         without a type.
448 Tue Nov 18 09:53:58 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
450         * stdstrbufs.cc (DEF_STDFILE): Use STD_VTABLE.
452 Tue Nov 11 01:40:17 1997  Oleg Krivosheev <kriol@fnal.gov>
454         * iomanip.h: Fix guiding decls.
456 1997-11-05  Brendan Kehoe  <brendan@lisa.cygnus.com>
458         * libio.h (__P): Name its arg `p' instead of `params'.
459         Avoids problems with an unchanged Solaris math.h header.
461 Wed Oct 29 23:01:47 1997  Jason Merrill  <jason@yorick.cygnus.com>
463         * gen-params: Override NULL.
465 1997-10-27 03:53  Ulrich Drepper  <drepper@cygnus.com>
467         * stdio-lock.h: Removed.  Was never needed.
469 Wed Oct 22 19:19:32 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
471         * libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
472         not defined.
474         * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if
475         __linux__ is defined instead of __ELF__
477         * config/linuxlibc1.mt (USER_INCLUDES): Add libio.h.
479 1997-10-15  Ulrich Drepper  <drepper@cygnus.com>
481         * configure.in: Create compatibility code in bits/libc-lock.h file.
483 Thu Oct  9 07:08:41 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
485         * libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
486         not defined.
488         * filedoalloc.c (_IO_file_doallocate): Don't call
489         _IO_cleanup_registration_needed if __linux__ is defined.
491         * iofclose.c (fclose): Make it weak alias of _IO_fclose if
492         __ELF__ is defined.
494         * iovsprintf.c (vsprintf): Make it weak alias of _IO_vsprintf
495         if __ELF__ is defined.
497         * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if
498         __ELF__ is defined.
500         * config/linuxlibc1.mt (MT_CFLAGS): Defined as -D_G_HAVE_MMAP.
501         (IO_OBJECTS): Add filedoalloc.o fileops.o genops.o iofclose.o
502         iovsprintf.o iovsscanf.o strops.o.
504 Fri Oct  3 10:13:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
506         * iostream.cc, libio.h: Convert other uses of #ifdef
507         _G_HAVE_PRINTF_FP to #if.
509 1997-10-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
511         * iostream.cc (operator<<): Use `#if _G_HAVE_PRINTF_FP', not ifdef.
513 Thu Oct  2 10:36:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
515         * gen-params: Fix __printf_fp test.
516         * config/linuxlibc1.mt (gxx_includedir): Don't define.
518 Thu Oct  2 10:36:26 1997  Ulrich Drepper  <drepper@rtl.cygnus.com>
520         * config/linuxlibc1.mt (_G_CONFIG_H): Don't define.
521         * gen-params: Add test for __printf_fp.
523 Sun Sep 28 12:09:04 1997  Mark Mitchell  <mmitchell@usa.net>
525         * iomanip.h: Use new friend <> syntax.
527 Sun Sep 28 12:04:21 1997  Jason Merrill  <jason@yorick.cygnus.com>
529         * libio.h: Don't use _IO_LOCK_T if it's not defined.
531 Fri Sep 26 20:56:41 1997
533         Based on a patch by H.J. Lu  (hjl@gnu.ai.mit.edu).
535         * Makefile.in (STDIO_OBJECTS): New. Defined as stdfiles.o.
536         (LIBIO_OBJECTS): Add $(STDIO_OBJECTS).
537         (PICFLAG): New, empty.  moved to here from config.shared.
539         * config.shared (DISTCLEAN): Add target-mkfrag.
540         (PICFLAG): Removed.
542         * configure.in (*-linux-gnulibc1): Remove warning.
543         (*-linux-gnu): Use linux.mt mtsafe.mt.
544         (alpha-*-linux*): Use mh-elfalphapic.
546         * gen-params (_G_ullong): Also check unsigned long long int.
547         (_G_llong): Also check long long int.
549         * libio.h (_IO_lock_t): Add support for the Linux libc 5.
550         (_IO_peekc): Defined as _IO_peekc_unlocked if _IO_MTSAFE_IO
551         is not defined.
553         * iostream.cc (__cvt_double): Fix a typo in declaration.
554         (info): Use expr != 0 to initialize the bit fields. Don't
555         initialize "extra" for the Linux libc 5.
557         * streambuf.h (_G_NEED_STDARG_H): Changed from _IO_NEED_STDARG_H.
559         * config/linux.mt (STDIO_OBJECTS): New, empty.
560         (MT_CFLAGS): Removed.
562         * config/linuxlibc1.mt: Rewrite.  it's identical to linux.mt but
563         IO_OBJECTS mentions files not in early libc5 versions.
565         * config/mtsafe.mt: New.
567         * dbz/Makefile.in (check): Support make -j.
569         * tests/tFile.cc (tempfile): Fix a typo.
571 1997-09-19 11:52  Jim Wilson  <wilson@cygnus.com>
573         * Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.
575 1997-09-17 04:08  Ulrich Drepper  <drepper@cygnus.com>
577         * iostream.cc: Add forward declaration for __cvt_double.
578         * libio.h: Define _IO_USE_DTOA is _G_HAVE_PRINTF_FP is not defined.
579         * strops.c (_IO_str_count): Correct last change.
581 1997-09-17 02:50  Ulrich Drepper  <drepper@cygnus.com>
583         * libioP.h: Define __set_errno if not already defined.
585 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
587         * config/linux.mt: Rewrite for use with glibc 2.
588         * config/linuxlibc1.mt: Old content of linux.mt, fir libc4 and
589         libc5.
591         * config.shared (COMPILE.c): Allow new flags in MT_CFLAGS be
592         passed.
593         (COMPILE.cc): Likewise.
595         * configure.in (*-linux*): Remove goal.  We now have...
596         (*-linux-gnulibc1): For libc4 and libc5.  Emit warning.
597         (*-linux-gnu)): For glibc 2.
598         Create links to find headers for multi-threading if necessary.
600         * fileops.c: Make thread-safe by using _IO_cleanup_region_start
601         etc to handle cancelation.  Acquire locks in functions which are
602         called directly.
603         (_IO_file_read, _IO_file_write): Remove dead code.
605         * include/empty.h: Define stub macros for locking.
607         * iolibio.h: Add prototypes for obstack printing functions.
609         * ioseekoff.c (_IO_seekoff): Lock stream before working.
610         * ioseekpos.c (_IO_seekpos): Likewise.
612         * iostream.cc: Add support for long double I/O.
613         Use __printf_fp from glibc is available.
614         Use _IO_cleanup_region_start to handle cancelation correctly.
615         * iostream.h (class ostream): Change opfx and osfx to lock/unlock
616         stream
617         (class istream): Likewise for ipfx, ipfx0, ipfx1, and isfx.
618         Declare new function lock and unlock for ostream and istream.
619         * osform.cc: Use _IO_cleanup_region_start to handle cancelation
620         correctly.
622         * libio.h: Update from glibc version.  Pretty printing.
623         * libioP.h: Likewise.
625         * outfloat.c: Only compile if _IO_USE_DTOA is defined.
627         * stdio/feof.c: Make thread safe.
628         * stdio/ferror.c: Likewise.
629         * stdio/getc.c : Likewise.
630         * stdio/putc.c : Likewise.
631         * stdio/stdio.h: Declare function of thread-safe API.
633         * stdio/obprintf.c: New file.
634         * stdio/vasprintf.c: New file.
636         * stdio-lock.h: Removed.
638         * stdstrbufs.c: Add definitions for thread-safe streams.
640         * streambuf.cc: Initialize lock.
642         * strops.c (_IO_str_count): Undo last change.
644         * tests/tFile.cc: Support parallel builds by avoiding fixed
645         name for test file.
647 Thu Sep 11 18:43:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
649         * Makefile.in (iostream.list): Remove STDIO_WRAP_OBJECTS.
651 Mon Sep  8 01:30:27 1997  Weiwen Liu    <liu@hepunix.physics.yale.edu>
653         * libio.h: Fix typo.
655 Sun Sep  7 23:00:18 1997  Jim Wilson  (wilson@cygnus.com)
657         * linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio.
659 Fri Sep  5 09:58:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
661         * Makefile.in (iostream.list): Instead of adding stdio.list, add
662         STDIO_WRAP_OBJECTS.
663         (iostream.list): Lose dependency on stmp-stdio, not necessary for
664         our stuff.  The stdio stuff is present here just for uniformity
665         with glibc.
667 Thu Sep  4 17:26:22 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
669         * parsestream.cc (general_parsebuf): Cast return of malloc to char*.
671 1997-09-04 16:11  Ulrich Drepper  <drepper@cygnus.com>
673         Change compared to version initially intended to in:
674         * strops.c (_IO_str_count): Still use _IO_write_ptr, not
675         _IO_write_end, for now.
677         * iofeof.c, ioferror.c, iofflush_u.c, iogetc.c, ioputc.c, peekc.c,
678         stdio-lock.h: New files.
680         * include: New dir.
681         * include/empty.h: New header.
683         * filedoalloc.c: Update and reformat copyright.
684         Don't use DEFUN.
685         Use __set_errno throughout the code to support multi-threaded
686         programs.
687         Correct layout to follow the Coding Standard.
688         Add casts to prevent warnings.
689         * fileops.c: Likewise.
690         * genops.c: Likewise.
691         * iofclose.c: Likewise.
692         * iofdopen.c: Likewise.
693         * iofflush.c: Likewise.
694         * iofgetpos.c: Likewise.
695         * iofgets.c: Likewise.
696         * iofopen.c: Likewise.
697         * iofprintf.c: Likewise.
698         * iofputs.c: Likewise.
699         * iofread.c: Likewise.
700         * iofsetpos.c: Likewise.
701         * ioftell.c: Likewise.
702         * iofwrite.c: Likewise.
703         * iogetdelim.c: Likewise.
704         * iogetline.c: Likewise.
705         * iogets.c: Likewise.
706         * iopadn.c: Likewise.
707         * iopopen.c: Likewise.
708         * ioputs.c: Likewise.
709         * ioseekoff.c: Likewise.
710         * iosetbuffer.c: Likewise.
711         * iosetvbuf.c: Likewise.
712         * iosprintf.c: Likewise.
713         * ioungetc.c: Likewise.
714         * iovsprintf.c: Likewise.
715         * iovsscanf.c: Likewise.
716         * libio.h: Likewise.
717         * libioP.h: Likewise.
718         * stdfiles.c: Likewise.
719         * strfile.h: Likewise.
720         * strops.c: Likewise.
722         * Makefile.in (IO_OBJECTS): Add peekc.o, iogetc.o, ioputc.o,
723         iofeof.o, and ioferror.o.
724         (iostream.list): Depend upon stmp-stdio.  Add the entries
725         from stdio.list to iostream.list.
726         (stmp-stdio): New name for what was the stdio/stdio.list rule.
727         All it now does is cd down into stdio and build stdio.list.
729         * configure.in (ALL): Add libiostream.a.
731         * libio.h [_IO_MTSFE_IO]: Include header declaring locking code.
732         Otherwise define opaque _IO_lock_t.
733         Define _IO_cookie_file.
734         Rename _IO_getc to _IO_getc_unlocked, _IO_peekc to _IO_peekc_unlocked,
735         _IO_putc to _IO_putc_unlocked, _IO_feof to _IO_feof_unclocked, and
736         _IO_ferror to _IO_ferror_unlocked.
737         Add prototypes for _IO_getc, _IO_putc, _IO_feof, _IO_ferror,
738         and _IO_peekc_locked.
739         Add declarations for _IO_flockfile, _IO_funlockfile, and
740         _IO_ftrylockfile.  If !_IO_MTSAFE_IO define _IO_flockfile,
741         _IO_funlockfile, _IO_ftrylockfile, _IO_cleanup_region_start, and
742         _IO_cleanup_region_end as empty macros.
744         * libioP.h: Change type of finish function to take an additional int
745         argument and change declaration of finish functions.
746         Add prototypes for _IO_seekoff and _IO_seekpos.
747         If _G_HAVE_MMAP is defined use stream buffers allocated with mmap.
748         Redefine FREE_BUF and ALLOC_BUF macros to help in both situations.
749         (FILEBUF_LITERAL): If we compile for a thread-safe library also
750         initialize lock member.
752         * filedoalloc.c: Take care for systems already defining _POSIX_SOURCE.
753         Keep name space clean on systems which require this.
754         (_IO_file_doallocate): Adopt ALLOC_BUF call for changed semantic.
756         * fileops.c: Keep name space clean on systems which require this.
757         (_IO_file_attach): Don't fail if seek failed because it's used on a
758         pipe.
759         (_IO_file_underflow): Update buffer pointers before calling `read'
760         since the `read' might not return anymore.
761         (_IO_file_overflow): If stream allows no writes set error flag.
762         (_IO_seekoff): Make sure that after flushing the file pointer in
763         the underlying file is exact.
764         (_IO_file_read): Don't restart `read' syscall if it return EINTR.
765         This violates POSIX.
766         (_IO_file_write): Likewise for `write'.
767         (_IO_cleanup): Install as exit handler in glibc.
769         * genops.c (_IO_setb): Correctly use FREE_BUF.
770         (_IO_default_doallocate): Correctly use ALLOC_BUF.
771         (_IO_init): Initialize lock in stream structure.
772         (_IO_default_finish): Destroy lock.
773         (_IO_get_column): Don't compile since it's not needed.
774         (_IO_nobackup_default): Likewise.
776         * iopopen.c: Take care for systems already defining _POSIX_SOURCE.
777         Correct _IO_fork and _IO_dup2 prototypes.
779         * iofclose.c: Acquire lock before starting the work.
780         * iofflush.c: Likewise.
781         * iofgetpos.c: Likewise.
782         * iofgets.c: Likewise.
783         * iofputs.c: Likewise.
784         * iofread.c: Likewise.
785         * iofsetpos.c: Likewise.
786         * ioftell.c: Likewise.
787         * iofwrite.c: Likewise.
788         * iogetdelim.c: Likewise.
789         * iogets.c: Likewise.
790         * ioputs.c: Likewise.
791         * iosetbuffer.c: Likewise.
792         * iosetvbuf.c: Likewise.
793         * ioungetc.c: Likewise.
795         * iofdopen.c: Create and initialize lock for new stream.
796         * iofopen.c: Likewise.
797         * iopopen.c (_IO_popen): Likewise.
798         * iovsprintf.c: Likewise.
799         * iovsscanf.c: Likewise.
801         * genops.c: Make weak aliases for various functions.
802         * iofclose.c: Likewise.
803         * iofdopen.c: Likewise.
804         * iofflush.c: Likewise.
805         * iofgetpos.c: Likewise.
806         * iofgets.c: Likewise.
807         * iofopen.c: Likewise.
808         * iofputs.c: Likewise.
809         * iofread.c: Likewise.
810         * iofsetpos.c: Likewise.
811         * ioftell.c: Likewise.
812         * iofwrite.c: Likewise.
813         * iogetdelim.c: Likewise.
814         * iogets.c: Likewise.
815         * ioputs.c: Likewise.
816         * iosetbuffer.c: Likewise.
817         * iosetvbuf.c: Likewise.
818         * ioungetc.c: Likewise.
819         * iovsprintf.c: Likewise.
820         * iovsscanf.c: Likewise.
822         * iofflush_u.c: New file.  fflush_unlocked implementation.
824         * iostream.h [_G_HAVE_LONG_DOUBLE_IO]: Declare real long double
825         output operator.
827         * peekc.c: New file.  Implement _IO_peekc_locked function.
829         * stdfiles.c: If we compile for a thread-safe library also define
830         lock variable.
832 Tue Aug 26 12:24:01 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
834         * testsuite/Makefile.in (check): Don't depend on site.exp.
835         (just-check): Depend on site.exp.
837 Wed Aug 20 02:01:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
839         * iostream.h: Add copy assignment ops for _IO_?stream_withassign.
841 Tue Jul 22 10:31:41 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
843         * config.shared (CHECK_SUBDIRS): Use install-sh, not install.sh.
845 Wed Jun 25 12:20:55 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
847         * config.shared (DOING_GPERF): Look for this, defining TOLIBGXX
848         and LIBS for it.
850 Wed Jun 18 11:03:34 1997  Bob Manson  <manson@charmed.cygnus.com>
852         * config.shared (FLAGS_TO_PASS): Don't include RUNTEST.
854 Tue Jun 17 22:23:48 1997  Bob Manson  <manson@charmed.cygnus.com>
856         * config.shared (FLAGS_TO_PASS): Pass RUNTEST and RUNTESTFLAGS.
858 Fri May 16 21:08:53 1997  Bob Manson  <manson@charmed.cygnus.com>
860         * iovfprintf.c: Declare __cvt_double before use.
862         * floatconv.c (d2b): Use _G_int32_t instead of int for the
863         e and bits parameters.
864         (_IO_strtod): Use _G_int32_t.
866         * gen-params: Look for NO_USE_DTOA and USE_INT32_FLAGS.
868         * strops.c (_IO_str_init_static): use _G_int32_t appropriately.
870         * libio.h: If _G_NO_USE_DTOA is set, then don't define
871         _IO_USE_DTOA.
873         * config/mn10200.mt: Don't use dtoa, it only works
874         for "real" doubles.
876 Thu May 15 17:44:12 1997  Bob Manson  <manson@charmed.cygnus.com>
878         * configure.in: Set CHECK_SUBDIRS to testsuite if we're doing
879         a cross compile.
881         * config.shared(check): Only run make check in the directories
882         specified by CHECK_SUBDIRS. Set CHECK_SUBDIRS to SUBDIRS
883         if it has no previous value.
885 Thu May  1 17:35:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
887         * Makefile.in (test, tpipe): Add $(CFLAGS).
889 Wed Apr 30 12:16:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
891         * configure.in: Don't turn on multilib here.
893 Sat Apr 26 13:38:21 1997  Bob Manson  <manson@charmed.cygnus.com>
895         * configure.in (configdirs): Add testsuite directory.
897         * testsuite/ChangeLog:
898         * testsuite/Makefile.in:
899         * testsuite/libio.tests/tiomanip.exp:
900         * testsuite/libio.tests/tstdiomisc.exp:
901         * testsuite/libio.tests/tiomisc.exp:
902         * testsuite/libio.tests/tFile.exp:
903         * testsuite/libio.tests/tfformat.exp:
904         * testsuite/libio.tests/tiformat.exp:
905         * testsuite/libio.tests/hounddog.exp:
906         * testsuite/libio.tests/putbackdog.exp:
907         * testsuite/configure.in:
908         * testsuite/lib/libio.exp:
909         * testsuite/config/default.exp:
910         New files for DejaGnu-style testsuite.
912 Fri Apr  4 03:16:44 1997  Ulrich Drepper  <drepepr@cygnus.com>
914         * configure.in: Enable multilibing by default.
915         Update multilib template to read config-ml.in.
917         * floatconv.c: Enable use in cross targets which use the
918         newlib ieeefp.h header.
920 Thu Jan 23 09:16:16 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
922         * libioP.h (_IO_file_attach): Delete redundant decl.
924 Tue Jan 21 22:13:45 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
926         * streambuf.h (class ios): Take out STREAMSIZE member, since we
927         only need (and should only have) the global one.
929 Tue Jan  7 14:02:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
931         * iostream.h (long long fns): Use __extension__.
933         * gen-params: Use _G_llong and _G_ullong instead of long long for
934         deduced types.
936 Fri Dec  6 13:13:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
938         * dbz/dbz.c: Use off_t.
940 Sat Nov 23 15:44:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
942         * Makefile.in (install): Don't install _G_config.h with other headers.
944 Mon Nov 18 17:12:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
946         * config.shared (SUBDIRS): Use -O instead of -O3 for debugging.
948 Sun Nov  3 12:43:34 1996  Jason Merrill  <jason@yorick.cygnus.com>
950         * iostream.cc (write_int): Treat string literals as const.
952 Thu Sep 26 10:09:18 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
954         * depend: Regenerate.
956 Wed Sep 25 22:54:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
958         * config.shared (depend.new): Deal with headers that don't end in .h.
960 Thu Aug 29 17:05:53 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
962         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
964 Mon Aug  5 01:26:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
966         * config{ure.in,.shared} (DISTCLEAN): Add multilib.out.
968 Fri Aug  2 17:39:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
970         * libio.h (NULL): Use __null.
971         * libioP.h (NULL): Ditto.
972         * streambuf.h (NULL): Ditto.
973         * ioextend.cc (get_array_element): Use NULL instead of (void*)0.
975 Fri Jul  5 18:26:41 1996  Jim Wilson  <wilson@cygnus.com>
977         * strfile.h (struct _IO_streambuf): New struct type.
978         (struct _IO_strfile): Use it.
980 Tue Jun 18 18:24:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
982         * fstream.h (fstreambase): Make __my_fb mutable.
983         From Joe Buck.
985 Tue Jun 18 11:03:53 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
987         * dbz/fake.c (main): Set return type to int.
988         * dbz/dbzmain.c (main): Likewise.
989         * dbz/byteflip.c (main): Likewise.
991 Mon Jun 17 14:05:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
993         * gen-params: Check if clog conflicts with system libraries.
994         * stdstreams.cc: If it does, use __IO_clog.
995         * iostream.h: Likewise.
997 Tue Jun 11 13:39:31 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
999         * stdiostream.h (istdiostream (FILE*)): Put istream base
1000         initializer before init for __f.
1001         (ostdiostream (FILE*)): Likewise for ostream base init.
1003 Tue May 14 11:47:21 1996  Per Bothner  <bothner@andros.cygnus.com>
1005         * strfile.h (_IO_str_fields):  Removed _len field.
1006         (_IO_STR_DYNAMIC, _IO_STR_FROZEN):  new macros.
1007         * strstream.h (strstreambuf::is_static):  Removed.
1008         (strstreambuf::frozen):  Use _IO_STR_DYNAMIC instead of is_static.
1009         * strstream.h, strstream.cc:  Remove support for !_IO_NEW_STREAMS.
1010         * strstream.cc (strstreambuf::init_dynamic):  Don't set _s._len.
1011         * strops.c (_IO_str_init_static):  Better handling of the
1012         negative (== unbounded) size case.
1013         (_IO_str_overflow, _IO_str_underflow, _IO_str_count):  Re-write
1014         to not use _s._len, and otherwise cleanup/fix.
1015         * strstream.h, strstream.cc (strstreambase::strstreambase()):  Call
1016         ios::init here.
1017         (other constructors):  Simplify - init already called.
1019 Tue May 14 10:55:21 1996  Per Bothner  <bothner@deneb.cygnus.com>
1021         Change so that strstreambuf default constructor does no allocation.
1022         * strstream.h (strstreambuf::init_dynamic):  Default initial size = 0.
1023         * strstream.cc (strstreambuf::init_dynamic):  Don't allocate a
1024         buffer (yet) if initial_size is 0.
1025         * strops.c (_IO_str_overflow):  Add 100 to size of re-allocated
1026         buffer, to handle case when initial size is 0.
1028         * iostdio.h (remove, rename, tmpfile, tempnam):  Comment out.
1030 Mon May 13 23:19:39 1996  Per Bothner  <bothner@deneb.cygnus.com>
1032         * fileops.c (_IO_file_close_it):  Just call _IO_do_flush rather
1033         than _IO_file_sync, to avoid useless lseek.
1035 Tue May 14 10:48:48 1996  Jason Merrill  <jason@yorick.cygnus.com>
1037         * floatconv.c (_IO_strtod): Force rv into the stack.
1039         * config.shared (gxx_includedir): Now $(includedir)/g++.
1041 Sat Apr 27 02:37:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
1043         * libioP.h (JUMP*): Implement for thunks.
1044         (_IO_jump_t): Add second dummy field for thunks.
1046 Thu Apr 25 13:20:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
1048         * config.shared (CXX): Use gcc, not g++.
1050 Wed Apr 24 10:29:50 1996  Doug Evans  <dje@blues.cygnus.com>
1052         * config.shared (depend.new): Delete $(srcdir)/ from foo.{c,cc}
1053         for SunOS VPATH.
1054         * depend: Regenerated.
1056 Fri Apr 19 17:24:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
1058         * Version 2.8.0b3.
1060 Wed Apr 10 17:16:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
1062         * configure.in (ALL): Don't build iostream.a.
1064 Mon Apr  8 14:44:11 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1066         * iosetvbuf.c (_IO_setvbuf):  Clear _IO_UNBUFFERED unless _IONBF.
1068 Mon Apr  8 15:08:23 1996  Ian Lance Taylor  <ian@cygnus.com>
1070         * configure.in: Permit --enable-shared to specify a list of
1071         directories.
1073 Fri Apr  5 17:48:56 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1075         * config.shared (MOSTLYCLEAN):  Also remove ${EXTRA_MOSTLYCLEAN}.
1077 Fri Mar 22 23:25:00 1996 Ulrich Drepper  <drepepr@gnu.ai.mit.edu>
1079         * genops.c (_IO_sputbackc, _IO_sungetc): Clear EOF flag if putsh
1080         back was successful.
1082 Wed Mar 27 11:54:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
1084         * Version 2.8.0b2.
1086 Fri Mar 22 15:39:36 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1088         * fileops.c (_IO_do_write):  Revert previous fix.  (It fails to
1089         handle the case that fp->_IO_read_end != fp->_IO_write_base.)
1090         (_IO_file_overflow):  Instead, if _IO_read_ptr is at the end of
1091         the buffer, reset all the read pointers to _IO_buf_base.
1093 Tue Mar 12 12:03:17 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1095         * fileops.c (_IO_do_write):  Even if to_do==0, must re-set buffer
1096         pointers.  Bug and solution from Luke Blanshard <luke@cs.wisc.edu>.
1098 Wed Feb 28 10:00:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
1100         * Version 2.8.0b1.
1102 Tue Feb 27 18:08:16 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1104         * iopopen.c (_IO_proc_open):  Use (char*)0 rather than imprecise NULL.
1106         * streambuf.h (ios):  Add ios::binary;  deprecate ios::bin.
1107         * filebuf.cc (filebuf::open):  Handle ios::binary.
1109 Fri Feb  9 12:40:19 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1111         * cleanup.c (_IO_cleanup_registration_needed) [!_G_HAVE_ATEXIT]: Init
1112         to NULL.
1113         * filedoalloc.c (_IO_cleanup_registration_needed): Remove decl.
1115 Thu Feb  8 08:12:50 1996  Brendan Kehoe  <brendan@cygnus.com>
1117         * filedoalloc.c (_IO_cleanup_registration_needed): Revert previous
1118         change, since cleanup.c only defines it if _G_HAVE_ATEXIT.
1120 Wed Feb  7 15:10:17 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1122         * filedoalloc.c (_IO_cleanup_registration_needed): Declare as extern.
1124 Tue Dec 12 17:21:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1126         * indstream.h, instream.cc (indirectbuf::uflow):  New method.
1127         * indstream.cc (indirectbuf::underflow):  Fix to use sgetc, not sbumpc.
1128         Fixes bug reported by Kevin Beyer <beyer@cs.wisc.edu>.
1130         * indstream.cc (indirectbuf::seekpos):  Add paranoia test.
1132 Fri Dec  8 14:55:34 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1134         * stream.h:  Add warning to not use these functions.
1135         * stream.cc (str, chr):  Re-implement here (from libg++).
1137 Tue Nov 28 15:07:01 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1139         * config.shared:  Use test instead of [ to avoid DEC Unix lossage.
1141 Thu Nov 23 14:51:43 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1143         * iopopen.c: Move #include <sys/types.h> ahead of #include <signal.h>
1144         to deal with BSDI's literal implementation of Posix.
1146 Sat Nov 25 11:21:55 1995  Doug Evans  <dje@canuck.cygnus.com>
1148         * Makefile.in (install): Set rootme.
1149         * config.shared (TOPDIR): Set with ${foo-...} rather than ${foo=...}.
1150         (INSTALL): Handle absolute, dot, relative-not-dot values of srcdir.
1151         (TEXIDIR): Likewise.
1153 Tue Nov 21 14:12:05 1995  Ian Lance Taylor  <ian@cygnus.com>
1155         * configure.in: Check ${with_cross_host} rather than comparing
1156         ${host} and ${target}.
1158 Mon Nov 20 13:55:29 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1160         * configure.in: Match *-sco3.2v[45]*.
1162 Wed Nov 15 20:19:31 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1164         * config.shared (FLAGS_TO_PASS): Also pass SHLIB and SHCURSES.
1166 Tue Nov 14 01:41:08 1995  Doug Evans  <dje@canuck.cygnus.com>
1168         * config.shared (TO_REAL_TOPDIR): Define.
1169         (MULTITOP): Deleted.
1170         (MULTISRCTOP, MULTIBUILDTOP): New.
1171         (TOPDIR): Change MULTITOP to MULTIBUILDTOP, and use TO_REAL_TOPDIR.
1172         (INSTALL): Add with_multisrctop, TO_REAL_TOPDIR.
1173         (TEXIDIR): Use TO_REAL_TOPDIR.
1174         (LIBS): Delete MULTITOP.
1175         (FLAGS_TO_PASS): Add NM.
1176         (CXXINCLUDES): Delete MULTITOP.
1177         (depend.new): Delete adding MULTITOP to ../ build tree references.
1178         Add MULTISRCTOP to ../ source tree references.
1179         * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
1180         instead of cfg-ml-pos.in.
1182 Sun Nov 12 16:30:48 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1184         * Makefile.in (VERSION):  Set to 2.7.1.
1185         * configure.in:  Add warning for Linux.
1186         * config.shared (DISTCLEAN):  Add EXTRA_DISTCLEAN.
1188         * editbuf.h (edit_mark::index_in_buffer):  Avoid unused param warning.
1190         * iostream.cc (istream::operator>> (char*)):  Improve ANSI compliance.
1192 Fri Nov 10 08:41:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1194         * config.shared (check): Add missing semicolon.
1196 Thu Nov  9 17:27:22 1995  Jason Merrill  <jason@yorick.cygnus.com>
1198         * configure.in (ALL): Remove $(OSPRIM_OBJECTS).
1199         * config.shared (check): Set LD_LIBRARY_PATH.
1200         * NEWS: Fix typo.
1201         * iogetdelim.c (_IO_getdelim): Index *lineptr, rather than lineptr.
1202         From alan@spri.levels.unisa.edu.au (Alan Modra).
1204 Mon Nov  6 15:03:33 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1206         * streambuf.cc, editbuf.cc, isgetline.cc, parsestream.cc:
1207         Fixes to avoid -Wall warnings.
1209 Fri Nov  3 16:41:41 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1211         * gen-params [!__STDC__]: Include varargs.h instead of stdarg.h.
1213 Thu Nov  2 15:04:03 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1215         * config.shared:  Re-write if X then Y else true fi to (not X) || Y.
1217 Wed Nov  1 13:26:44 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1219         * iostream.h (istream::ipfx):  Add default argument value.
1220         Reported by Yotam Medini <yotam_medini@tmai.com>.
1222         * libioP.h (_IO_blen):  Fix typo.
1223         Reported by Bryan T. Vold <btv@ldl.healthpartners.com>.
1225 Fri Oct 27 19:26:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1227         * Makefile.in (_G_config.h):  Set CC to $(CC) rather than to $(CXX),
1228         now that CXX defaults to g++ and CC default to gcc (when found).
1229         * config.shared:  Simplify CXX and CC, since they get overridden
1230         by ../configure anyway.
1232 Wed Oct 25 19:45:50 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1234         * iostdio.h: Wrap including the file with #ifndef _IOSTDIO_H.
1236 Wed Oct 25 11:14:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1238         * libio.h (_IO_seekoff, _IO_seekpos):  New declarations.
1239         * libioP.h (_IO_seekoff, _IO_seekpos):  Remove declarations.
1240         * libioP.h:  Cleanup;  remove old !_IO_UNIFIED_JUMPTABLES stuff.
1242         * filebuf.cc (filebuf::~filebuf):  Only call SYSYCLOSE if currently
1243         open.  Bug found by Martin Gerbershagen <ger@ezis-ulm.de>.
1245         * streambuf.h (streambuf::pubseekoff, streambuf::pubseekpos):
1246         Added, from ANSI draft.
1247         * filebuf.cc (filebuf::open), iostream.cc (variables places), SFile.cc:
1248         Use pubseekoff/pubseekpos rather than sseekoff/sseekpos.
1250         * Makefile.in (install):  Don't install libiostream.a.
1252         * filedoalloc.c:  Also #include <unistd.h>.
1254 Mon Oct  9 18:09:54 1995  Jason Molenda  <crash@phydeaux.cygnus.com>
1256         * config.shared (SUFFIXES): add .c.
1258 Tue Sep 26 16:08:01 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1260         * procbuf.cc:  Move #pragma implementation to beginning.
1262 Wed Sep 20 17:53:33 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1264         * procbuf.h, procbuf.cc:  Add #pragma interface/implementation stuff.
1266 Wed Sep 20 18:59:00 1995  John Eaton  <jwe@bevo.che.wisc.edu>
1268         * procbuf.h: Protect from being included multiple times.
1270 Wed Sep 20 15:47:14 1995  John Eaton <jwe@bevo.che.wisc.edu>
1272         * procbuf.h (procbuf):  Add '_next' pointer field for compatibility
1273         with _IO_proc_file.
1275 Wed Sep 20 13:54:02 1995  Ian Lance Taylor  <ian@cygnus.com>
1277         * config.shared: Add support for maintainer-clean target as a
1278         synonym for realclean.
1279         * dbz/Makefile.in: Likewise.
1281 Mon Sep 11 12:11:19 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1283         * iopopen.c:  #include <sys/types.h> before <sys/wait.h>.
1284         This is in accordance with Posix, and needed for ISC.
1286 Fri Sep  8 00:11:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1288         * gen-params: Use double quotes in the eval setting $TYPE to
1289         $VALUE, to preserve any single quotes in $VALUE.
1291 Mon Aug 21 11:39:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1293         * gen-params: Test for an appropriate version of gcc before using
1294         mode attributes.
1296         * config.shared: Add $(PICDIR) to $ALL.
1298 Mon Aug  7 17:51:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1300         * gen-params:  Generate new macro _G_HAVE_SYS_CDEFS.
1301         * libio.h:  If _G_HAVE_SYS_CDEFS, get __P from <sys/cdefs.h>.
1303 Fri Aug  4 23:21:17 1995  Paul Eggert  <eggert@twinsun.com>
1305         * gen-params: When following typedef changes, allow typedefs
1306         that do not have a space before the defined type name,
1307         e.g. `typedef void *__gnuc_va_list;' as in Linux.  Also,
1308         not require a space in the definiens, e.g. `typedef void*foo;'.
1310 Thu Aug  3 17:54:15 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1312         * iostream.h, iostream.cc (istream::sync):  Added missing method.
1314 Thu Aug  3 17:49:34 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1316         * configure.in:  Remove netbsd special case.
1317         * config/netbsd.mt:  Removed;  no longer used.
1319 Tue Jun 20 16:07:12 1995  Paul Eggert  <eggert@twinsun.com>
1321         * gen-params: Take transitive closure of `typedef' relation.
1322         This is needed for BSD/OS 2.0, which has
1323         fpos_t -> off_t -> quad_t -> long long.
1325 Mon Jul 24 18:28:10 1995  Doug Evans  <dje@canuck.cygnus.com>
1327         * config.shared (TOPDIR): Delete extra '/', $rootme may be empty.
1329 Sat Jul 22 13:27:45 1995  Doug Evans  <dje@canuck.cygnus.com>
1331         * config.shared (depend.new): Fix quoting in DO NOT EDIT line.
1333         * Makefile.in (_G_config.h): Add multilib support.
1334         (install): Likewise.
1335         * config.shared: Likewise.
1336         * configure.in: Likewise.
1338 Wed Jun 28 17:40:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1340         * PlotFile.h, SFile.h, builtinbuf.h, editbuf.h, fstream.h,
1341         indstream.h, iomanip.h, iostream.h, parsestream.h, pfstream.h,
1342         procbuf.h, stdiostream.h, stream.h, streambuf.h, strstream.h: Wrap
1343         with extern "C++".
1345 Thu Jun 22 04:34:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1347         * gen-params: Surround attributes with __.
1349 Mon Jun 19 00:33:22 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1351         * config.shared (SUBDIRS): Massage broken shells that require
1352         'else true'.
1354 Sat Jun 17 11:25:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1356         * streambuf.h: Declare inline members inline in class.
1358 Thu Jun 15 20:45:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1360         * Makefile.in (VERSION):  Update to version 2.7.0.
1362 Wed Jun 14 21:41:11 1995  Jason Merrill  <jason@python.cygnus.com>
1364         * Makefile.in (STDIO_WRAP_OBJECTS): Remove stdfiles.o.
1365         (LIBIO_OBJECTS): Add stdfiles.o.
1367 Wed Jun  7 16:11:36 1995  Jason Merrill  <jason@python.cygnus.com>
1369         * config.shared (all): Appease bash.
1371 Wed Jun  7 11:16:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1373         * configure.in (MOSTLYCLEAN): Remove stamp-picdir.
1375         * config.shared (MOSTLYCLEAN): Ditto.
1376         (CLEAN): Don't.
1378 Mon Jun  5 18:29:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1380         * config/mh-*pic: Removed.
1382         * configure.in (MOSTLYCLEAN): Remove pic objects.
1383         (frags): Use toplevel pic fragments.
1385         * config.shared (CXXFLAGS): Use -O3.
1386         (PICFLAG, PICDIR): New macros.
1387         (all): Depend on $(PICDIR).
1388         (FLAGS_TO_PASS): Pass PICFLAG.
1389         (.x.o): Also build pic object.
1390         (stamp-picdir): Create directory for pic objects.
1391         (MOSTLYCLEAN): Remove pic objects.
1392         (CLEAN): Remove stamp-picdir.
1394         * Makefile.in (iostream.list): Depend on stamp-picdir.
1395         (c++clean): Don't remove _G_config.h.
1397 Mon Jun  5 15:03:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1399         * strstream.h, strstream.cc (strstream::strstream()):  Re-implement to
1400         be like ostrstream::ostrestream(), and not leak memory.
1402         * streambuf.h:  Use #if !_IO_UNIFIED_JUMPTABLES instead of #ifndef.
1404         * iolibio.h (_IO_rewind):  Add missing flags when calling _IO_seekoff.
1406 Thu May 25 22:30:21 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
1408         * config/netbsd.mt (G_CONFIG_ARGS): Add defn for off_t.  Another
1409           layer of typedefs has been added and the gen-params script can
1410           not handle it.
1412 Wed May 10 03:02:58 1995  Jason Merrill  <jason@python.cygnus.com>
1414         * iolibio.h (_IO_rewind): Add new argument to _IO_seekoff.
1416         * config/linux.mt (LIBIOSTREAM_OBJECTS): Include $(STDIO_WRAP_OBJECTS).
1417         (LIBIOSTREAM_DEP): Include stdio.list.
1418         (LIBIOSTREAM_USE): Include `cat stdio.list`.
1420         * Makefile.in (LIBIOSTREAM_DEP): New variable.
1421         (LIBIOSTREAM_USE): Ditto.
1422         (libiostream.a): Use them.
1423         (iostream.list): Ditto.
1424         (stdio.list): New rule.
1425         (stdio/stdio.list): Ditto.
1427 Tue May  9 18:29:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1429         * libioP.h (_IO_jump_t): Change TYPE for __dummy from int to
1430         _G_size_t.
1432 Sat May  6 13:50:37 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1434         * libio.h (_IO_UNIFIED_JUMPTABLES):  #define as true.
1435         (_IO_FILE):  Remove _jumps field (#if _IO_UNIFIED_JUMPTABLES).
1437         * libioP.h (enum _IO_seekflags_):  Removed.
1439         * libioP.h (_IO_setbuf_t):  Change return value of setpos jumptable
1440         function to match C++ streambuf::setpos.  (Return NULL on failure.)
1441         * fileops.c (_IO_file_setbuf), genops.c (_IO_default_setbuf),
1442         filebuf.cc, iosetvbuf.c:  Update to use new setbuf conventions.
1444         * streambuf.h (streambuf):  Re-order virtual functions more logically.
1445         * streambuf.cc (streambuf::uflow), streambuf.h:  New virtual.
1446         * libioP.h (struct _IO_jump_t):  Define using new JUMP_FIELD macro.
1447         And re-order in more logical order consistent with streambuf vtable.
1448         * fileops.c (_IO_file_jumps), iopopen.c (_IO_proc_jumps), iovfprintf.c
1449         (_IO_helper_jumps), streambuf.cc (_IO_streambuf_jumps), strops.c
1450         (_IO_str_jumps):  Update accordingly, using JUMP_INIT macro.
1451         * stdfiles.c:  Set vtable to point to _IO_file_jumps.
1452         * filebuf.cc, iopopen.c, iovfprintf.c (helper_vfprintf), iovsprintf.c,
1453         iovsscanf.c:  Use macros and #if to set jumptables.
1455         * streambuf.c:  _IO_streambuf_jumps and the _IO_sb_* methods are not
1456         needed #if _IO_UNIFIED_JUMPTABLES.
1457         * filebuf.cc (filebuf::__new):  Also no longer needed.
1458         * fstream.cc (fstreambase::__fb_init, fstreambase::fstreambase):  Fix.
1459         * stdstrbufs.c:  Use filebuf vtable instead of builtinbuf's.
1460         * builtinbuf.h, builtinbuf.cc (builtinbuf):  Commented out #if
1461         _IO_UNIFIED_JUMPTABLES - no longer needed.
1462         * strstream.cc (SET_STR_JUMPS):  Does nothing now.
1464         * builtinbuf.cc, fileops.c, genops.c, iofgetpos.c, iofsetpos.c,
1465         ioftell.c, iopopen.c, ioseekoff.c, ioseekpos.c, iosetvbuf.c,
1466         iovfprintf.c, iovfscanf.c, strops.c:  Use DEFUN and DEFUN_VOID.
1467         * filebuf.cc, fileops.c, genops.c, iopopen.c, ioseekoff.c, ioseekpos.c,
1468         iosetvbuf.c, iovfscanf.c:  Use new JUMP_* and IO_OVERFLOW/... macros.
1470         * libioP.h (_IO_seekpos_t):  Third arg is now an int (using _IOS_INPUT
1471         and _IOS_OUTPUT), not an enum _IO_seekflags_.  Flags values are
1472         changed, and their sense inverted (to match streambuf::seekpos).
1473         * libioP.h (_IO_seekoff_t):  Similarly match streambuf::seekoff.
1474         * filebuf.cc, fileops.c (_IO_file_fopen, _IO_file_seekoff), genops.c
1475         (_IO_default_seekpos, _IO_default_seekpos), iofgetpos.c, iofsetpos.c,
1476         iolibio.h (_IO_fseek), ioftell.c, ioseekoff.c, ioseekpos.c,
1477         iostream.cc, streambuf.cc, strops.c (_IO_str_seekoff), strstream.cc:
1478         New seekpos/seekoff conventions.
1479         * iostreamP.h (convert_to_seekflags):  Removed - no longer needed.
1481         * iolibio.h (_IO_fread):  New declaration.
1483         * dbz/Makefile.in:  Re-arrange for cleaner dependencies.
1485 Fri May  5 15:55:22 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1487         * libioP.h (_IO_JUMPS. JUMP_FIELD, JUMP0, JUMP1, JUMP2, JUMP3,
1488         JUMP_INIT, _IO_FINISH, _IO_OVERFLOW, ... _IO_SYSSTAT):  New macros
1489         in preparation for new unified jumptable/vtable implementation.
1490         * cleanup.c, filedoalloc.c, iofclose.c, iofflush.c, iofiledoalloc.c,
1491         ioprims.c, iosetbuffer.c, iostrerror.c, ioungetc.c:  Use DEFUN.
1492         * filedoalloc.c, iofclose, iofflush, iosetbuffer.c:  Use new macros.
1494         * iofopen.c, iofdopen.c:  Use macros and #if for new jumptables.
1496         * gen-params:  Do not #include <sys/types.h>.
1497         Add missing quote in 'eval'.
1498         Do add #include <sys/types.h> in test for <sys/resource.h>.
1499         * config/netbsd.mt:  New file, defining _G_CONFIG_ARGS (for fpos_t).
1500         * configure.in:  Use netbsd.mt for NetBSD.
1502 Wed May  3 15:03:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1504         * libioP.h (DEFUN, DEFUN_VOID, AND):  New macros, from ansidecl.h.
1505         * iofdopen.c, iofgets.c, iofopen.c, iofputs.c, iofread.c, iofwrite.c,
1506         iogetdelim.c, iogetline.c, iogets.c, ioignore.c, iopadn.c, ioperror.c,
1507         ioputs.c, iovsprintf.c, iovsscanf.c, outfloat.c:  Use DEFUN.
1509 Mon May  1 16:22:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1511         * gen-params: #include <sys/types.h>.  Don't use __WCHAR_TYPE__ in
1512         definition of _G_wchar_t.  Use __attribute__ ((mode)) to get
1513         specific-sized ints under gcc, don't worry about int8 or int64
1514         otherwise.  Provide defaults if deduction fails.
1516 Thu Apr 27 18:27:53 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1518         * streambuf.h (ios::~ios):  Delete _arrays.
1519         (_IO_NEW_STREAMS):  Turn on.
1520         * libio.h (__adjust_column):  Remove bogus declaration.
1521         * genops.c (_IO_set_column):  Fix typo (in commented-out code).
1523 Tue Apr 25 17:14:29 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1525         * config.shared (CXXINCLUDES): Use a shell variable with a
1526         different name from the make variable.
1527         * configure.in: Update accordingly.
1529 Mon Apr 17 17:19:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1531         * streambuf.h (__adjust_column):  Remove redundant declaration.
1533 Sat Apr 15 11:39:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1535         * config.shared (do-clean-dvi):  Also remove *.cps.
1537         * gen-params:  Use ${SED} instead of sed.
1539         * libio.h:  Remove #if'd out stuff (confuses makedepend).
1541         * stdstreams.cc (STD_STR):  Standard streams start with ios::dec set.
1543 Fri Apr 14 23:46:31 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1545         * iostream.h, iostream.cc (istream::read, ostream::write):
1546         Use streamsize for the length parameter.
1548         * streambuf.h:  Removed redundant __overflow and __underflow.
1550         * fstream.h, fstream.cc: Add void fstreambase::attach(int).
1552         * iosscanf.c (_IO_sscanf):  Fix non-__STDC__ missing declaration.
1554 Mon Apr  3 15:40:55 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1556         * indstream.*: Fix prototypes of xsputn and xsgetn.
1558         * fileops.c: Avoid ??? trigraph.
1560 Mon Mar 27 16:16:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1562         * iomanip.h (operator<< (ostream&, const omanip<TP>&): Define
1563         separately.
1564         (operator>> (istream&, const imanip<TP>&): Ditto.
1566 Mon Mar 27 08:56:00 1995  Brendan Kehoe  (brendan@lisa.cygnus.com)
1568         * builtinbuf.cc (builtinbuf::setbuf): Cast NULL to streambuf*, to
1569         avoid warning/error about conversion from void*.
1570         * indstream.cc (indirectbuf::seekoff): Likewise.
1571         (indirectbuf::seekpos): Likewise.
1572         * filebuf.cc (filebuf::setbuf): Likewise.
1573         (filebuf::close): Cast NULL to filebuf*.
1575 Wed Mar  1 14:23:18 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1577         * configure.in (DISTCLEAN):  Add, with target-mkfrag.
1579 Fri Feb 24 01:01:08 1995  Jason Merrill  <jason@python.cygnus.com>
1581         * configure.in (frags): Don't require so many dashes in the
1582         canonical target name.
1584 Sat Feb 18 13:18:30 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1586         * streambuf.cc (streambuf::sync):  Always return 0, even for
1587         non-flushed output.  This is required by the ANSI/ISO draft.
1588         * genops.c (_IO_sync):  Likewise always return 0.
1590 Fri Feb 17 16:33:28 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1592         * fileops.c (_IO_file_close_it):  Call _IO_file_sync, rather
1593         than _IO_do_flush, because we want to adjust the file pointer
1594         if reading and not at end (as in SVR4, and as in fflush).
1595         Also, make sure to return error indication if sync fails.
1596         (_IO_file_sync):  Ignore seek error if it is ESPIPE.
1597         (_IO_file_seekoff):  If not readable, do dumb lseek.
1598         * iofclose.c (_IO_fclose):  If closing a non-filebuf, return -1
1599         if _IO_ERR_SEEN.
1601 Fri Feb 17 19:31:00 1995  Ian Lance Taylor  <ian@cygnus.com>
1603         * gen-params: Check for struct tms in <sys/times.h>, defining
1604         HAVE_SYS_TIMES accordingly.
1606 Wed Feb 15 21:05:11 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1608         * strops.c (_IO_str_count):  Use LEN macro.
1609         (_IO_str_seekoff):  Update _len field.
1611 Mon Feb  6 19:29:00 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1613         * gen-params: Default to short, long and long long for 16, 32 and
1614         64 bit types, in case detection fails.
1616 Wed Jan 25 18:07:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1618         * gen-params (_G_wint_t): Allow for broken promotions.
1620 Tue Jan 24 16:15:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1622         * stdstrbufs.cc (_IO_fake_stdiobufs):  Add an extra layer of struct,
1623         to force correct alignment on i960s.
1624         (DEF_STDIOBUF, _IO_{stdin,stdout,stderr}_buf):  Update accordingly.
1626 Thu Jan 19 18:30:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1628         * config.shared (CXXINCLUDES): Add libstdc++ to includes for
1629         building libg++.
1630         (LIBS): Also link with libstdc++ when building libg++ toys.
1631         Don't set EXPORT_ALL_VARIABLES; users will have to set
1632         LD_LIBRARY_PATH themselves.
1634 Fri Dec 30 16:38:13 1994  Mike Stump  <mrs@cygnus.com>
1636         * config/linux.mt: Fix build problem on linux 1.0.8.
1638 Thu Dec 22 11:49:45 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
1640         * config/netware.mt: Use gcc to pre-link iostream.nlm's objects
1641           instead of using nlmconv, so that references to functions in
1642           libgcc.a are resolved.
1644         * configure.in: Append .mt to target makefile fragment file names.
1646         * floatconv.c (tens, tinytens, bigtens): Added const qualifier.
1648 Tue Dec 20 09:59:50 1994  Mike Stump  <mrs@cygnus.com>
1650         * gen-params (VTABLE_LABEL_PREFIX): Since some systems have GNU nm
1651         as nm, and they demangle by default, we have to notice this, and
1652         try --no-cplus (linux) or --no-demangle when running nm.
1654 Wed Dec 14 18:13:58 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1656         * gen-params:  To determine vt-name-mangling using dummy.C add
1657         #include and #prama interface/implementation to avoid problem with
1658         assemblers that don't emit local symbols.  Reported under HPUX 8
1659         by Thomas Arend <arend@blasius.Chemietechnik.Uni-Dortmund.DE>.
1661         * streambuf.h (ios::ios):  Move inline definition after
1662         that of ios::init (which ios::ios calls).
1664 Sun Dec  4 19:50:32 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1666         * fileops.c (_IO_file_init, _IO_file_close_it, _IO_file_sync):
1667         Set _offset to _IO_pos_BAD, to support applications that follow
1668         POSIX.1 rules on mixing file handles.
1670         * fileops.c (_IO_file_overflow):  Handle case that buffer was
1671         allocated (perhaps by setvbuf) but _IO_write_base is still 0.
1673         * iostdio.h (setbuffer):  #define as _IO_setbuffer.
1674         * streambuf.h, filebuf.cc:  Removed filebuf::do_write.
1676 Tue Nov 29 23:38:57 1994  Per Bothner  (bothner@rtl.cygnus.com)
1678         * floatconv.c (setword0, setword1):  Fix typo.
1680 Tue Nov 29 15:37:29 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1682         * config.shared:  Move -fno-implicit-template from CXXFLAGS
1683         to LIBCXXFLAGS.  Tests are better run without it.
1685         * floatconv.c (word0, word1):  Re-place/re-implement using unions
1686         instead of casts to avoid optimizer problems.
1688         * dbz/dbzmain.c:  Renamed dirname -> dir_name to avoid OSF
1689         header file braindamage.
1691 Sat Nov  5 19:44:00 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1693         * config.shared (LIBCFLAGS): Define.
1694         (LIBCXXFLAGS): Define.
1695         (DOING_LIBGXX): Define TOLIBGXX.  Change LIBS to use -lg++.  Add
1696         LD_LIBRARY_PATH and .EXPORT_ALL_VARIABLES:.
1697         (FLAGS_TO_PASS): Add LIBC{,XX}FLAGS.
1698         (XC{,XX}FLAGS): Set to LIBCFLAGS or CFLAGS depending on $LIBDIR.
1699         (COMPILE.c): Define, use in .c.o rule.
1700         (COMPILE.cc): Define, use in .cc.o rule.
1702 Sat Nov  5 15:12:12 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1704         * Makefile.in (VERSION):  Update to 0.67.
1706         * streambuf.h (ios::dont_close):  Is now set by default.
1707         * fstream.h, fstream.cc (__fb_init):  New function.  Clears
1708         ios::dont_close.  Change fstreambase constructors to call it.
1709         * strstream.cc:  *strstream constructors must clear ios::dont_close.
1710         * iostream.cc:  Simplify - don't need to set ios::dont_close.
1711         * ioassign.cc:  Simplify - assume ios::dont_close is always set.
1713         * fstream.h, fstream.cc:  If _IO_NEW_STREAMS, put the
1714         filebuf as a member __my_fb.
1715         * strstream.{h,cc}:  Likewile use a strstreambuf member __my_sb.
1716         * streambuf.h, stdstreams.cc, ioextend.cc:
1717         Fix if _IO_NEW_STREAMS to not use ios::dont_close.
1719         * streambuf.h (class ios):  Move rdbuf later, to avoid
1720         inability of g++ to inline.
1721         * filebuf.cc (filebuf::~filebuf):  Call _IO_do_flush.
1723         * config.shared:  Emit rules to make depend.
1724         * depend:  New file.
1726 Fri Nov  4 17:19:11 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1728         * README:  Fix typos.
1729         * libio.h:  Add comment.  Update Copyright notice.
1731 Fri Nov  4 21:46:30 1994  Paul Eggert  <eggert@twinsun.com>
1733         * libio.h (__P): Change argument name spelling from
1734         `paramlist' to `protos' for compatibility with BSDI 1.1.
1736 Thu Nov  3 00:45:16 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1738         * config.shared (CXXFLAGS): Add -fno-implicit-templates.
1740 Mon Oct 24 15:57:35 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1742         * config.shared:  Define NOSTDIC and use it for libio too.
1744 Thu Oct 20 19:45:35 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1746         * iogetdelim.c: #include <stdlib.h>.
1748 Thu Oct 20 17:09:52 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1750         * iostream.h:  Add classes _IO_istream_withassign and
1751         _IO_ostream_withassign.  Re-type cin, cout, cerr, clog.
1752         (class iostream):  Don't add extra _gcount field.
1753         * ioassign.cc:  New file.  Implement operator= for cin etc.
1754         * streambuf.h (class ios):  Change return type of operator=.
1755         * Makefile.in (IOSTREAM_OBJECTS):  Add ioassign.o.
1757         * Makefile.in:  Re-arrange, so linux.mt overrides can work.
1759         * fileops.c (_IO_file_seekoff):  Optimize seeks within buffer.
1761 Wed Oct 19 14:25:47 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1763         * gen-params (wint_t): Return to using __WCHAR_TYPE__ for
1764         compatibility with gcc versions prior to 2.6.1.
1766 Tue Oct 18 17:08:18 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1768         * Makefile.in:  Define _G_CONFOG_H as _G_config.h for Linux.  Use it.
1769         (IO_OBJECTS):  Add iogetdelim.o.
1770         * config/linux.mt:  New file.
1771         * configure.in:  Select config/linux.mt if Linux.
1772         * iogetdelim.c:  Verious cleanups, many from
1773         Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>.
1774         * libioP.h: Add _IO_getdelim.  Use (void) for no-parameter functions.
1776 Thu Oct 13 16:30:56 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1778         * libio.h:  Rename USE_DTOA to _IO_USE_DTOA for namespace reasons.
1779         * iostream.cc, iovfscanf.c, iovfprintf, floatconv.c:
1780         Update USE_DTOA -> _IO_USE_DTOA.
1782         * libio.h (_IO_feof, _IO_ferror):  Move to here ...
1783         * iolibio:  ... from here
1785         * iostream.cc (istream::get, istream::ignore, istream::read):
1786         Set _gcount to 0 if ipfx0 failed.
1788         * iostream.cc (flush):  Do virtual function call, rather than
1789         going through jumptable.  (To get correct method in derived class.)
1790         Bug and fix from John Wiegley <jw@cis.ohio-state.edu>.
1792         * iofdopen.c (O_ACCMODE):  Define using O_RDWR, not O_RDWRITE.
1794         * streambuf.h (ios::rdbuf(streambuf*)):  New.
1795         * streambuf.h (ios::operator=):  Make private (i.e. dis-allow).
1797 Wed Oct 12 19:09:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1799         * gen-params: Define _G_NO_NRV and _G_NO_EXTERN_TEMPLATES if not
1800         compiling with g++.
1802 Thu Oct  6 16:03:43 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1804         * iostream.texi (ostrstream::str):  Note that NUL is not written
1805         automatically.
1807 Wed Oct  5 17:28:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1809         * iogetdelim.c (_IO_getdelim):  New function.
1811 Wed Oct  5 15:40:22 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
1813         * config/netware.mt: New file, first cut at Netware NLM support.
1814         * configure.in (*-*-netware*): Use config/netware.mt.
1816         * config.shared (NLMCONV, LD): New definition.
1818         * gen-params: check for nm in ${binutils}/nm.new.
1819         * config.shared: Likewise.
1821 Tue Oct  4 12:20:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1823         * iomanip.h (omanip::operator<<):  Make 2nd arg be const.
1824         Bug and fix reported by Greg McGary <gkm@magilla.cichlid.com>.
1826         * strstream.cc (strstreambuf::pcount):  Simplify, to match
1827         ANSI/ISO specification.
1829 Mon Sep 26 15:19:52 1994  Jason Merrill  (jason@deneb.cygnus.com)
1831         * gen-params: Include <wchar.h> and <wctype.h> if they exist.
1833 Thu Sep  8 14:41:41 1994  Jason Merrill  (jason@deneb.cygnus.com)
1835         * iostream.h (class istream): Declare operator>>(long double&).
1836         (class ostream): Define operator<<(long double).
1838         * iostream.cc (istream::operator>>(long double&)): Define.
1840 Wed Sep  7 14:42:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1842         * iostream.texi (Overflow):  Fix bugs in example.
1844 Fri Sep  2 17:45:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1846         * iostream.tex:  Document a little on how to write your
1847         own streambuf-derived class, with an example.
1849 Tue Aug 30 13:03:57 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
1851         * floatconv.c (s2b): Declare X and Y to be _G_int32_t.
1852         (diff, quorem): Declare BORROW, Y, and Z likewise.
1853         (ulp): Declare L likewise.
1854         (_IO_strtod): Declare L and AADJ likewise.
1855         (_IO_dtoa): Declare L and D likewise.  Cast division of D by DS to
1856         _G_int32_t.
1858 Mon Aug 29 16:01:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1860         * iosetvbuf.c (_IO_setvbuf):  If setting _IOFBF and no
1861         buffer was specified, call __doallocate.
1863         * fileops.c, floatconv.c:  Add a bunch of parentheses to
1864         shut up gcc warnings.  Patch from H.J.Lu.
1866         * stdiostream.cc (stdiobuf::sys_read):  Inline call to getc
1867         for the normal case (size==1).
1869 Sat Aug 20 12:14:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1871         * Makefile.in (VERSION):  Increase to 0.66.
1873 Fri Aug 19 17:28:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1875         * iolibio.h:  Added _IO_printf prototype.
1876         Added extern "C" { ... } wrappers #ifdef __cplusplus.
1877         Bugs reported by Neal Becker <neal@ctd.comsat.com>.
1879 Wed Aug 17 18:17:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1881         * fileops.c (_IO_file_seekoff):  For _IO_seek_cur, adjust for
1882         read-ahead before jumping to label dumb.
1884 Wed Aug  3 13:15:01 1994  H.J. Lu  (hjl@nynexst.com)
1886         * libioP.h (CHECK_FILE(FILE,RET)): new, which checks for
1887           FILE == NULL and _IO_MAGIC_MASK.
1888           (COERCE_FILE(FILE)): merged into CHECK_FILE(FILE,RET)
1889           with typo fixes.
1891         * iofread.c, iofwrite.c: add CHECK_FILE(fp, 0);
1892         * iofclose.c: add CHECK_FILE(fp, EOF); remove _IO_MAGIC_MASK check.
1894         * iofflush.c, iofgetpos.c, iofputs.c, iofscanf.c,
1895         iofsetpos.c, iofvbuf.c, ioungetc.c:
1896         Add CHECK_FILE(fp, EOF) and remove COERCE_FILE(fp).
1898         * iofgets.c: add CHECK_FILE(fp, NULL) and remove COERCE_FILE(fp).
1899         * iofprintf.c: add CHECK_FILE(fp, -1) and remove COERCE_FILE(fp).
1900         * ioftell.c: add CHECK_FILE(fp, -1L) and remove COERCE_FILE(fp).
1901         * iosetbuffer.c: add CHECK_FILE(fp, ) and remove COERCE_FILE(fp).
1903 Fri Aug 12 15:35:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1905         * iofdopen.c (_IO_fdopen):  #define O_ACCMODE if it isn't.
1906         Still set O_APPEND if "a" is given, but don't unset it
1907         if it isn't.  Added comment.
1909 Mon Aug  8 13:11:00 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1911         * gen-params (VTABLE_LABEL_PREFIX):  Changes in the implementation.
1912         For look for _*vt[$_.]7*filebuf in the nm output, because that
1913         matches what g++ produces and has produced.  Thus it should be
1914         somewhat more robust.
1916 Sun Aug  7 22:52:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1918         * gen-params (CC):  Remove no-longer-needed -I options
1919         passed to xgcc (now they are implied by the -B options).
1921 Wed Jul 20 16:41:13 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1923         * Makefile.in (tooldir):  Added definition, so we can do
1924         'make install' in this directory.
1925         Bug reported by Klamer Schutte <schutte@tpd.tno.nl>.
1927 Mon Jul 18 18:02:34 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1929         * gen-params (VTABLE_LABEL_PREFIX):  Remove filename sppearing
1930         by itself.  Add comment explaining what is going on.
1932 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
1934         * libio.h: define _IO_uid_t and _IO_HAVE_ST_BLKSIZE
1935           as _G_xxxxxxxx.
1937 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
1939         * iopopen.c:  Don't include <errno.h>. It is included in "libioP.h".
1941         * iopopen.c (_IO_proc_close) : check if fp is on the list
1942           before close it.
1944 Thu Jul 14 16:38:47 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1946         * gen-params (CONFIG_NM):  Make sed scripts to find vtable name
1947         mangling more robost for different forms of nm output.
1949 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
1951         * iofopen.c (_IO_fopen): don't check [redundantly] fp == NULL after
1952           IO_file_init(&fp->_file).
1954         * iomanip.h (template<class TP> class iapp):
1955           change ostream to istream.
1957 Tue Jul 12 14:09:02 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1959         * Makefile.in (VERSION):  Increase to 0.65.
1960         * libioP.h (builtinbuf_vtable):  Only define #ifdef __cplusplus.
1962         * gen-params (_G_int8_t):  Only define if defined(__STDC__),
1963         because K&R C compilers don't have signed char.
1964         (_G_int64_t, _G_uint64_t):  Only define if defined(__GNUC__)
1965         because other compilers may not have long long.
1967 Sun Mar 06 13:10:21 1994  H.J. Lu  (hjl@nynexst.com)
1969         * floatconv.c (_IO_dtoa ()): fix a small memory leak, set the
1970           "on_stack" field to be 0 if "result" is not NULL.
1972 Sat Mar 05 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
1974         * floatconv.c (_IO_dtoa ()): if the number of digits of the
1975           floating point number is more than the previous one, free the
1976           old string and allocate a new one.
1977           [Minor optimization to avoid Bcopy. -PB]
1979 Mon Jul 11 10:53:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1981         * fileops.c (_IO_file_underflow):  'count' should be unsigned,
1982         since it contains the return value of read.  Reported by
1983         Teemu Torma <tot@trema.fi>.
1985 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
1987         * floatconv.c (_IO_strtod ()): make "+" and "-" as error.
1989 Sat Jul  9 15:09:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1991         Make sure _IO_FILE::_flags is always initialized correctly, for the
1992         C functions (fopen, fdopen, popen), and not just the C++ functions.
1993         * fileops.c (_IO_file_init):  Set _flags to CLOSED_FILEBUF_FLAGS.
1994         * fileops.c (_IO_file_fopen):  Remove bogus assignment.
1995         * filebuf.cc (filebuf constructors):  Don't pass CLOSED_FILEBUF_FLAGS
1996         to streambuf constructor - _IO_file_init does it instead.
1997         * filebuf.cc (CLOSED_FILEBUF_FLAGS):  Removed.
1998         * iopopen.c (_IO_proc_open):  Use _IO_mask_flags.
2000 Thu Jun 30 08:49:53 1994  Jason Merrill  (jason@deneb.cygnus.com)
2002         * dbz/Makefile.in (mostlyclean): Add target.
2004 Wed Jun 29 09:30:12 1994  Jason Merrill  (jason@deneb.cygnus.com)
2006         * gen-params: Woops, can't run a C program to determine target
2007         characteristics.  Sigh.
2009 Tue Jun 28 03:11:33 1994  Jason Merrill  (jason@deneb.cygnus.com)
2011         * gen-params: Add _G_{,u}int{8,16,64}_t, use a short C program to
2012         determine what all these should be rather than trying to compare
2013         the MAX numbers in the shell.
2015 Sun Jun 26 21:04:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2017         * stdiostream.h, stdiostream.cc (stdiobuf::xsgetn):  Removed.
2018         Too hairy.  If we want to optimize it, we should do so in
2019         filebuf::xsgetn (or rather _IO_file_xsgetn).
2021         * stdiostream.h (class stdiobuf), stdiostream.cc:  Fix parameter
2022         and return types of virtual function to matcher base types (Oops!).
2023         * streamstream.cc (stdiobuf::xsgetn, stdiobuf::xsputn):
2024         Optimize to call fread.fwrite directly if !buffered.
2025         * fileops.c:  Fix comment.
2027 Fri Jun 24 11:28:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2029         * stdiostream.h (istdiostream, ostdiostream):  New classes.
2031         More robust final cleanup.
2032         * cleanup.c (_IO_register_cleanup):  Register _IO_cleanup,
2033         rather than _IO_flush_all.
2034         * filedoalloc.c: Update comment.
2035         * genops.c (_IO_unbuffer_all):  New.  Makes all files unbuffered.
2036         * genops.c (_IO_cleanup), libioP.h:  New function.  Call
2037         _IO_flush_all, and then _IO_unbuffer_all.  This is in case C++
2038         destructors try to do output *after* _IO_cleanup is called.
2040         Construct standard stdiobufs statically (using type punning).
2041         * stdstrbufs.c;  Unless _STDIO_USES_IOSTREAM declare standard
2042         stdiobufs (for stdin, stdout, and stderr), using type punning
2043         (struct _IO_fake_stdiobuf).  This avoids constructor-time problems.
2044         * stdstreams.cc:  Remove the declarations of the stdiobufs.
2045         Instead use the new (fake) ones in stdstrbufs.cc.  We no longer
2046         have to call ios::sync_with_stdio at constructor time.
2048         Preliminary support for new ANSI streambuf::uflow virtual.
2049         * libioP.h (struct _IO_jump_t):  Add __uflow field.
2050         * genops.c (_IO_default_uflow), libioP.h:  New function.
2051         * fileops.c (_IO_file_jumps), iopopen.c (IO_proc_jumps),
2052         iovfprintf.c (_IO_helper_jumps), strops.c (_IO_str_jumps),
2053         streambuf.cc (_IO_streambuf_jumps):  Add _IO_default_uflow.
2054         * genops.c (__uflow):  New function.
2055         (save_for_backup):  New function.  Some code shared by
2056         __underflow and __uflow, moved out from the former.
2057         (_IO_default_uflow):  New function.
2058         * libio.h (_IO_getc):  Call __uflow, not __underflow.
2060 Wed Jun 22 20:22:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2062         Make sure that the vtable of a streambuf is always valid,
2063         which makes ios::rdbuf simpler and faster.
2064         * gen-params:  Add code to determine _G_VTABLE_LABEL_HAS_LENGTH,
2065         _G_VTABLE_LABEL_PREFIX, _G_VTABLE_LABEL_PREFIX_ID, and
2066         _G_USING_THUNKS, which describe how virtual function tables are named.
2067         * stdfiles.c (FILEBUF_LITERAL):  Moved to libioP.h.
2068         * libioP.h (builtinbuf_vtable):  New (complicated) declaration.
2069         * filebuf.cc (filebuf::__new), strstream.cc (SET_STR_JUMPS):
2070         Initialize vtable to builtinbuf_vtable, not NULL.
2071         * stdstrbufs.cc:  New file.  Same as stdfiles.c, except that
2072         vtable is initialized to builtinbuf_vtable, not NULL.
2073         * streambuf.h (ios::rdbuf):  Can now simplify/optimize, due to
2074         above changes.  Always, just return _strbuf.
2075         * builtinbuf.h, builtinbuf.cc (builtinbuf::vtable,
2076         builtinbuf::get_builtin_vtable):  Removed.  No longer needed.
2077         * streambuf.h, builtinbuf.cc (ios::_IO_fix_vtable):  No longer needed.
2078         Only defined #ifdef _STREAM_COMPAT, for binary compatibility.
2079         * Makefile.in:  Move stdfiles.o from IO_OBJECTS to STDIO_WRAP_OBJECTS.
2080         (IOSTREAM_OBJECT):  Add stdstrbufs.o.
2081         * Makefile.in (_G_config.h):  Pass $(CXXFLAGS) as part of $(CXX).
2083 Fri Feb 11 11:08:01 1994  SBPM Marc GINGOLD (marc@david.saclay.cea.fr)
2085         * iovfprintf.c (helper_vfprintf): add
2086           hp->_IO_file_flags = _IO_MAGIC|(_IO_IS_FILEBUF+_IO_NO_READS);
2087         [This is needed because _IO_vfprintf checks for _IO_UNBUFFERED. -PB]
2088         [Actually:  don't set _IO_IS_FILEBUF. -PB]
2090 Wed Jun 22 13:49:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2092         * stdiostream.cc, stdiostream.h (stdiobuf::buffered):  New methods.
2094         * iofdopen.c (_IO_fdopen):  Various minor improvements.
2096         * iovfscanf.c:  Don't return EOF on control_failure.
2098 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
2100         * iovfscanf.c:  Enforce the sequence of the conversion specifications.
2102 Fri Jun 17 20:57:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2104         * iofdopen.c:  Use fcntl to check that requested access mode is
2105         compatible with existing access mode, and to change the
2106         O_APPEND file status flag if need be.
2108 Thu Jun 16 17:33:50 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2110         * streambuf.h (ios::init):  Initialize all the fields.
2111         This may be overkill, but the current ANSI working paper requires it.
2112         * streambuf.h (ios::ios):  Reimplement in terms of ios::init.
2113         * iostream.cc (Non-default constructors istream::istream,
2114         ostream::ostream, iostream::iostream):  Cannot use a mem-initializer,
2115         because it is ignored if initializing a derived class.  Instead,
2116         call ios::init.
2118 Wed Jun 15 13:35:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2120         * stdstreams.cc (ISTREAM_DEF):  Fix typo (it's a _fake_istream, not
2121         a _fake_ostream).  Reported by Jason Shirk <jshirk@gomez.intel.com>.
2123         * stdiostream.h, stdiostream.cc (stdiobuf::~stdiobuf):  New.
2124         Call _IO_do_flush.
2125         * stdiostream.cc (stdiobuf::sync):  Call _IO_do_flush rather
2126         than filebuf::sync (to avoid bad seeks).
2128         * libioP.h (_IO_do_flush):  Add missing parentheses.
2130 Fri Jun  3 19:16:57 1994  Jason Merrill  (jason@deneb.cygnus.com)
2132         * config.shared (CXXFLAGS): Remove -fno-implicit-templates.
2134         * iomanip.h: Add explicit external instantiations.
2136 Wed Jun  1 14:14:44 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2138         * libio.h (struct _IO_FILE_plus):  Move definition from here ...
2139         * libioP.h (struct _IO_FILE_plus):  ... to here.  Since this
2140         file is private to the implementation, we can rename the fields
2141         from the implementor's to the user's name anme space.
2142         (This avoids a lossage on SCO, whose stdio.h has a #define _file.)
2143         * iofdopen.c, iofopen.c, stdfiles.c:  Fix field references accordingly.
2144         * iopopen.c (struct_IO_proc_file):  Rename fields from
2145         implementor's name space to user's, and update usages.
2146         * streambuf.h (streambuf::_vtable):  Re-implement to not need
2147         struct _IO_FILE_plus.
2148         * strfile.h (struct _IO_strfile_): Likewise.
2150 Wed Jun  1 13:57:48 1994  Jason Merrill  (jason@deneb.cygnus.com)
2152         * config.shared (CXXFLAGS): Use -fno-implicit-templates instead of
2153         -fexternal-templates.
2155 Tue May 31 08:49:28 1994  Mike Stump  (mrs@cygnus.com)
2157         * genops.c, iofclose.c, iofdopen.c, iofopen.c, iopopen.c: Be
2158         consistent about protecting #include <stdlib.h>.
2160         * ioputs.c: Add #include <string.h>, to avoid warning on alpha.
2162         * iofdopen.c: Add #include <stdlib.h>, so that malloc works on
2163         machines where sizeof(int) != sizeof(void *).
2165 Mon May 30 17:26:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2167         * pfstream.cc (ipfstream::ipfstream, opfstream::opfstream):
2168         Reverse sense of test of return value of procbuf::open.
2169         (It returns NULL on failure.)
2171         * filedoalloc.c (_IO_file_doallocate):  Remove dead code for
2172         USE_MALLOC_BUF.  Add code to return EOF if ALLOC_BUF fails.
2174 Sat May 28 13:47:47 1994  Jason Merrill  (jason@deneb.cygnus.com)
2176         * iomanip.cc: Explicitly instantiate smanip<int> and
2177         smanip<ios::fmtflags>.
2179 Wed May 25 16:04:12 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2181         * strfile.h:  Use __P instead of _PARAMS.
2183 Fri May 20 11:42:17 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2185         * libio.h: Rename _PARAMS macro to __P for better glibc and BSD
2186         compatibility.  (Also define _PARAMS for backwards compatibility.)
2187         * cleanup.c, iolibio.h, ioperror.c, iovfprintf.c, iovfscanf.c,
2188         libioP.h: Use __P instead of _PARAMS.
2189         * iostdio.h: Use __P instead of _ARGS.
2191         * fileops.c (_IO_file_read):  Minor stylistic tweak.  (It is
2192         preferable to test errno *after* the error return.)
2194 Fri May 13 15:25:36 1994  Jason Merrill  (jason@deneb.cygnus.com)
2196         * iostream.*: Add insertor and extractor for bool (just pretend
2197         it's an int).
2199 Fri May 13 14:12:03 1994  Mike Stump  (mrs@cygnus.com)
2201         * gen-params: Check for builtin bool support.
2203 Wed May 11 00:48:35 1994  Jason Merrill  (jason@deneb.cygnus.com)
2205         Make libg++ build with gcc -ansi -pedantic-errors
2206         * gen-params: #ifdef __STRICT_ANSI__, #define _G_NO_NRV.
2207         * pfstream.cc (ipfstream::ipfstream): Wrap use of variable-size
2208         array in #ifndef __STRICT_ANSI__.
2210 Fri May  6 12:42:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2212         * Makefile.in (VERSION):  Increase to 0.64.
2214         * isgetline.cc (istream::getline):  The delimiter should *not*
2215         be included in the gcount().
2217         * filedoalloc.c:  #include <stdlib.h> (If __STDC__) to get malloc.
2218         * iostream.h (ostream::put):  Remove overloaded versions, to match
2219         new working paper.  (Actually just put inside _STREAM_COMPAT, for now.)
2221 Tue May  3 14:14:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2223         * genops.c (_IO_default_finish):  Make robust when called
2224         multiple times on the same _IO_FILE*.  (One way this can
2225         happen is by the builtinbuf destructor being followed by the
2226         streambuf destructor.)
2228 Mon May  2 13:55:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
2230         * gen-params: Actually determine wint_t rather than depending on
2231         cpp to provide it or defaulting to the underlying type for
2232         wchar_t.
2234 Sat Apr 30 14:47:30 1994  Jason Merrill  (jason@deneb.cygnus.com)
2236         * gen-params: Add _G_wint_t, allow __*_TYPE__ to override values
2237         at compile time, fix definition of _G_ARGS.
2239 Fri Apr 29 16:55:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2241         * libio.h: Remove #pragma interface.  (There is no implementation.)
2243 Mon Mar 28 14:22:26 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2245         * iostream.cc (ostream::operator<<(double)):  Add/fix support
2246         for printing '+' when ios::showpos is set.
2247         (Fixes bug reported by Doug Moore <dougm@cs.rice.edu>.)
2248         * iostream.cc (istream::read):  Set eofbit as well as failbit on eof.
2249         * iostream.cc (ostream::operator<<(int)):  Fix conversion
2250         to unsigned (used to lose on INT_MIN).
2251         * iostream.cc (ostream::operator<<(long)):  Use (unsigned long),
2252         rather than (unsigned) for temporary.
2254         * config.shared, Makefile.in:  Remove definitions and uses
2255         of XTRAFLAGS.  It is no longer needed, since it is
2256         now implied by the -B flag.
2258 Fri Mar 25 00:31:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
2260         * builtinbuf.h: Add put /**/ around comment on trailing #endif.
2262         * Makefile.in (c++clean): Make clean in tests subdir, too.
2264 Wed Mar 23 16:42:09 1994  Doug Evans  (dje@canuck.cygnus.com)
2266         * configure.in: Remove Makefile.tem before creating it.
2267         Needed when configuring from read-only source trees.
2269 Wed Mar 16 14:06:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2271         * stdstreams.cc:  Fix so that stdiobuf are used for cin/cout/cerr,
2272         unless _STDIO_USES_IOSTREAM is defined.
2273         * filebuf.cc (filebuf::setbuf):  Fix confusion about return
2274         value from _IO_file_setbuf.
2276 Sun Mar 13 00:54:12 1994  Paul Eggert  (eggert@twinsun.com)
2278         * config.shared: Ensure that `all' precedes `.PHONY';
2279         BSDI 1.1 needs this.
2281 Sat Mar 12 03:58:00 1994  Paul Eggert  (eggert@twinsun.com)
2283         * config.shared: Output a definition of INSTALL that uses
2284         $${rootme}, not ${rootme}.  Most `make's don't care, but BSDI
2285         1.1 `make' does.
2287 Fri Mar  4 17:33:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2289         * iopopen.c:  #define _POSIX_SOURCE.
2290         * isgetline.c (istream::getline):  Various fixes.
2292 Thu Mar  3 17:58:20 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2294         * iostream.cc (write_int):  Fix test for when to add initial '0'
2295         when ios::oct and ios::showbase are set.
2296         For hex, showbase adds initial 0x (or 0X) regardless of val==0.
2297         Bugs reported by Phil Roth <proth@cs.uiuc.edu>.
2299 Mon Feb 21 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
2301         * libio.h (_IO_PENDING_OUTPUT_COUNT(_fp)): return the
2302         pending output count in _fp.
2304 Fri Feb 25 09:26:57 1994  Ian Lance Taylor  (ian@cygnus.com)
2306         * gen-params: For HAVE_SYS_WAIT, compile dummy.c, not dummy.C.
2308 Tue Feb 22 11:19:09 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2310         * streambuf.h, genops.c, libioP.h:  Rename references to
2311         _IO_FILE fields other_gbase => _IO_save_base,
2312         _aux_limit => _IO_backup_base, and _other_egptr => _IO_save_end.
2313         * libio.h:  Remove no-longer needed macros _other_gbase,
2314         _aux_limit, and _other_egptr.
2315         * genops.c (__underflow, _IO_default_finishh, _IO_unsave_markers):
2316         Check _IO_save_base for NULL before FREEing it or calling
2317         _IO_free_backup_area.
2319 Thu Feb 17 15:26:59 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2321         * gen-params:  Improve deduction of _G_uint32 and _G_int32.
2322         Should now work for 16-bit, 32-bit, or 64-bit targets.
2323         * gen-params:  Check for sys/wait.h using ${CC}, since it's
2324         now used in a C file, not a C++ file.
2325         * floatconv.c:  Typedef _G_uint32_t as unsigned32, and use
2326         unsigned32 in place of unsigned long.  (Needed for Alpha.)
2328 Tue Feb  8 13:40:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2330         * fileops.c (_IO_file_close_it):  Simplify by using _IO_do_flush.
2331         * fileops.c (_IO_file_finish):  Don't call _IO_file_close_it -
2332         do it inline.  Call _IO_do_flush even if _IO_DELETE_DONT_CLOSE.
2333         * fileops.c (_IO_file_attach):  Set _IO_DELETE_DONT_CLOSE.
2334         * genops.c (_IO_flush_all):  Only call overflow if there is
2335         something to write.
2336         * iofclose.c (_IO_fclose):  Check that magic number is correct,
2337         and clear it when done.  Avoids crashing some buggy applications.
2338         * iogetline.c (_IO_getline):  Don't gratuitously increment old_len.
2339         * iogets.c (_IO_gets):  Take care to get required ANSi semantics.
2341 Sun Feb  6 19:50:39 1994  Jason Merrill  (jason@deneb.cygnus.com)
2343         * iomanip.cc: Explicitly instantiate operator<< and >>.
2345 Fri Feb  4 12:28:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
2347         * config.shared (CXXFLAGS): Use -fexternal-templates.
2349         * iomanip.h: Uncomment #pragma interface.
2351 Thu Jan 20 13:48:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2353         If no characters are read by fgets, ANSI C doesn't allow '\0' to
2354         be written to the buffer, but it is required by ANSI C++
2355         for istream::get and istream::getline.  Both use _IO_getline ...
2356         * iogetline.c (_IO_getline):  Don't write a '\0' at the end
2357         of the read data.  The input buffer length does not include
2358         space for a '\0'.
2359         * iofgets.c, iogets.c:  Change appropriately.
2360         Also check for _IO_ERR_SEEN, as required by ANSI.
2361         * isgetline.cc:  Update accordingly.
2363 Mon Jan 17 13:24:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
2365         * Makefile.in (c++clean): Added target for compiler testing
2366         (i.e. make c++clean all).
2368 Mon Jan 10 11:20:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2370         * libio.h (_IO_putc):  Add parentheses.
2371         Patch from Rik Faith <faith@cs.unc.edu>.
2373 Tue Jan  4 01:32:28 1993  Hongjiu Lu (hjl@nynexst.com)
2375         * genops.c (_IO_default_xsputn):
2376           (_IO_default_xsgetn):
2377         * ioignore.c: change "_IO_size_t count" to
2378           "_IO_ssize_t count".
2379         * iogetline.c: change "_IO_size_t len" to
2380           "_IO_ssize_t len".
2382 Mon Dec 20 00:31:21 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2384         * config.shared (CXXINCLUDES):  Fix quoting of $(NOSTDINC).
2386 Sun Dec 19 21:03:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2388         * Makefile.in (VERSION):  Increase to 0.63.
2390 Fri Dec 17 13:02:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2392         * iofread.c (_IO_fread):  Return 0 if either size or count is 0.
2393         * iofwrite.c (_IO_fwrite):  Return 0 if either size or count is 0.
2394         (This is consistent with fread, and most implementations, but not
2395         with a literal reading of the ANSI spec.)
2396         * iovfscanf.c (_IO_vfscanf):  If got EOF while skipping spaces,
2397         set seen_eof and break (instead of returning).
2398         * sbscan.cc (streambuf::vscan):  Set error state before returning.
2399         * streambuf.h:  Add a forward declarations for class istream
2400         to work around a g++ vtable name mangling bug.  (Patch from
2401         harry@pdsrc.hilco.com via Jeffrey A Law <law@snake.cs.utah.edu>.)
2402         * NEWS:  New file.
2404 Sat Dec 11 16:21:08 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2406         * iovfprintf.c (struct helper_file, _IO_helper_overflow,
2407         helper_vfprintf, _IO_helper_jumps):  New structs and functions.
2408         (_IO_vfprintf):  Use helper_vfprintf to make printing to
2409         unbuffered files more efficient.
2410         * genops.c (_IO_default_underflow), libioP.h:  New function.
2412         * iovsscanf.c (_IO_vsscanf):  The input string's length marks
2413         its logical end-of-file.
2415 Wed Dec  8 13:20:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2417         * indstream.cc (indirectbuf::sync()):  Don't crash if get_stream()
2418         or put_stream() are NULL;  sync() both streams even if error.
2420 Sun Dec  5 19:24:29 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
2422         * iostreamP.h (convert_to_seekflags): Use _IO_seek_set instead of
2423         0 inside the conditial expressions.
2425         * iofsetpos.c (_IO_fsetpos): Delete unused var `pos'.
2427 Sat Dec  4 15:57:26 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2429         * filedoalloc.c (_IO_file_doallocate):  Change type of couldbetty
2430         to int, and type of size to _IO_size_t, instead of size_t.
2431         (Change needed for Ultrix, which incorrectly deliberately doesn't
2432         define size_t in <sys/types.h> if _POSIX_SOURCE is defined.)
2434 Thu Dec  2 22:43:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2436         * fileops.c (_IO_file_finish):  Remove redundant call to _IO_un_link.
2437         * iofclose.c (_IO_fclose):  Don't call fp->_jumps->__close;  it's
2438         too low-level.  Instead call _IO_file_close_it.
2439         * dbz/Makefile.in (rclean, distclean):  Add some missing files.
2441 Wed Dec  1 13:19:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2443         * config/hpux.mt (MATH_H_INLINES): No longer define.
2444         Patch from Jeffrey A Law <law@snake.cs.utah.edu>.
2446 Fri Nov 26 13:28:36 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2448         * config.shared (CINCLUDES):  Define default if libg++.
2449         * iofread.c:  Use _IO_sgetn.c.
2450         * iolibio.h (_IO_clearerr):  Fix typo.
2451         * genops.c (_IO_seekmark):  Return 0 on success.
2452         * floactconv.c (Binit):  Change to static.
2453         * iofclose.c (_IO_fclose):  Check if file is _IO_stdin, _IO_stdout,
2454         or _IO_stderr;  if so don't try to free it.  Fix from hjl@nynexst.com.
2456         * genops.c (_IO_default_sync), libioP.h:  New function.
2457         * libioP.h (_IO_default_close):  Use _IO_default_sync -same interface.
2459         * Makefile.in:  Increase version to 0.62.
2460         * iopopen.c (_IO_proc_close):  Use waitpid (available in libibarty,
2461         if needed), rather than wait.  Don't block/ignore SIGINT etc,
2462         as this is counter to Posix.2.
2463         * iopopen.c:  Chain open proc_files, and have the child close
2464         the ones that are open (as required by Posix.2).
2466         * fstream.h (fstreambase::rdbuf), strstream.h (strstreambase
2467         ::rdbuf):  Call ios::rdbuf() instead of getting _strbuf directly.
2469         * sbscan.cc (streambuf::vscan):  Comment out duplicate default arg.
2470         * floatconv.c:  Recognize Alpha and i860 as little-endian.
2471         * streambuf.cc:  Return two bogus value returns from void functions.
2472         * iolibio.h, iofwrite.c:  Fix buffer type to (const void*).
2473         * libio.h:  Predefine of struct _IO_FILE to help non-g++-compilers.
2474         * libioP.h, pfstream.cc, stdfiles.c, iovfscanf.c: Cleanup syntax junk.
2475         * stdstreams.cc:  Minor simplification.
2476         * streambuf.h, builtinbuf.cc:  Add non-const ios::_IO_fix_vtable()
2477         for temporary binary compatibility.
2479         * filedoalloc.c, fileops.c:  Add _POSIX_SOURCE.
2480         * fileops.c, iofopen.c, iofputs.c, iostream.cc, strops.c,
2481         strstream.cc, genops.c:  Add some missing #includes.
2482         * iofopen.c, iofdopen.c:  Return NULL if malloc fails.
2483         * iovfscanf.c:  Fix return type in strtol prototype.
2484         * fwrite.c:  Remove bogus file.
2486 Wed Nov 17 14:09:42 1993  Per Bothner  (bothner@cygnus.com)
2488         * builtinbuf.cc (ios::_IO_fix_vtable), streambuf.h:  Make method
2489         const, to reduce problems with -Wcast-qual.
2491 Tue Nov 16 19:30:42 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2493         * config.shared (CXXINCLUDE): use ${} instead of $() for NOSTDINC
2495 Tue Nov 16 14:15:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2497         * iopopen.c (_IO_proc_close):  Re-structure to avoid
2498         declarations after statements.
2499         * floatconv.c:  If not __STDC__, #define DBL_MANT_DIG.
2500         * config/isc.mt (G_CONFIG_ARGS): Remove bogus spaces.
2501         Patch from David A. Avery <daa@nic.cerf.net>.
2503 Tue Nov 16 15:58:31 1993  Mark Eichin  (eichin@cygnus.com)
2505         * Makefile.in (_G_config.h): explicitly use $(SHELL) to run
2506         gen-params, since we know it is a script (we're explicitly looking
2507         in ${srcdir} for it) and /bin/sh might not be good enough.
2509 Mon Nov 15 13:26:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2511         * builtinbuf.cc:  Don't depend on initialization of static
2512         variable builtinbuf::vtable, since that might happen after
2513         we need it (for a static constructor).  Instead, initialize
2514         it when needed by inlining the code from get_builtin_vtable
2515         into ios::_IO_fix_vtable().
2517         * floatconv.c:  Avoid using #elif, which some C compilers lack.
2518         * iogetline.c, libioP.h:  Make char parameter be int, to avoid
2519         some default promotion anomalies.
2521 Fri Nov  5 11:49:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2523         * config.shared (do-clean-dvi):  Remove TeX work files.
2524         * iopopen.c (extern _IO_fork):  Don't use parameter type void.
2525         * strops.c (_IO_str_init_static):  Clear the allocate_buffer
2526         function pointer, to mark the strfile as being static.
2527         Bug fix from Mike Raisbeck <mike@pudding.rtr.COM>.
2529 Thu Nov  4 10:44:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2531         * filebuf.cc (filebuf:): Use sseekoff rather than seekoff
2532         (which loses if vtable pointer is NULL).
2534         * iostream.cc (ostream::operator<<(long long n)):  Fix thinko.
2536         * Makefile.in (VERSION):  Increase to 0.60.
2537         * Makefile.in (IO_OBJECTS):  Added iopopen.o.
2538         * config.shared (DISTCLEAN):  Also remove Make.pack.
2539         * config.shared (CXXINCLUDES):  Add $(NOSTDINC).
2541         * config.shared (INSTALL):  Fix so it ues the correct install.sh
2542         whether $srcdir is absolute or relative.
2544         * floatconv.c (DBL_MAX_10_EXP): Fix default value.
2546 Wed Nov  3 10:20:49 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2548         * gen-params:  Make more robust to allow random junk (NeXT
2549         has spaces) before typedefs.
2551         * fileops.c (_IO_file_overflow):  Reduce code duplication.
2552         * Makefile.in (IO_OBJECTS):  Remove ioputs.o.
2554         * iovfscanf.c, libio.h:  Extra parameter to _IO_vfscanf,
2555         for optionally setting an error indication..
2556         * iofscanf.c, ioscanf.c, iofscanf.c, iovsscanf.c:  Fix calls to
2557         _IO_vfscanf to pass an extra NULL.
2558         * sbscan.cc (streambuf::vscan):  If passed an extra stream,
2559         set its error state (using new _IO_vfscanf parameter.
2561         * filedoalloc.c, fileops.c, genops.c, iogetline.c, ioignore.c,
2562         libio.h, libioP.h, streambuf.cc streambuf.h, strfile.h, strops.c,
2563         strstream.cc:  Replace macros (_base, _ebuf, _eback, _gptr, _egptr,
2564         _pbase, _pptr, _epptr) by field names (_IO_buf_base, _IO_buf_end,
2565         _IO_read_base, _IO_read_pre, IO_read_end, _IO_write_base,
2566         _IO_write_ptr, _IO_write_end).
2567         * libio.h:  Remove the old macros (which fixes a conflict.
2569 Mon Nov  1 15:22:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2571         * iostream.cc:  Use _IO_sputn instead of sputn.  _IO_sputn does
2572         not require a vtable pointer, and is also slightly faster.
2574         * builtinbuf.{h,cc} (builtinbuf::setbuf):  Fix return and
2575         parameter types.
2577 Mon Oct 25 12:56:33 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2579         Kludge to make sure _IO_FILE buffers get flushed before exit.
2580         * dbz/dbzmain.c, dbz/fake.c, dbz/byteflip.c:
2581         Invoke DBZ_FINISH macro (if defined) before (normal) exits.
2582         * dbz/Makefile.in (CFLAGS):  Define DBZ_FINISH to call _IO_flush_all.
2584 Sat Oct 23 22:10:53 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2586         * Makefile.in (VERSION):  Set to 0.60 for libg++ release.
2587         * fileops.c (_IO_file_attach):  Set _offset to _IO_pos_BAD.
2588         * iostream.cc (ostream::flush):  Fix thinkp.
2589         * editbuf.cc, isgetsb.cc, isscan.cc, osform.cc, parsestream.cc,
2590         pfstream.cc, sbform.cc, sbscan.cc, stdstreams.cc, stream.cc:
2591         Replace #include "ioprivate.h" by #include "libioP.h" (and
2592         sometimes stdarg.h, stdlib.h and/or string.h).
2593         * ioprivate.h:  Removed.
2596 Thu Oct 21 19:24:02 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2598         * PlotFile.h, SFile.h, editbuf.cc, editbuf.h, filebuf.cc,
2599         fstream.cc, fstream.h, indstream.cc, indstream.h, iomanip.cc,
2600         iomanip.h, ioprivate.h, iostream.cc, iostream.h, isgetline.cc,
2601         isgetsb.cc, parsestream.cc, parsestream.h, pfstream.cc,
2602         pfstream.h, procbuf.cc, procbuf.h, stdiostream.cc, stdiostream.h,
2603         stdstreams.cc, streambuf.cc, streambuf.h, strstream.cc,
2604         strstream.h:  Remove old (duplicate) copyright notices.
2606         * iostream.cc:  Fix calls to sync() to be safe in the presence
2607         of vtable-less streambufs.
2609 Wed Oct 20 15:22:04 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2611         * streambuf.h (streambuf::underflow, streambuf::overflow):
2612         Don't make virtual functions pure.
2613         * streambuf.cc (streambuf::underflow, streambuf::overflow):
2614         Default definitions (return EOF).
2615         * fstream.h:  Add new (int fd, char* buf, int len) constructors.
2616         These are deprecated, but added for AT&T compatibility.
2617         * fstream.cc fstreambase::fstreambase(int fd, char *p, int l): New.
2619 Thu Oct 14 14:57:01 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2621         * configure.in: use 'mv -f' instead of 'mv'
2623 Tue Oct 12 05:01:44 1993  Mike Stump  (mrs@cygnus.com)
2625         * floatconv.c: Fix typo, change __STDC to __STDC__.
2627 Mon Oct 11 17:03:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2629         * cleanup.c:  It should be #if _G_HAVE_ATEXIT, not #ifdef.
2631         * floatconv.c, iostrerror.c, iovfprintf.c, iovfscanf.c, libioP.h:
2632         Bunch of fixes to allow use of non-ANSI (K&R) C compilers.
2634         * Makefile.in (iostream.list):  Use CC=$(CXX) to force use of gcc.
2635         * README:  New file.
2637 Fri Oct  8 16:19:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2639         * Makefile.in:  Move ioungetc.o from STDIO_WRAP_OBJECTS to
2640         IO_OBJECTS (since it is needed for iovfscanf.c).
2641         * iostrerror.c:  Add declaration of strerror.
2643 Thu Oct  7 12:02:28 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2645         * cleanup.c:  New file, to cause flushing at exit.
2646         * filedoalloc.c:  Cause flushing on exit.
2647         * Makefile.in (OSPRIM_OBJECTS):  Add cleanup.o.
2648         * gen-params:  Check for atexit.
2650 Tue Oct  5 19:11:14 1993  Mike Stump  (mrs@cygnus.com)
2652         * ioperror.c (_IO_strerror): Add missing ()s in _PARAMS usage.
2654 Tue Oct  5 10:33:37 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2656         * iofprintf.c, iofscanf.c, ioprintf.c, ioscanf.c, iosprintf.c,
2657         iosscanf.c:  Remove bogus semi-colon after va_dcl.
2658         * ioperror.c:  Fix typos in declaration.
2660 Mon Oct  4 17:12:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2662         * configure.in (CLEAN):  Define (as _G_config.h *.a).
2664         * fileops.c (_IO_file_read):  Don't assume EINTR is defined.
2665         * iosetbuf.c:  Replace by generalized ...
2666         * iosetbuffer.c:  ... variant, derived from BSD.
2667         * Makefile.in (STDIO_WRAP_OBJECTS):  Change correspondingly.
2668         * iosetvbuf.c (iosetvbuf):  Minor ANSI tweak.
2669         * iostdio.h (setbuf, setlinebuf):  New #defines.
2670         * iolibio.h (_IO_setbuf, _IO_setlinebuf):  (Re-)define as macros.
2671         * Makefile.in (LIBIO_OBJECTS):  New macro.
2673 Tue Sep 28 14:15:52 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2675         * libioP.h (_IO_proc_open, _IO_proc_close): Add missing return types.
2676         * procbuf.cc:  Belated fixes.
2678 Mon Sep 27 14:04:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2680         * Makefile.in: List new files.  Add STDIO_WRAP_OBJECTS macro.
2681         * floatconv.c (d2b):  Use Exp_msk11 instead of Exp_msk1.
2682         * iofgetpos.c (_IO_fgetpos), iofsetpos.c (_IO_fsetpos):  Clean up.
2683         * iolibio.h:  New file.  Declarations of _IO_foo, for most foo
2684         where foo is a stdio function.  (Remove these from libio.h.)
2685         * iostream.h (istream::istreambuf, ostream::ostreambuf):  Move
2686         obsolete functions inside #ifdef _STREAM_COMPAT.
2687         * libio.h, libioP.h, streambuf.h, parsestream.h, stdiostream.h:
2688         Use _IO_fpos_t rather than _IO_pos_t.
2689         * iopopen.c:  New file type, for pipe (popen-like) streams.
2690         * procbuf.cc:  Now just a C++ wrapper for the files in iopopen.c.
2691         * streambuf.h (ios::unsetf):  Return complete old value of flags.
2692         * iogets.c (_IO_gets(), ioungetc.c (_IO_ungetc), ioperror.c
2693         (_IO_perror), iostrerror.c (_IO_strerror):  New files and
2694         functions, for stdio implementation.
2695         * iostdio.h:  Add declarations for various recently-added functions.
2697 Sun Sep 12 14:24:55 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2699         * streambuf.h (ios::showpos):: Fix typo.
2701 Fri Aug 27 12:05:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2703         * iopadn.c (_IO_padn):  Change to return count of chars written.
2704         * outfloat.c, iovfprintf.c:  Change for new _IO_padn interface.
2705         * iostream.cc (ostream::operator<<):  Make sure to set badbit
2706         on a failure (many places).  Use _IO_padn more.
2707         * iostream.cc (ostream& ostream::operator<<(const void *p):  Move to
2708         * osform.cc:  ... here, to reduce linking-in-the-world syndrome.
2709         * osform.cc: Use rdbuf(), instead of _strbuf directly.
2711         * genops.c (_IO_sgetn), libio.h:  New function.
2712         * streambuf.h (streambuf.h::sgetn):  Use _IO_sgetn.
2713         * SFile.cc (SFile::operator[]):  Use sseekoff, not seekoff.
2715 Thu Aug 26 10:16:31 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2717         * config.shared (SUBDIRS): only recurse if the directory is configured
2719 Wed Aug 25 12:56:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2721         * config/{hpux.mt, isc.mt, sco4.mt}:
2722         Moved from ../libg++/config (since they affect _G_config.h).
2723         * configure.in:  Set target_make_frag to one of the above files.
2725 Fri Aug 20 00:53:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2727         * iofopen.c (iofopen):  Fix type passed to _IO_un_link().
2728         * Makefile.in (_G_config.h):  Pass $CC (not $CXX) as CC.
2730         * configure.in (configdirs):  Add dbz and stdio.
2731         * fileops.c (_IO_file_seekoff):  Convert more old functionality.
2732         * iofdopen.c:  Use mode parameter to set _flags.
2733         * iofscanf.c, ioputs.c, ioscanf.c, iosprintf.c:  New files.
2734         * Makefile.in (IO_OBJECTS):  Added new objects.
2735         * iostdio.h:  Add feof. fscanf, puts, sprintf, vsprintf.
2736         * libio.h:  Add _IO_vprintf macro.
2737         * iofopen.c:  Invoke _IO_un_link if failure.
2738         * iovsprintf.c:  Write terminating NUL.
2740         * libioP.h:  Add COERCE_FILE macro (by default does nothing).
2741         * iofclose.c, iofflush.c, iofgets.c, iofprintf.c, iofputs.c,
2742         iofread.c, ioftell.c, iofwrite.c, iosetbuf.c, iosetvbuf.c:
2743         Invoke COERCE_FILE macro.
2744         * ioftell.c:  Use _IO_seekoff.
2746 Wed Aug 18 22:49:56 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2748         * sbform.cc (streambuf::form), sbscan.cc (streambuf::scan):
2749         Remove cast to _IO_va_list.  (Loses if array type.)
2751         * libio.h:  Handle _IO_va_list for systems that need <stdarg.h>.
2752         * floatconv.h:  Fix typo (reported by H.J.Lu).
2754 Wed Aug 18 19:34:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2756         * configure.in (INSTALLDIR): handle native vs. cross case
2758         * Makefile.in (install): don't use $TARGETLIB, set INSTALLDIR to
2759         $(libdir)
2761 Wed Aug 18 12:10:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2763         * Makefile.in:  Rename iostream-files to iostream.list.
2764         * configure.in:  Add iostream.list to MOSTLYCLEAN.
2766 Tue Aug 17 18:56:59 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2768         * Makefile.in:  Depend on _G_config.h where appropriate.
2769         * config.shared (CXXINCLUDES):  If doing libg++, search ../libio.
2771 Tue Aug 17 17:34:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2773         New directory.  Based on old libg++/iostream code,
2774         but extensively re-written.