Mark ChangeLog
[official-gcc.git] / libstdc++-v3 / libio / ChangeLog
blob03edc18b2d188bb0e9e23b47e9b828284c51f2a0
1 2001-10-23  Release Manager
3         * GCC 3.0.2 Released.
5 2001-08-19  Release Manager
7         * GCC 3.0.1 Released.
9 2001-08-19  Release Manager
11         * GCC 3.0.1 Released.
13 20010617 Release Manager
15         * GCC 3.0 Released.
17 2001-02-03  Alexandre Oliva  <aoliva@redhat.com>
18             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
20         * Makefile.am (mkinstalldirs): Set.
22 2001-01-28  Benjamin Kosnik  <bkoz@gnu.org>
24         * Makefile.am (LIBIO_SRCS): Remove stdio.c.
26 2000-10-29  Benjamin Kosnik  <bkoz@gnu.org>
28         * Makefile.am (INCLUDES): Change to $(top_builddir)/include.
30 2000-10-29  Mark Mitchell  <mark@codesourcery.com>
32         * iofopen.c (_IO_new_fopen): Don't define `_IO_wide_data wd'
33         if _GLIBCPP_USE_WCHAR_T is not defined.
34         * iofwide.c: Don't define codecvt functions when 
35         _GLIBCPP_USE_WCHAR_T is not defined.
36         (_IO_fwide): Don't try to put the stream in wide mode when
37         _GLIBCPP_USE_WCHAR_T is not defined.
38         * libio.h (_IO_wide_data): Define it as an incomplete struct
39         when _GLIBCPP_USE_WCHAR_T is not defined.
40         * wfiledoalloc.c: Don't define anything when 
41         _GLIBCPP_USE_WCHAR_T is not defined.
42         * wfileops.c: Likewise.
43         * wgenops.c: Likewise.
44         
45         * _G_config.h (_G_USING_THUNKS): Allow overrides from
46         OS-configuration files.
47         * libioP.h: Test _G_USING_THUNKS with #if, rather than #ifdef.
49 2000-10-17  Benjamin Kosnik  <bkoz@gnu.org>
51         * libioP.h: Break up extern "C" bits around includes.
52         * libio.h: Only include C headers, or else _C_legacy namespaces
53         will be nested.
54         * libioP.h: Same here.
55         
56 2000-10-11  Benjamin Kosnik  <bkoz@gnu.org>
58         * Makefile.am: Add includes from GLIBCPP_EXPORT_INCLUDES.
60 2000-10-10  Benjamin Kosnik  <bkoz@gnu.org>
62         * _G_config.h (__need_ptrdiff_t): Add.
64 2000-10-08  Benjamin Kosnik  <bkoz@gnu.org>
66         * Makefile.am (INCLUDES): Simplify.
67         * libioP.h (JUMP1): If compiling c++, use std headers.
68         * _G_config.h: Same.
69         
70 2000-10-07  Benjamin Kosnik  <bkoz@gnu.org>
72         * Makefile.am (CONFIG_INCLUDES): Remove.
74 2000-10-06   Benjamin Kosnik  <bkoz@gnu.org>
76         * Makefile.am (libio_la_DEPENDENCIES): Remove extaneous cruft.
77         (libio_la_SOURCES): Remove.
78         
79 2000-10-05  Benjamin Kosnik  <bkoz@gnu.org>
81         * Makefile.am (INCLUDES): Add glibcpp_includedir.
83 2000-10-04  Benjamin Kosnik  <bkoz@gnu.org>
85         * _G_config.h : Re-guard the __mbstate_t declaration.
87 2000-09-27  Benjamin Kosnik  <bkoz@gnu.org>
89         * libioP.h: Remove fcntl.h include.
91 2000-08-22  Benjamin Kosnik  <bkoz@gnu.org>
93         * iofwide.c (_IO_fwide): Simplify, as nl_langinfo is assumed.
95 2000-08-14  Benjamin Kosnik  <bkoz@gnu.org>
97         * *: Merge with mainline glibc sources.
98         * filedoalloc.c (_IO_file_doallocate): Don't call
99         _IO_cleanup_registration_needed, even if not libc.
100         * iofwide.c (_IO_fwide): Correct placement of defines.
101         * cleanup.c: Remove.
102         
103 2000-08-04  benjamin kosnik  <bkoz@haight.constant.com>
105         * genops.c (_IO_unbuffer_write): Don't call _IO_SETBUF if the
106         stream is not orientated.
108 2000-08-04  Benjamin Kosnik  <bkoz@gnu.org>
110         * Makefile.am (LIBIO_SRCS): Add c_codecvt.c
112 2000-07-12  benjamin kosnik  <bkoz@gnu.org>
114         * _G_config.h: Smoke less crack, don't define _G_HAVE_ST_BLKSIZE.
116 2000-04-25  Benjamin Kosnik  <bkoz@gnu.org>
118         * libio.h: Change decls for seekoff/seekpos.
119         * Makefile.am: Add bits to not generate _G_config.h on linux.
120         * gen-params: Remove sigset_t declaration.
122 2000-02-29  Benjamin Kosnik  <bkoz@gnu.org>
124         * Makefile.am (libio_headers): Strip out deadweight.
126 2000-02-21  Benjamin Kosnik  <bkoz@cygnus.com>
128         * gen-params (CONFIG_NM): Specifically add in nm as the
129         default CONFIG_NM.
131 2000-02-10  Benjamin Kosnik  <bkoz@gnu.org>
133         * Makefile.am: Add bits for _G_config.h generation.
134         * gen-params: New file.
135         
136 2000-02-07  Benjamin Kosnik  <bkoz@gnu.org>
138         * Makefile.am: Change license.
140 1999-07-28  Benjamin Kosnik  <bkoz@gnu.org>
142         * Makefile.am (libio_la_SOURCES): Remove cleanup.c, so that
143         _IO_cleanup will not be undefined.
145 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
147         * configure.in (compiler_name): Add check to detect if this
148         language's compiler has been built.
150 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
152         * config.shared (depend.new): delete libc-lock.h from
153         dependencies, and fix _G_config.h -> $(_G_CONFIG_H) rule
154         * depend: Rebuilt.
155         
156 Sun Oct 11 01:51:42 1998  Jeffrey A Law  (law@cygnus.com)
158         * config.shared (depend.new): Fix typo.
159         * depend: Rebuilt.
161 1998-09-09  Manfred Hollstein  <manfred@s-direktnet.de>
163         * configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's
164         value; don't change its value if --enable-version-specific-runtime-libs
165         has been specified.
167 Wed Sep  2 21:05:39 1998  H.J. Lu  (hjl@gnu.org)
169         * configure.in: Fix INSTALLDIR replacement for cross-compile.
171 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
173         * dbz/Makefile.in: Avoid assumptions about "tr" behaves when
174         LANG is set to something other than English.
176 Sun Aug 30 22:17:00 1998  H.J. Lu  (hjl@gnu.org)
178         * config.shared: Set libsubdir.
180 1998-08-25 14:34  Ulrich Drepper  <drepper@cygnus.com>
182         * libio/iogetline.c (_IO_getline_info): Don't read anything for
183         N == 0.  Patch by HJ Lu.
185 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
187         * iomanip.h: Use __extension__ for `extern' explicit template
188         instantiations.
190 1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
192         * strfile.h: Define __PMT if not already defined.
194 1998-08-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
196         * libioP.h: Use __PMT in typedefs.
197         * strfile.h: Likewise.
199 1998-06-29  Ulrich Drepper  <drepper@cygnus.com>
201         * libio.h: Rewrite __PMT change so that it works with platforms
202         defining __P but not __PMT.
204         * libio.h (__PMT): New macro.  Defined like __P.  Use is for
205         function pointers.
207 1998-06-27  Manfred Hollstein  <manfred@s-direktnet.de>
209         * Makefile.in (install): Remove superfluous /include.
211 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
213         * config.shared (FLAGS_TO_PASS): Add gcc_version_trigger.
214         (Makefile): Add dependency upon $(gcc_version_trigger).
216 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
218         * Makefile.in (install): Install _G_config.h depending on new flag
219         --enable-version-specific-runtime-libs.
220         * config/linux.mt (gxx_include_dir): Remove definition here as we use
221         gcc's default anyway.
223 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
225         * config.shared (FLAGS_TO_PASS): Add gcc_version.
227 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
229         * config.shared (FLAGS_TO_PASS): Add libsubdir.
231 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
233         * genops.c (__underflow): Read character from read pointer as unsigned.
234         (__uflow): Likewise.
236 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
238         * strops.c (_IO_str_underflow): Read newly available character
239         from buffer as unsigned.
241 Sun Apr 19 22:13:36 1998  H.J. Lu  (hjl@gnu.org)
243         * isgetline.cc (istream::get): Fix a typo.
245 Thu Mar  5 09:23:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
247         * configure.in: Make locating frag files failsafe even for the
248         special case if configuring and building in srcdir.
250 1998-02-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
252         Changes for _G_IO_IO_FILE_VERSION == 0x20001:
253         * libioP.h (_IO_showmanyc_t, _IO_SHOWMANYC, _IO_imbue_t,
254         _IO_IMBUE): New definitions.
255         (struct _IO_jump_t): Add __showmanyc and __imbue fields.
256         (_IO_file_fopen): Add new fourth argument.
257         * filebuf.cc (filebuf::open): Pass new fourth argument to
258         _IO_file_fopen.
259         * iolibio.h (_IO_freopen): Likewise.
260         * streambuf.cc (streambuf::showmanyc, streambuf::imbue): New
261         functions.
262         * streambuf.h (_IO_wchar_t): Define to _G_wchar_t.
263         (ios::fill): Remove casts.
264         (struct streambuf): Add showmanyc and imbue members.
266         * iostream.cc (ostream::operator<<(double n)) [__GLIBC_MINOR__ >=
267         1]: Initialize new fields is_char of struct printf_info.
268         (ostream::operator<<(long double n)) [__GLIBC_MINOR__ >= 1]:
269         Likewise.
271 Sun Feb 22 17:24:53 1998  Jeffrey A Law  (law@cygnus.com)
273         * config.shared: Bring back changes from Ian and Fred that were
274         accidentally clobbered.  Should eliminate the need for Dave's
275         recent change.
277 Tue Feb 17 21:56:25 1998  H.J. Lu  (hjl@gnu.org)
279         * config/linux.mt (IO_OBJECTS): Add iogetline.o.
280         * config/linuxlibc1.mt: Ditto.
282         * iogetline.c (_IO_getline_info): Renamed from _IO_getline.
283         (_IO_getline): Just call _IO_getline_info.
285         * isgetline.cc (istream::getline, istream::get, _sb_readline):
286         Call _IO_getline_info instead of _IO_getline and get the EOF
287         information.
288         * sbgetline.cc (streambuf::sgetline): Ditto.
290         * libioP.h (_IO_getline_info): New declaration.
292         * iogetline.c (_IO_getline): Handle the case when there is no
293         buffer.
295 Fri Feb 13 00:57:20 1998  Krister Walfridsson (cato@df.lth.se)
297         * fileops.c: #include <unistd.h>.
298         * ioprims.c: Likewise.
300 1998-02-10  Mark Mitchell  <mmitchell@usa.net>
302         * iostream.cc (ostream::operator<<(long double)): Don't use
303         labeled initializers.
305 Fri Feb  6 01:35:56 1998  Manfred Hollstein  <manfred@s-direktnet.de>
307         * config.shared (FLAGS_TO_PASS): Don't emit PICFLAG.
308         (.c.o): Check value of enable_shared, not PICFLAG.
309         (.C.o): Dito.
310         (.cc.o): Dito.
311         (stamp-picdir): Dito.
313 Thu Feb  5 17:41:26 1998  Dave Brolley  <brolley@cygnus.com>
315         * config.shared (LIBS): Change to -L../../libstdc++ (was -L../libstdc++)
316         if ${DOING_GPERF} is true.
318 1998-01-20  Andreas Schwab  (schwab@issan.informatik.uni-dortmund.de)
320         * iostream.cc (istream::operator>>(long double&))
321         [!_G_HAVE_LONG_DOUBLE_IO]: Scan value into separate variable, in
322         case long double is bigger than double.
323         (ostream::operator<<(double)) [_G_HAVE_PRINTF_FP]: Fix order of
324         initializers of struct printf_info to match declaration order,
325         to work around g++ bug.
326         (ostream::operator<<(long double)) [_G_HAVE_PRINTF_FP]: Likewise.
328         * gen-params: Add missing quotes.  Avoid useless use of command
329         substitution.
331 Sun Feb  1 13:29:47 1998  H.J. Lu  (hjl@gnu.org)
333         * filebuf.cc (filebuf::open): Call _IO_file_open if
334         _G_HAVE_IO_FILE_OPEN is 1.
336         * libio.h (_IO_fpos64_t, _IO_off64_t): Defined if
337         _G_IO_IO_FILE_VERSION == 0x20001.
339         * libioP.h (_IO_file_open): New declaration.
341         * libio.h (_IO_FILE, _IO_stdin_, _IO_stdout_, _IO_stderr_,
342         _IO_seekoff, _IO_seekpos): Add support for libio in glibc 2.1.
343         * libioP.h (_IO_seekoff_t, _IO_seekpos_t, _IO_seek_t,
344         _IO_seekoff, _IO_seekpos, _IO_default_seekoff,
345         _IO_default_seekpos, _IO_default_seek, _IO_file_seekoff,
346         _IO_file_seek, _IO_str_seekoff, _IO_pos_BAD, _IO_pos_as_off,
347         _IO_pos_0): Ditto.
348         * streambuf.h (streamoff, streampos): Ditto.
350         * gen-params (__extension__): Use only if gcc version >= 2.8.
352 Sun Feb  1 13:08:18 1998  Krister Walfridsson (cato@df.lth.se)
354         * dbz/dbz.c (putconf): Handle systems which use "long long" as type
355         for "off_t".
356         * dbz/dbzmain.c (mkfiles): Likewise.
358 Wed Jan 28 10:27:11 1998  Manfred Hollstein  <manfred@s-direktnet.de>
360         * config.shared (FLAGS_TO_PASS): Add gxx_include_dir.
362         * stdio/configure.in, tests/configure.in: Update with yesterday's
363         toplevel configure.in changes.
364         * testsuite/configure.in: Likewise.
366         * config.shared: Fix typo in yesterday's changes.
368 Tue Jan 27 23:26:07 1998  Manfred Hollstein  <manfred@s-direktnet.de>
370         * config.shared: Emit everything which needs to be re-definable
371         via file descriptor 1; the generic stuff is emitted using redirection
372         onto fd 2.
374         * configure.in (package_makefile_rules_frag): New variable
375         which is used in the call to config.shared; redirect file descriptor 2
376         to ${package_makefile_rules_frag}.
378 Tue Jan 27 10:35:22 1998  H.J. Lu  (hjl@gnu.org)
380         * configure.in (topsrcdir): New.
381         (CHECK_SUBDIRS, configdirs): Check ${topsrcdir}/gcc instead.
382         (config-ml.in): Use ${topsrcdir}/config-ml.in.
384         * tests/configure.in (topsrcdir): New.
385         (CHECK): Check ${topsrcdir}/gcc instead.
387 Fri Jan 16 00:48:03 1998  Manfred Hollstein  <manfred@lts.sel.alcatel.de>
389         * config.shared (FLAGS_TO_PASS): Add SHELL.
391 Thu Jan 15 00:21:58 1998  Ian Lance Taylor  <ian@cygnus.com>
393         * configure.in: For *-*-cygwin32*, add a -I for winsup to both
394         XCINCLUDES and XCXXINCLUDES.
395         * config.shared: Use ${host_includes} when setting CXXINCLUDES in
396         the DOING_LIBGXX case.
397         * Makefile.in (_G_config.h): Pass $(CINCLUDES) in CC and
398         $(CXXINCLUDES) in CXX when running gen-params.
400 Tue Jan 13 21:32:08 1998  H.J. Lu  (hjl@gnu.org)
402         * configure.in (CHECK_SUBDIRS): Set to testsuite only if
403         ${srcdir}/../gcc exists.
404         (configdirs): Include testsuite only if ${srcdir}/../gcc exists.
406         * tests/Makefile.in (check): Depend on $(CHECK).
408         * tests/configure.in (CHECK): Set to "check-iostream
409         check-stdio" if ${srcdir}/../../gcc doesn't exists.
411 Thu Jan  8 18:09:03 1998  Fred Fish  <fnf@cygnus.com>
413         * config.shared (THIS_FILE): Really found via TOLIBIO instead
414         of TOLIBCXX, which is empty when configuring gperf.
415         (LIBS): When linking gperf, find libstdc++ relative to TO_TOPDIR
416         instead of hardcoded "../".
418 1997-12-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
420         Don't make gperf depend upon libg++.
421         * config.shared (TOLIBGCXX) [DOING_GPERF]: Delete.
422         (LIBS) [DOING_GPERF]: Make it just `-L../libstdc++ -lstdc++'.
424 Thu Dec 11 11:20:59 1997  H.J. Lu  (hjl@gnu.org)
426         * configure.in (target frags): Add *-linux-gnu.
428 Fri Dec  5 16:22:15 1997  H.J. Lu  (hjl@gnu.org)
430         * streambuf.cc (streambuf::~streambuf): Don't delete _lock
431         for _IO_stdin/_IO_stdout/_IO_stderr.
433 Thu Nov 27 01:32:43 1997  Jeffrey A Law  (law@cygnus.com)
435         * Makefile.in (install): Change gxx_includedir to gcc_include_dir.
436         * config.shared (gxx_includedir): Remove default definition.
437         * config/linux.mt: Change gxx_includedir to gxx_include_dir.
438         * config/linuxaxp1.mt: Likewise.
440 Wed Nov 26 16:08:50 1997  Richard Henderson  (rth@cygnus.com)
442         * configure.in (target frags): Add powerpc*-linux-gnulibc1.
443         (stdio-lock): Similarly.
445         * configure.in (target frags): Add alpha*-linux-gnulibc1.
446         (pic frags): Its alpha*- not alpha-.
447         (stdio-lock): Kill everything.  Add alpha*-linux-gnulibc1.
448         * libio.h: Check __GLIBC_MINOR__ to find stdio-lock.h.  If not
449         _IO_MTSAFE_IO & GLIBC, make sure the lock pointer is still there.
450         * libioP.h: Check __GLIBC_MINOR__ to find libc-lock.h.
452         * config/linuxaxp1-libc-lock.h: New file.
453         * config/linuxaxp1-stdio-lock.h: New file.
454         * config/linuxaxp1.mt: New file.
456         * gen-params (va_list): Check for and use __gnuc_va_list.
457         (NULL): Work around some linux kernel headers and redefine NULL.
459 Mon Nov 24 17:04:18 1997  Michael Meissner  <meissner@cygnus.com>
461         * stdiostream.cc (sys_read): Declare ch with int type, rather than
462         without a type.
464 Tue Nov 18 09:53:58 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
466         * stdstrbufs.cc (DEF_STDFILE): Use STD_VTABLE.
468 Tue Nov 11 01:40:17 1997  Oleg Krivosheev <kriol@fnal.gov>
470         * iomanip.h: Fix guiding decls.
472 1997-11-05  Brendan Kehoe  <brendan@lisa.cygnus.com>
474         * libio.h (__P): Name its arg `p' instead of `params'.
475         Avoids problems with an unchanged Solaris math.h header.
477 Wed Oct 29 23:01:47 1997  Jason Merrill  <jason@yorick.cygnus.com>
479         * gen-params: Override NULL.
481 1997-10-27 03:53  Ulrich Drepper  <drepper@cygnus.com>
483         * stdio-lock.h: Removed.  Was never needed.
485 Wed Oct 22 19:19:32 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
487         * libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
488         not defined.
490         * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if
491         __linux__ is defined instead of __ELF__
493         * config/linuxlibc1.mt (USER_INCLUDES): Add libio.h.
495 1997-10-15  Ulrich Drepper  <drepper@cygnus.com>
497         * configure.in: Create compatibility code in bits/libc-lock.h file.
499 Thu Oct  9 07:08:41 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
501         * libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
502         not defined.
504         * filedoalloc.c (_IO_file_doallocate): Don't call
505         _IO_cleanup_registration_needed if __linux__ is defined.
507         * iofclose.c (fclose): Make it weak alias of _IO_fclose if
508         __ELF__ is defined.
510         * iovsprintf.c (vsprintf): Make it weak alias of _IO_vsprintf
511         if __ELF__ is defined.
513         * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if
514         __ELF__ is defined.
516         * config/linuxlibc1.mt (MT_CFLAGS): Defined as -D_G_HAVE_MMAP.
517         (IO_OBJECTS): Add filedoalloc.o fileops.o genops.o iofclose.o
518         iovsprintf.o iovsscanf.o strops.o.
520 Fri Oct  3 10:13:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
522         * iostream.cc, libio.h: Convert other uses of #ifdef
523         _G_HAVE_PRINTF_FP to #if.
525 1997-10-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
527         * iostream.cc (operator<<): Use `#if _G_HAVE_PRINTF_FP', not ifdef.
529 Thu Oct  2 10:36:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
531         * gen-params: Fix __printf_fp test.
532         * config/linuxlibc1.mt (gxx_includedir): Don't define.
534 Thu Oct  2 10:36:26 1997  Ulrich Drepper  <drepper@rtl.cygnus.com>
536         * config/linuxlibc1.mt (_G_CONFIG_H): Don't define.
537         * gen-params: Add test for __printf_fp.
539 Sun Sep 28 12:09:04 1997  Mark Mitchell  <mmitchell@usa.net>
541         * iomanip.h: Use new friend <> syntax.
543 Sun Sep 28 12:04:21 1997  Jason Merrill  <jason@yorick.cygnus.com>
545         * libio.h: Don't use _IO_LOCK_T if it's not defined.
547 Fri Sep 26 20:56:41 1997
549         Based on a patch by H.J. Lu  (hjl@gnu.ai.mit.edu).
551         * Makefile.in (STDIO_OBJECTS): New. Defined as stdfiles.o.
552         (LIBIO_OBJECTS): Add $(STDIO_OBJECTS).
553         (PICFLAG): New, empty.  moved to here from config.shared.
555         * config.shared (DISTCLEAN): Add target-mkfrag.
556         (PICFLAG): Removed.
558         * configure.in (*-linux-gnulibc1): Remove warning.
559         (*-linux-gnu): Use linux.mt mtsafe.mt.
560         (alpha-*-linux*): Use mh-elfalphapic.
562         * gen-params (_G_ullong): Also check unsigned long long int.
563         (_G_llong): Also check long long int.
565         * libio.h (_IO_lock_t): Add support for the Linux libc 5.
566         (_IO_peekc): Defined as _IO_peekc_unlocked if _IO_MTSAFE_IO
567         is not defined.
569         * iostream.cc (__cvt_double): Fix a typo in declaration.
570         (info): Use expr != 0 to initialize the bit fields. Don't
571         initialize "extra" for the Linux libc 5.
573         * streambuf.h (_G_NEED_STDARG_H): Changed from _IO_NEED_STDARG_H.
575         * config/linux.mt (STDIO_OBJECTS): New, empty.
576         (MT_CFLAGS): Removed.
578         * config/linuxlibc1.mt: Rewrite.  it's identical to linux.mt but
579         IO_OBJECTS mentions files not in early libc5 versions.
581         * config/mtsafe.mt: New.
583         * dbz/Makefile.in (check): Support make -j.
585         * tests/tFile.cc (tempfile): Fix a typo.
587 1997-09-19 11:52  Jim Wilson  <wilson@cygnus.com>
589         * Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.
591 1997-09-17 04:08  Ulrich Drepper  <drepper@cygnus.com>
593         * iostream.cc: Add forward declaration for __cvt_double.
594         * libio.h: Define _IO_USE_DTOA is _G_HAVE_PRINTF_FP is not defined.
595         * strops.c (_IO_str_count): Correct last change.
597 1997-09-17 02:50  Ulrich Drepper  <drepper@cygnus.com>
599         * libioP.h: Define __set_errno if not already defined.
601 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
603         * config/linux.mt: Rewrite for use with glibc 2.
604         * config/linuxlibc1.mt: Old content of linux.mt, fir libc4 and
605         libc5.
607         * config.shared (COMPILE.c): Allow new flags in MT_CFLAGS be
608         passed.
609         (COMPILE.cc): Likewise.
611         * configure.in (*-linux*): Remove goal.  We now have...
612         (*-linux-gnulibc1): For libc4 and libc5.  Emit warning.
613         (*-linux-gnu)): For glibc 2.
614         Create links to find headers for multi-threading if necessary.
616         * fileops.c: Make thread-safe by using _IO_cleanup_region_start
617         etc to handle cancelation.  Acquire locks in functions which are
618         called directly.
619         (_IO_file_read, _IO_file_write): Remove dead code.
621         * include/empty.h: Define stub macros for locking.
623         * iolibio.h: Add prototypes for obstack printing functions.
625         * ioseekoff.c (_IO_seekoff): Lock stream before working.
626         * ioseekpos.c (_IO_seekpos): Likewise.
628         * iostream.cc: Add support for long double I/O.
629         Use __printf_fp from glibc is available.
630         Use _IO_cleanup_region_start to handle cancelation correctly.
631         * iostream.h (class ostream): Change opfx and osfx to lock/unlock
632         stream
633         (class istream): Likewise for ipfx, ipfx0, ipfx1, and isfx.
634         Declare new function lock and unlock for ostream and istream.
635         * osform.cc: Use _IO_cleanup_region_start to handle cancelation
636         correctly.
638         * libio.h: Update from glibc version.  Pretty printing.
639         * libioP.h: Likewise.
641         * outfloat.c: Only compile if _IO_USE_DTOA is defined.
643         * stdio/feof.c: Make thread safe.
644         * stdio/ferror.c: Likewise.
645         * stdio/getc.c : Likewise.
646         * stdio/putc.c : Likewise.
647         * stdio/stdio.h: Declare function of thread-safe API.
649         * stdio/obprintf.c: New file.
650         * stdio/vasprintf.c: New file.
652         * stdio-lock.h: Removed.
654         * stdstrbufs.c: Add definitions for thread-safe streams.
656         * streambuf.cc: Initialize lock.
658         * strops.c (_IO_str_count): Undo last change.
660         * tests/tFile.cc: Support parallel builds by avoiding fixed
661         name for test file.
663 Thu Sep 11 18:43:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
665         * Makefile.in (iostream.list): Remove STDIO_WRAP_OBJECTS.
667 Mon Sep  8 01:30:27 1997  Weiwen Liu    <liu@hepunix.physics.yale.edu>
669         * libio.h: Fix typo.
671 Sun Sep  7 23:00:18 1997  Jim Wilson  (wilson@cygnus.com)
673         * linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio.
675 Fri Sep  5 09:58:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
677         * Makefile.in (iostream.list): Instead of adding stdio.list, add
678         STDIO_WRAP_OBJECTS.
679         (iostream.list): Lose dependency on stmp-stdio, not necessary for
680         our stuff.  The stdio stuff is present here just for uniformity
681         with glibc.
683 Thu Sep  4 17:26:22 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
685         * parsestream.cc (general_parsebuf): Cast return of malloc to char*.
687 1997-09-04 16:11  Ulrich Drepper  <drepper@cygnus.com>
689         Change compared to version initially intended to in:
690         * strops.c (_IO_str_count): Still use _IO_write_ptr, not
691         _IO_write_end, for now.
693         * iofeof.c, ioferror.c, iofflush_u.c, iogetc.c, ioputc.c, peekc.c,
694         stdio-lock.h: New files.
696         * include: New dir.
697         * include/empty.h: New header.
699         * filedoalloc.c: Update and reformat copyright.
700         Don't use DEFUN.
701         Use __set_errno throughout the code to support multi-threaded
702         programs.
703         Correct layout to follow the Coding Standard.
704         Add casts to prevent warnings.
705         * fileops.c: Likewise.
706         * genops.c: Likewise.
707         * iofclose.c: Likewise.
708         * iofdopen.c: Likewise.
709         * iofflush.c: Likewise.
710         * iofgetpos.c: Likewise.
711         * iofgets.c: Likewise.
712         * iofopen.c: Likewise.
713         * iofprintf.c: Likewise.
714         * iofputs.c: Likewise.
715         * iofread.c: Likewise.
716         * iofsetpos.c: Likewise.
717         * ioftell.c: Likewise.
718         * iofwrite.c: Likewise.
719         * iogetdelim.c: Likewise.
720         * iogetline.c: Likewise.
721         * iogets.c: Likewise.
722         * iopadn.c: Likewise.
723         * iopopen.c: Likewise.
724         * ioputs.c: Likewise.
725         * ioseekoff.c: Likewise.
726         * iosetbuffer.c: Likewise.
727         * iosetvbuf.c: Likewise.
728         * iosprintf.c: Likewise.
729         * ioungetc.c: Likewise.
730         * iovsprintf.c: Likewise.
731         * iovsscanf.c: Likewise.
732         * libio.h: Likewise.
733         * libioP.h: Likewise.
734         * stdfiles.c: Likewise.
735         * strfile.h: Likewise.
736         * strops.c: Likewise.
738         * Makefile.in (IO_OBJECTS): Add peekc.o, iogetc.o, ioputc.o,
739         iofeof.o, and ioferror.o.
740         (iostream.list): Depend upon stmp-stdio.  Add the entries
741         from stdio.list to iostream.list.
742         (stmp-stdio): New name for what was the stdio/stdio.list rule.
743         All it now does is cd down into stdio and build stdio.list.
745         * configure.in (ALL): Add libiostream.a.
747         * libio.h [_IO_MTSFE_IO]: Include header declaring locking code.
748         Otherwise define opaque _IO_lock_t.
749         Define _IO_cookie_file.
750         Rename _IO_getc to _IO_getc_unlocked, _IO_peekc to _IO_peekc_unlocked,
751         _IO_putc to _IO_putc_unlocked, _IO_feof to _IO_feof_unclocked, and
752         _IO_ferror to _IO_ferror_unlocked.
753         Add prototypes for _IO_getc, _IO_putc, _IO_feof, _IO_ferror,
754         and _IO_peekc_locked.
755         Add declarations for _IO_flockfile, _IO_funlockfile, and
756         _IO_ftrylockfile.  If !_IO_MTSAFE_IO define _IO_flockfile,
757         _IO_funlockfile, _IO_ftrylockfile, _IO_cleanup_region_start, and
758         _IO_cleanup_region_end as empty macros.
760         * libioP.h: Change type of finish function to take an additional int
761         argument and change declaration of finish functions.
762         Add prototypes for _IO_seekoff and _IO_seekpos.
763         If _G_HAVE_MMAP is defined use stream buffers allocated with mmap.
764         Redefine FREE_BUF and ALLOC_BUF macros to help in both situations.
765         (FILEBUF_LITERAL): If we compile for a thread-safe library also
766         initialize lock member.
768         * filedoalloc.c: Take care for systems already defining _POSIX_SOURCE.
769         Keep name space clean on systems which require this.
770         (_IO_file_doallocate): Adopt ALLOC_BUF call for changed semantic.
772         * fileops.c: Keep name space clean on systems which require this.
773         (_IO_file_attach): Don't fail if seek failed because it's used on a
774         pipe.
775         (_IO_file_underflow): Update buffer pointers before calling `read'
776         since the `read' might not return anymore.
777         (_IO_file_overflow): If stream allows no writes set error flag.
778         (_IO_seekoff): Make sure that after flushing the file pointer in
779         the underlying file is exact.
780         (_IO_file_read): Don't restart `read' syscall if it return EINTR.
781         This violates POSIX.
782         (_IO_file_write): Likewise for `write'.
783         (_IO_cleanup): Install as exit handler in glibc.
785         * genops.c (_IO_setb): Correctly use FREE_BUF.
786         (_IO_default_doallocate): Correctly use ALLOC_BUF.
787         (_IO_init): Initialize lock in stream structure.
788         (_IO_default_finish): Destroy lock.
789         (_IO_get_column): Don't compile since it's not needed.
790         (_IO_nobackup_default): Likewise.
792         * iopopen.c: Take care for systems already defining _POSIX_SOURCE.
793         Correct _IO_fork and _IO_dup2 prototypes.
795         * iofclose.c: Acquire lock before starting the work.
796         * iofflush.c: Likewise.
797         * iofgetpos.c: Likewise.
798         * iofgets.c: Likewise.
799         * iofputs.c: Likewise.
800         * iofread.c: Likewise.
801         * iofsetpos.c: Likewise.
802         * ioftell.c: Likewise.
803         * iofwrite.c: Likewise.
804         * iogetdelim.c: Likewise.
805         * iogets.c: Likewise.
806         * ioputs.c: Likewise.
807         * iosetbuffer.c: Likewise.
808         * iosetvbuf.c: Likewise.
809         * ioungetc.c: Likewise.
811         * iofdopen.c: Create and initialize lock for new stream.
812         * iofopen.c: Likewise.
813         * iopopen.c (_IO_popen): Likewise.
814         * iovsprintf.c: Likewise.
815         * iovsscanf.c: Likewise.
817         * genops.c: Make weak aliases for various functions.
818         * iofclose.c: Likewise.
819         * iofdopen.c: Likewise.
820         * iofflush.c: Likewise.
821         * iofgetpos.c: Likewise.
822         * iofgets.c: Likewise.
823         * iofopen.c: Likewise.
824         * iofputs.c: Likewise.
825         * iofread.c: Likewise.
826         * iofsetpos.c: Likewise.
827         * ioftell.c: Likewise.
828         * iofwrite.c: Likewise.
829         * iogetdelim.c: Likewise.
830         * iogets.c: Likewise.
831         * ioputs.c: Likewise.
832         * iosetbuffer.c: Likewise.
833         * iosetvbuf.c: Likewise.
834         * ioungetc.c: Likewise.
835         * iovsprintf.c: Likewise.
836         * iovsscanf.c: Likewise.
838         * iofflush_u.c: New file.  fflush_unlocked implementation.
840         * iostream.h [_G_HAVE_LONG_DOUBLE_IO]: Declare real long double
841         output operator.
843         * peekc.c: New file.  Implement _IO_peekc_locked function.
845         * stdfiles.c: If we compile for a thread-safe library also define
846         lock variable.
848 Tue Aug 26 12:24:01 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
850         * testsuite/Makefile.in (check): Don't depend on site.exp.
851         (just-check): Depend on site.exp.
853 Wed Aug 20 02:01:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
855         * iostream.h: Add copy assignment ops for _IO_?stream_withassign.
857 Tue Jul 22 10:31:41 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
859         * config.shared (CHECK_SUBDIRS): Use install-sh, not install.sh.
861 Wed Jun 25 12:20:55 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
863         * config.shared (DOING_GPERF): Look for this, defining TOLIBGXX
864         and LIBS for it.
866 Wed Jun 18 11:03:34 1997  Bob Manson  <manson@charmed.cygnus.com>
868         * config.shared (FLAGS_TO_PASS): Don't include RUNTEST.
870 Tue Jun 17 22:23:48 1997  Bob Manson  <manson@charmed.cygnus.com>
872         * config.shared (FLAGS_TO_PASS): Pass RUNTEST and RUNTESTFLAGS.
874 Fri May 16 21:08:53 1997  Bob Manson  <manson@charmed.cygnus.com>
876         * iovfprintf.c: Declare __cvt_double before use.
878         * floatconv.c (d2b): Use _G_int32_t instead of int for the
879         e and bits parameters.
880         (_IO_strtod): Use _G_int32_t.
882         * gen-params: Look for NO_USE_DTOA and USE_INT32_FLAGS.
884         * strops.c (_IO_str_init_static): use _G_int32_t appropriately.
886         * libio.h: If _G_NO_USE_DTOA is set, then don't define
887         _IO_USE_DTOA.
889         * config/mn10200.mt: Don't use dtoa, it only works
890         for "real" doubles.
892 Thu May 15 17:44:12 1997  Bob Manson  <manson@charmed.cygnus.com>
894         * configure.in: Set CHECK_SUBDIRS to testsuite if we're doing
895         a cross compile.
897         * config.shared(check): Only run make check in the directories
898         specified by CHECK_SUBDIRS. Set CHECK_SUBDIRS to SUBDIRS
899         if it has no previous value.
901 Thu May  1 17:35:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
903         * Makefile.in (test, tpipe): Add $(CFLAGS).
905 Wed Apr 30 12:16:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
907         * configure.in: Don't turn on multilib here.
909 Sat Apr 26 13:38:21 1997  Bob Manson  <manson@charmed.cygnus.com>
911         * configure.in (configdirs): Add testsuite directory.
913         * testsuite/ChangeLog:
914         * testsuite/Makefile.in:
915         * testsuite/libio.tests/tiomanip.exp:
916         * testsuite/libio.tests/tstdiomisc.exp:
917         * testsuite/libio.tests/tiomisc.exp:
918         * testsuite/libio.tests/tFile.exp:
919         * testsuite/libio.tests/tfformat.exp:
920         * testsuite/libio.tests/tiformat.exp:
921         * testsuite/libio.tests/hounddog.exp:
922         * testsuite/libio.tests/putbackdog.exp:
923         * testsuite/configure.in:
924         * testsuite/lib/libio.exp:
925         * testsuite/config/default.exp:
926         New files for DejaGnu-style testsuite.
928 Fri Apr  4 03:16:44 1997  Ulrich Drepper  <drepepr@cygnus.com>
930         * configure.in: Enable multilibing by default.
931         Update multilib template to read config-ml.in.
933         * floatconv.c: Enable use in cross targets which use the
934         newlib ieeefp.h header.
936 Thu Jan 23 09:16:16 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
938         * libioP.h (_IO_file_attach): Delete redundant decl.
940 Tue Jan 21 22:13:45 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
942         * streambuf.h (class ios): Take out STREAMSIZE member, since we
943         only need (and should only have) the global one.
945 Tue Jan  7 14:02:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
947         * iostream.h (long long fns): Use __extension__.
949         * gen-params: Use _G_llong and _G_ullong instead of long long for
950         deduced types.
952 Fri Dec  6 13:13:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
954         * dbz/dbz.c: Use off_t.
956 Sat Nov 23 15:44:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
958         * Makefile.in (install): Don't install _G_config.h with other headers.
960 Mon Nov 18 17:12:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
962         * config.shared (SUBDIRS): Use -O instead of -O3 for debugging.
964 Sun Nov  3 12:43:34 1996  Jason Merrill  <jason@yorick.cygnus.com>
966         * iostream.cc (write_int): Treat string literals as const.
968 Thu Sep 26 10:09:18 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
970         * depend: Regenerate.
972 Wed Sep 25 22:54:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
974         * config.shared (depend.new): Deal with headers that don't end in .h.
976 Thu Aug 29 17:05:53 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
978         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
980 Mon Aug  5 01:26:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
982         * config{ure.in,.shared} (DISTCLEAN): Add multilib.out.
984 Fri Aug  2 17:39:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
986         * libio.h (NULL): Use __null.
987         * libioP.h (NULL): Ditto.
988         * streambuf.h (NULL): Ditto.
989         * ioextend.cc (get_array_element): Use NULL instead of (void*)0.
991 Fri Jul  5 18:26:41 1996  Jim Wilson  <wilson@cygnus.com>
993         * strfile.h (struct _IO_streambuf): New struct type.
994         (struct _IO_strfile): Use it.
996 Tue Jun 18 18:24:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
998         * fstream.h (fstreambase): Make __my_fb mutable.
999         From Joe Buck.
1001 Tue Jun 18 11:03:53 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1003         * dbz/fake.c (main): Set return type to int.
1004         * dbz/dbzmain.c (main): Likewise.
1005         * dbz/byteflip.c (main): Likewise.
1007 Mon Jun 17 14:05:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
1009         * gen-params: Check if clog conflicts with system libraries.
1010         * stdstreams.cc: If it does, use __IO_clog.
1011         * iostream.h: Likewise.
1013 Tue Jun 11 13:39:31 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1015         * stdiostream.h (istdiostream (FILE*)): Put istream base
1016         initializer before init for __f.
1017         (ostdiostream (FILE*)): Likewise for ostream base init.
1019 Tue May 14 11:47:21 1996  Per Bothner  <bothner@andros.cygnus.com>
1021         * strfile.h (_IO_str_fields):  Removed _len field.
1022         (_IO_STR_DYNAMIC, _IO_STR_FROZEN):  new macros.
1023         * strstream.h (strstreambuf::is_static):  Removed.
1024         (strstreambuf::frozen):  Use _IO_STR_DYNAMIC instead of is_static.
1025         * strstream.h, strstream.cc:  Remove support for !_IO_NEW_STREAMS.
1026         * strstream.cc (strstreambuf::init_dynamic):  Don't set _s._len.
1027         * strops.c (_IO_str_init_static):  Better handling of the
1028         negative (== unbounded) size case.
1029         (_IO_str_overflow, _IO_str_underflow, _IO_str_count):  Re-write
1030         to not use _s._len, and otherwise cleanup/fix.
1031         * strstream.h, strstream.cc (strstreambase::strstreambase()):  Call
1032         ios::init here.
1033         (other constructors):  Simplify - init already called.
1035 Tue May 14 10:55:21 1996  Per Bothner  <bothner@deneb.cygnus.com>
1037         Change so that strstreambuf default constructor does no allocation.
1038         * strstream.h (strstreambuf::init_dynamic):  Default initial size = 0.
1039         * strstream.cc (strstreambuf::init_dynamic):  Don't allocate a
1040         buffer (yet) if initial_size is 0.
1041         * strops.c (_IO_str_overflow):  Add 100 to size of re-allocated
1042         buffer, to handle case when initial size is 0.
1044         * iostdio.h (remove, rename, tmpfile, tempnam):  Comment out.
1046 Mon May 13 23:19:39 1996  Per Bothner  <bothner@deneb.cygnus.com>
1048         * fileops.c (_IO_file_close_it):  Just call _IO_do_flush rather
1049         than _IO_file_sync, to avoid useless lseek.
1051 Tue May 14 10:48:48 1996  Jason Merrill  <jason@yorick.cygnus.com>
1053         * floatconv.c (_IO_strtod): Force rv into the stack.
1055         * config.shared (gxx_includedir): Now $(includedir)/g++.
1057 Sat Apr 27 02:37:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
1059         * libioP.h (JUMP*): Implement for thunks.
1060         (_IO_jump_t): Add second dummy field for thunks.
1062 Thu Apr 25 13:20:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
1064         * config.shared (CXX): Use gcc, not g++.
1066 Wed Apr 24 10:29:50 1996  Doug Evans  <dje@blues.cygnus.com>
1068         * config.shared (depend.new): Delete $(srcdir)/ from foo.{c,cc}
1069         for SunOS VPATH.
1070         * depend: Regenerated.
1072 Fri Apr 19 17:24:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
1074         * Version 2.8.0b3.
1076 Wed Apr 10 17:16:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
1078         * configure.in (ALL): Don't build iostream.a.
1080 Mon Apr  8 14:44:11 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1082         * iosetvbuf.c (_IO_setvbuf):  Clear _IO_UNBUFFERED unless _IONBF.
1084 Mon Apr  8 15:08:23 1996  Ian Lance Taylor  <ian@cygnus.com>
1086         * configure.in: Permit --enable-shared to specify a list of
1087         directories.
1089 Fri Apr  5 17:48:56 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1091         * config.shared (MOSTLYCLEAN):  Also remove ${EXTRA_MOSTLYCLEAN}.
1093 Fri Mar 22 23:25:00 1996 Ulrich Drepper  <drepepr@gnu.ai.mit.edu>
1095         * genops.c (_IO_sputbackc, _IO_sungetc): Clear EOF flag if putsh
1096         back was successful.
1098 Wed Mar 27 11:54:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
1100         * Version 2.8.0b2.
1102 Fri Mar 22 15:39:36 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1104         * fileops.c (_IO_do_write):  Revert previous fix.  (It fails to
1105         handle the case that fp->_IO_read_end != fp->_IO_write_base.)
1106         (_IO_file_overflow):  Instead, if _IO_read_ptr is at the end of
1107         the buffer, reset all the read pointers to _IO_buf_base.
1109 Tue Mar 12 12:03:17 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1111         * fileops.c (_IO_do_write):  Even if to_do==0, must re-set buffer
1112         pointers.  Bug and solution from Luke Blanshard <luke@cs.wisc.edu>.
1114 Wed Feb 28 10:00:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
1116         * Version 2.8.0b1.
1118 Tue Feb 27 18:08:16 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1120         * iopopen.c (_IO_proc_open):  Use (char*)0 rather than imprecise NULL.
1122         * streambuf.h (ios):  Add ios::binary;  deprecate ios::bin.
1123         * filebuf.cc (filebuf::open):  Handle ios::binary.
1125 Fri Feb  9 12:40:19 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1127         * cleanup.c (_IO_cleanup_registration_needed) [!_G_HAVE_ATEXIT]: Init
1128         to NULL.
1129         * filedoalloc.c (_IO_cleanup_registration_needed): Remove decl.
1131 Thu Feb  8 08:12:50 1996  Brendan Kehoe  <brendan@cygnus.com>
1133         * filedoalloc.c (_IO_cleanup_registration_needed): Revert previous
1134         change, since cleanup.c only defines it if _G_HAVE_ATEXIT.
1136 Wed Feb  7 15:10:17 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1138         * filedoalloc.c (_IO_cleanup_registration_needed): Declare as extern.
1140 Tue Dec 12 17:21:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1142         * indstream.h, instream.cc (indirectbuf::uflow):  New method.
1143         * indstream.cc (indirectbuf::underflow):  Fix to use sgetc, not sbumpc.
1144         Fixes bug reported by Kevin Beyer <beyer@cs.wisc.edu>.
1146         * indstream.cc (indirectbuf::seekpos):  Add paranoia test.
1148 Fri Dec  8 14:55:34 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1150         * stream.h:  Add warning to not use these functions.
1151         * stream.cc (str, chr):  Re-implement here (from libg++).
1153 Tue Nov 28 15:07:01 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1155         * config.shared:  Use test instead of [ to avoid DEC Unix lossage.
1157 Thu Nov 23 14:51:43 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1159         * iopopen.c: Move #include <sys/types.h> ahead of #include <signal.h>
1160         to deal with BSDI's literal implementation of Posix.
1162 Sat Nov 25 11:21:55 1995  Doug Evans  <dje@canuck.cygnus.com>
1164         * Makefile.in (install): Set rootme.
1165         * config.shared (TOPDIR): Set with ${foo-...} rather than ${foo=...}.
1166         (INSTALL): Handle absolute, dot, relative-not-dot values of srcdir.
1167         (TEXIDIR): Likewise.
1169 Tue Nov 21 14:12:05 1995  Ian Lance Taylor  <ian@cygnus.com>
1171         * configure.in: Check ${with_cross_host} rather than comparing
1172         ${host} and ${target}.
1174 Mon Nov 20 13:55:29 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1176         * configure.in: Match *-sco3.2v[45]*.
1178 Wed Nov 15 20:19:31 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1180         * config.shared (FLAGS_TO_PASS): Also pass SHLIB and SHCURSES.
1182 Tue Nov 14 01:41:08 1995  Doug Evans  <dje@canuck.cygnus.com>
1184         * config.shared (TO_REAL_TOPDIR): Define.
1185         (MULTITOP): Deleted.
1186         (MULTISRCTOP, MULTIBUILDTOP): New.
1187         (TOPDIR): Change MULTITOP to MULTIBUILDTOP, and use TO_REAL_TOPDIR.
1188         (INSTALL): Add with_multisrctop, TO_REAL_TOPDIR.
1189         (TEXIDIR): Use TO_REAL_TOPDIR.
1190         (LIBS): Delete MULTITOP.
1191         (FLAGS_TO_PASS): Add NM.
1192         (CXXINCLUDES): Delete MULTITOP.
1193         (depend.new): Delete adding MULTITOP to ../ build tree references.
1194         Add MULTISRCTOP to ../ source tree references.
1195         * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
1196         instead of cfg-ml-pos.in.
1198 Sun Nov 12 16:30:48 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1200         * Makefile.in (VERSION):  Set to 2.7.1.
1201         * configure.in:  Add warning for Linux.
1202         * config.shared (DISTCLEAN):  Add EXTRA_DISTCLEAN.
1204         * editbuf.h (edit_mark::index_in_buffer):  Avoid unused param warning.
1206         * iostream.cc (istream::operator>> (char*)):  Improve ANSI compliance.
1208 Fri Nov 10 08:41:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1210         * config.shared (check): Add missing semicolon.
1212 Thu Nov  9 17:27:22 1995  Jason Merrill  <jason@yorick.cygnus.com>
1214         * configure.in (ALL): Remove $(OSPRIM_OBJECTS).
1215         * config.shared (check): Set LD_LIBRARY_PATH.
1216         * NEWS: Fix typo.
1217         * iogetdelim.c (_IO_getdelim): Index *lineptr, rather than lineptr.
1218         From alan@spri.levels.unisa.edu.au (Alan Modra).
1220 Mon Nov  6 15:03:33 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1222         * streambuf.cc, editbuf.cc, isgetline.cc, parsestream.cc:
1223         Fixes to avoid -Wall warnings.
1225 Fri Nov  3 16:41:41 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1227         * gen-params [!__STDC__]: Include varargs.h instead of stdarg.h.
1229 Thu Nov  2 15:04:03 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1231         * config.shared:  Re-write if X then Y else true fi to (not X) || Y.
1233 Wed Nov  1 13:26:44 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1235         * iostream.h (istream::ipfx):  Add default argument value.
1236         Reported by Yotam Medini <yotam_medini@tmai.com>.
1238         * libioP.h (_IO_blen):  Fix typo.
1239         Reported by Bryan T. Vold <btv@ldl.healthpartners.com>.
1241 Fri Oct 27 19:26:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1243         * Makefile.in (_G_config.h):  Set CC to $(CC) rather than to $(CXX),
1244         now that CXX defaults to g++ and CC default to gcc (when found).
1245         * config.shared:  Simplify CXX and CC, since they get overridden
1246         by ../configure anyway.
1248 Wed Oct 25 19:45:50 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1250         * iostdio.h: Wrap including the file with #ifndef _IOSTDIO_H.
1252 Wed Oct 25 11:14:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1254         * libio.h (_IO_seekoff, _IO_seekpos):  New declarations.
1255         * libioP.h (_IO_seekoff, _IO_seekpos):  Remove declarations.
1256         * libioP.h:  Cleanup;  remove old !_IO_UNIFIED_JUMPTABLES stuff.
1258         * filebuf.cc (filebuf::~filebuf):  Only call SYSYCLOSE if currently
1259         open.  Bug found by Martin Gerbershagen <ger@ezis-ulm.de>.
1261         * streambuf.h (streambuf::pubseekoff, streambuf::pubseekpos):
1262         Added, from ANSI draft.
1263         * filebuf.cc (filebuf::open), iostream.cc (variables places), SFile.cc:
1264         Use pubseekoff/pubseekpos rather than sseekoff/sseekpos.
1266         * Makefile.in (install):  Don't install libiostream.a.
1268         * filedoalloc.c:  Also #include <unistd.h>.
1270 Mon Oct  9 18:09:54 1995  Jason Molenda  <crash@phydeaux.cygnus.com>
1272         * config.shared (SUFFIXES): add .c.
1274 Tue Sep 26 16:08:01 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1276         * procbuf.cc:  Move #pragma implementation to beginning.
1278 Wed Sep 20 17:53:33 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1280         * procbuf.h, procbuf.cc:  Add #pragma interface/implementation stuff.
1282 Wed Sep 20 18:59:00 1995  John Eaton  <jwe@bevo.che.wisc.edu>
1284         * procbuf.h: Protect from being included multiple times.
1286 Wed Sep 20 15:47:14 1995  John Eaton <jwe@bevo.che.wisc.edu>
1288         * procbuf.h (procbuf):  Add '_next' pointer field for compatibility
1289         with _IO_proc_file.
1291 Wed Sep 20 13:54:02 1995  Ian Lance Taylor  <ian@cygnus.com>
1293         * config.shared: Add support for maintainer-clean target as a
1294         synonym for realclean.
1295         * dbz/Makefile.in: Likewise.
1297 Mon Sep 11 12:11:19 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1299         * iopopen.c:  #include <sys/types.h> before <sys/wait.h>.
1300         This is in accordance with Posix, and needed for ISC.
1302 Fri Sep  8 00:11:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1304         * gen-params: Use double quotes in the eval setting $TYPE to
1305         $VALUE, to preserve any single quotes in $VALUE.
1307 Mon Aug 21 11:39:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1309         * gen-params: Test for an appropriate version of gcc before using
1310         mode attributes.
1312         * config.shared: Add $(PICDIR) to $ALL.
1314 Mon Aug  7 17:51:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1316         * gen-params:  Generate new macro _G_HAVE_SYS_CDEFS.
1317         * libio.h:  If _G_HAVE_SYS_CDEFS, get __P from <sys/cdefs.h>.
1319 Fri Aug  4 23:21:17 1995  Paul Eggert  <eggert@twinsun.com>
1321         * gen-params: When following typedef changes, allow typedefs
1322         that do not have a space before the defined type name,
1323         e.g. `typedef void *__gnuc_va_list;' as in Linux.  Also,
1324         not require a space in the definiens, e.g. `typedef void*foo;'.
1326 Thu Aug  3 17:54:15 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1328         * iostream.h, iostream.cc (istream::sync):  Added missing method.
1330 Thu Aug  3 17:49:34 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1332         * configure.in:  Remove netbsd special case.
1333         * config/netbsd.mt:  Removed;  no longer used.
1335 Tue Jun 20 16:07:12 1995  Paul Eggert  <eggert@twinsun.com>
1337         * gen-params: Take transitive closure of `typedef' relation.
1338         This is needed for BSD/OS 2.0, which has
1339         fpos_t -> off_t -> quad_t -> long long.
1341 Mon Jul 24 18:28:10 1995  Doug Evans  <dje@canuck.cygnus.com>
1343         * config.shared (TOPDIR): Delete extra '/', $rootme may be empty.
1345 Sat Jul 22 13:27:45 1995  Doug Evans  <dje@canuck.cygnus.com>
1347         * config.shared (depend.new): Fix quoting in DO NOT EDIT line.
1349         * Makefile.in (_G_config.h): Add multilib support.
1350         (install): Likewise.
1351         * config.shared: Likewise.
1352         * configure.in: Likewise.
1354 Wed Jun 28 17:40:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1356         * PlotFile.h, SFile.h, builtinbuf.h, editbuf.h, fstream.h,
1357         indstream.h, iomanip.h, iostream.h, parsestream.h, pfstream.h,
1358         procbuf.h, stdiostream.h, stream.h, streambuf.h, strstream.h: Wrap
1359         with extern "C++".
1361 Thu Jun 22 04:34:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1363         * gen-params: Surround attributes with __.
1365 Mon Jun 19 00:33:22 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1367         * config.shared (SUBDIRS): Massage broken shells that require
1368         'else true'.
1370 Sat Jun 17 11:25:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1372         * streambuf.h: Declare inline members inline in class.
1374 Thu Jun 15 20:45:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1376         * Makefile.in (VERSION):  Update to version 2.7.0.
1378 Wed Jun 14 21:41:11 1995  Jason Merrill  <jason@python.cygnus.com>
1380         * Makefile.in (STDIO_WRAP_OBJECTS): Remove stdfiles.o.
1381         (LIBIO_OBJECTS): Add stdfiles.o.
1383 Wed Jun  7 16:11:36 1995  Jason Merrill  <jason@python.cygnus.com>
1385         * config.shared (all): Appease bash.
1387 Wed Jun  7 11:16:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1389         * configure.in (MOSTLYCLEAN): Remove stamp-picdir.
1391         * config.shared (MOSTLYCLEAN): Ditto.
1392         (CLEAN): Don't.
1394 Mon Jun  5 18:29:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1396         * config/mh-*pic: Removed.
1398         * configure.in (MOSTLYCLEAN): Remove pic objects.
1399         (frags): Use toplevel pic fragments.
1401         * config.shared (CXXFLAGS): Use -O3.
1402         (PICFLAG, PICDIR): New macros.
1403         (all): Depend on $(PICDIR).
1404         (FLAGS_TO_PASS): Pass PICFLAG.
1405         (.x.o): Also build pic object.
1406         (stamp-picdir): Create directory for pic objects.
1407         (MOSTLYCLEAN): Remove pic objects.
1408         (CLEAN): Remove stamp-picdir.
1410         * Makefile.in (iostream.list): Depend on stamp-picdir.
1411         (c++clean): Don't remove _G_config.h.
1413 Mon Jun  5 15:03:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1415         * strstream.h, strstream.cc (strstream::strstream()):  Re-implement to
1416         be like ostrstream::ostrestream(), and not leak memory.
1418         * streambuf.h:  Use #if !_IO_UNIFIED_JUMPTABLES instead of #ifndef.
1420         * iolibio.h (_IO_rewind):  Add missing flags when calling _IO_seekoff.
1422 Thu May 25 22:30:21 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
1424         * config/netbsd.mt (G_CONFIG_ARGS): Add defn for off_t.  Another
1425           layer of typedefs has been added and the gen-params script can
1426           not handle it.
1428 Wed May 10 03:02:58 1995  Jason Merrill  <jason@python.cygnus.com>
1430         * iolibio.h (_IO_rewind): Add new argument to _IO_seekoff.
1432         * config/linux.mt (LIBIOSTREAM_OBJECTS): Include $(STDIO_WRAP_OBJECTS).
1433         (LIBIOSTREAM_DEP): Include stdio.list.
1434         (LIBIOSTREAM_USE): Include `cat stdio.list`.
1436         * Makefile.in (LIBIOSTREAM_DEP): New variable.
1437         (LIBIOSTREAM_USE): Ditto.
1438         (libiostream.a): Use them.
1439         (iostream.list): Ditto.
1440         (stdio.list): New rule.
1441         (stdio/stdio.list): Ditto.
1443 Tue May  9 18:29:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1445         * libioP.h (_IO_jump_t): Change TYPE for __dummy from int to
1446         _G_size_t.
1448 Sat May  6 13:50:37 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1450         * libio.h (_IO_UNIFIED_JUMPTABLES):  #define as true.
1451         (_IO_FILE):  Remove _jumps field (#if _IO_UNIFIED_JUMPTABLES).
1453         * libioP.h (enum _IO_seekflags_):  Removed.
1455         * libioP.h (_IO_setbuf_t):  Change return value of setpos jumptable
1456         function to match C++ streambuf::setpos.  (Return NULL on failure.)
1457         * fileops.c (_IO_file_setbuf), genops.c (_IO_default_setbuf),
1458         filebuf.cc, iosetvbuf.c:  Update to use new setbuf conventions.
1460         * streambuf.h (streambuf):  Re-order virtual functions more logically.
1461         * streambuf.cc (streambuf::uflow), streambuf.h:  New virtual.
1462         * libioP.h (struct _IO_jump_t):  Define using new JUMP_FIELD macro.
1463         And re-order in more logical order consistent with streambuf vtable.
1464         * fileops.c (_IO_file_jumps), iopopen.c (_IO_proc_jumps), iovfprintf.c
1465         (_IO_helper_jumps), streambuf.cc (_IO_streambuf_jumps), strops.c
1466         (_IO_str_jumps):  Update accordingly, using JUMP_INIT macro.
1467         * stdfiles.c:  Set vtable to point to _IO_file_jumps.
1468         * filebuf.cc, iopopen.c, iovfprintf.c (helper_vfprintf), iovsprintf.c,
1469         iovsscanf.c:  Use macros and #if to set jumptables.
1471         * streambuf.c:  _IO_streambuf_jumps and the _IO_sb_* methods are not
1472         needed #if _IO_UNIFIED_JUMPTABLES.
1473         * filebuf.cc (filebuf::__new):  Also no longer needed.
1474         * fstream.cc (fstreambase::__fb_init, fstreambase::fstreambase):  Fix.
1475         * stdstrbufs.c:  Use filebuf vtable instead of builtinbuf's.
1476         * builtinbuf.h, builtinbuf.cc (builtinbuf):  Commented out #if
1477         _IO_UNIFIED_JUMPTABLES - no longer needed.
1478         * strstream.cc (SET_STR_JUMPS):  Does nothing now.
1480         * builtinbuf.cc, fileops.c, genops.c, iofgetpos.c, iofsetpos.c,
1481         ioftell.c, iopopen.c, ioseekoff.c, ioseekpos.c, iosetvbuf.c,
1482         iovfprintf.c, iovfscanf.c, strops.c:  Use DEFUN and DEFUN_VOID.
1483         * filebuf.cc, fileops.c, genops.c, iopopen.c, ioseekoff.c, ioseekpos.c,
1484         iosetvbuf.c, iovfscanf.c:  Use new JUMP_* and IO_OVERFLOW/... macros.
1486         * libioP.h (_IO_seekpos_t):  Third arg is now an int (using _IOS_INPUT
1487         and _IOS_OUTPUT), not an enum _IO_seekflags_.  Flags values are
1488         changed, and their sense inverted (to match streambuf::seekpos).
1489         * libioP.h (_IO_seekoff_t):  Similarly match streambuf::seekoff.
1490         * filebuf.cc, fileops.c (_IO_file_fopen, _IO_file_seekoff), genops.c
1491         (_IO_default_seekpos, _IO_default_seekpos), iofgetpos.c, iofsetpos.c,
1492         iolibio.h (_IO_fseek), ioftell.c, ioseekoff.c, ioseekpos.c,
1493         iostream.cc, streambuf.cc, strops.c (_IO_str_seekoff), strstream.cc:
1494         New seekpos/seekoff conventions.
1495         * iostreamP.h (convert_to_seekflags):  Removed - no longer needed.
1497         * iolibio.h (_IO_fread):  New declaration.
1499         * dbz/Makefile.in:  Re-arrange for cleaner dependencies.
1501 Fri May  5 15:55:22 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1503         * libioP.h (_IO_JUMPS. JUMP_FIELD, JUMP0, JUMP1, JUMP2, JUMP3,
1504         JUMP_INIT, _IO_FINISH, _IO_OVERFLOW, ... _IO_SYSSTAT):  New macros
1505         in preparation for new unified jumptable/vtable implementation.
1506         * cleanup.c, filedoalloc.c, iofclose.c, iofflush.c, iofiledoalloc.c,
1507         ioprims.c, iosetbuffer.c, iostrerror.c, ioungetc.c:  Use DEFUN.
1508         * filedoalloc.c, iofclose, iofflush, iosetbuffer.c:  Use new macros.
1510         * iofopen.c, iofdopen.c:  Use macros and #if for new jumptables.
1512         * gen-params:  Do not #include <sys/types.h>.
1513         Add missing quote in 'eval'.
1514         Do add #include <sys/types.h> in test for <sys/resource.h>.
1515         * config/netbsd.mt:  New file, defining _G_CONFIG_ARGS (for fpos_t).
1516         * configure.in:  Use netbsd.mt for NetBSD.
1518 Wed May  3 15:03:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1520         * libioP.h (DEFUN, DEFUN_VOID, AND):  New macros, from ansidecl.h.
1521         * iofdopen.c, iofgets.c, iofopen.c, iofputs.c, iofread.c, iofwrite.c,
1522         iogetdelim.c, iogetline.c, iogets.c, ioignore.c, iopadn.c, ioperror.c,
1523         ioputs.c, iovsprintf.c, iovsscanf.c, outfloat.c:  Use DEFUN.
1525 Mon May  1 16:22:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1527         * gen-params: #include <sys/types.h>.  Don't use __WCHAR_TYPE__ in
1528         definition of _G_wchar_t.  Use __attribute__ ((mode)) to get
1529         specific-sized ints under gcc, don't worry about int8 or int64
1530         otherwise.  Provide defaults if deduction fails.
1532 Thu Apr 27 18:27:53 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1534         * streambuf.h (ios::~ios):  Delete _arrays.
1535         (_IO_NEW_STREAMS):  Turn on.
1536         * libio.h (__adjust_column):  Remove bogus declaration.
1537         * genops.c (_IO_set_column):  Fix typo (in commented-out code).
1539 Tue Apr 25 17:14:29 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1541         * config.shared (CXXINCLUDES): Use a shell variable with a
1542         different name from the make variable.
1543         * configure.in: Update accordingly.
1545 Mon Apr 17 17:19:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1547         * streambuf.h (__adjust_column):  Remove redundant declaration.
1549 Sat Apr 15 11:39:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1551         * config.shared (do-clean-dvi):  Also remove *.cps.
1553         * gen-params:  Use ${SED} instead of sed.
1555         * libio.h:  Remove #if'd out stuff (confuses makedepend).
1557         * stdstreams.cc (STD_STR):  Standard streams start with ios::dec set.
1559 Fri Apr 14 23:46:31 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1561         * iostream.h, iostream.cc (istream::read, ostream::write):
1562         Use streamsize for the length parameter.
1564         * streambuf.h:  Removed redundant __overflow and __underflow.
1566         * fstream.h, fstream.cc: Add void fstreambase::attach(int).
1568         * iosscanf.c (_IO_sscanf):  Fix non-__STDC__ missing declaration.
1570 Mon Apr  3 15:40:55 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1572         * indstream.*: Fix prototypes of xsputn and xsgetn.
1574         * fileops.c: Avoid ??? trigraph.
1576 Mon Mar 27 16:16:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1578         * iomanip.h (operator<< (ostream&, const omanip<TP>&): Define
1579         separately.
1580         (operator>> (istream&, const imanip<TP>&): Ditto.
1582 Mon Mar 27 08:56:00 1995  Brendan Kehoe  (brendan@lisa.cygnus.com)
1584         * builtinbuf.cc (builtinbuf::setbuf): Cast NULL to streambuf*, to
1585         avoid warning/error about conversion from void*.
1586         * indstream.cc (indirectbuf::seekoff): Likewise.
1587         (indirectbuf::seekpos): Likewise.
1588         * filebuf.cc (filebuf::setbuf): Likewise.
1589         (filebuf::close): Cast NULL to filebuf*.
1591 Wed Mar  1 14:23:18 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1593         * configure.in (DISTCLEAN):  Add, with target-mkfrag.
1595 Fri Feb 24 01:01:08 1995  Jason Merrill  <jason@python.cygnus.com>
1597         * configure.in (frags): Don't require so many dashes in the
1598         canonical target name.
1600 Sat Feb 18 13:18:30 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1602         * streambuf.cc (streambuf::sync):  Always return 0, even for
1603         non-flushed output.  This is required by the ANSI/ISO draft.
1604         * genops.c (_IO_sync):  Likewise always return 0.
1606 Fri Feb 17 16:33:28 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1608         * fileops.c (_IO_file_close_it):  Call _IO_file_sync, rather
1609         than _IO_do_flush, because we want to adjust the file pointer
1610         if reading and not at end (as in SVR4, and as in fflush).
1611         Also, make sure to return error indication if sync fails.
1612         (_IO_file_sync):  Ignore seek error if it is ESPIPE.
1613         (_IO_file_seekoff):  If not readable, do dumb lseek.
1614         * iofclose.c (_IO_fclose):  If closing a non-filebuf, return -1
1615         if _IO_ERR_SEEN.
1617 Fri Feb 17 19:31:00 1995  Ian Lance Taylor  <ian@cygnus.com>
1619         * gen-params: Check for struct tms in <sys/times.h>, defining
1620         HAVE_SYS_TIMES accordingly.
1622 Wed Feb 15 21:05:11 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1624         * strops.c (_IO_str_count):  Use LEN macro.
1625         (_IO_str_seekoff):  Update _len field.
1627 Mon Feb  6 19:29:00 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1629         * gen-params: Default to short, long and long long for 16, 32 and
1630         64 bit types, in case detection fails.
1632 Wed Jan 25 18:07:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1634         * gen-params (_G_wint_t): Allow for broken promotions.
1636 Tue Jan 24 16:15:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1638         * stdstrbufs.cc (_IO_fake_stdiobufs):  Add an extra layer of struct,
1639         to force correct alignment on i960s.
1640         (DEF_STDIOBUF, _IO_{stdin,stdout,stderr}_buf):  Update accordingly.
1642 Thu Jan 19 18:30:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1644         * config.shared (CXXINCLUDES): Add libstdc++ to includes for
1645         building libg++.
1646         (LIBS): Also link with libstdc++ when building libg++ toys.
1647         Don't set EXPORT_ALL_VARIABLES; users will have to set
1648         LD_LIBRARY_PATH themselves.
1650 Fri Dec 30 16:38:13 1994  Mike Stump  <mrs@cygnus.com>
1652         * config/linux.mt: Fix build problem on linux 1.0.8.
1654 Thu Dec 22 11:49:45 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
1656         * config/netware.mt: Use gcc to pre-link iostream.nlm's objects
1657           instead of using nlmconv, so that references to functions in
1658           libgcc.a are resolved.
1660         * configure.in: Append .mt to target makefile fragment file names.
1662         * floatconv.c (tens, tinytens, bigtens): Added const qualifier.
1664 Tue Dec 20 09:59:50 1994  Mike Stump  <mrs@cygnus.com>
1666         * gen-params (VTABLE_LABEL_PREFIX): Since some systems have GNU nm
1667         as nm, and they demangle by default, we have to notice this, and
1668         try --no-cplus (linux) or --no-demangle when running nm.
1670 Wed Dec 14 18:13:58 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1672         * gen-params:  To determine vt-name-mangling using dummy.C add
1673         #include and #prama interface/implementation to avoid problem with
1674         assemblers that don't emit local symbols.  Reported under HPUX 8
1675         by Thomas Arend <arend@blasius.Chemietechnik.Uni-Dortmund.DE>.
1677         * streambuf.h (ios::ios):  Move inline definition after
1678         that of ios::init (which ios::ios calls).
1680 Sun Dec  4 19:50:32 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1682         * fileops.c (_IO_file_init, _IO_file_close_it, _IO_file_sync):
1683         Set _offset to _IO_pos_BAD, to support applications that follow
1684         POSIX.1 rules on mixing file handles.
1686         * fileops.c (_IO_file_overflow):  Handle case that buffer was
1687         allocated (perhaps by setvbuf) but _IO_write_base is still 0.
1689         * iostdio.h (setbuffer):  #define as _IO_setbuffer.
1690         * streambuf.h, filebuf.cc:  Removed filebuf::do_write.
1692 Tue Nov 29 23:38:57 1994  Per Bothner  (bothner@rtl.cygnus.com)
1694         * floatconv.c (setword0, setword1):  Fix typo.
1696 Tue Nov 29 15:37:29 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1698         * config.shared:  Move -fno-implicit-template from CXXFLAGS
1699         to LIBCXXFLAGS.  Tests are better run without it.
1701         * floatconv.c (word0, word1):  Re-place/re-implement using unions
1702         instead of casts to avoid optimizer problems.
1704         * dbz/dbzmain.c:  Renamed dirname -> dir_name to avoid OSF
1705         header file braindamage.
1707 Sat Nov  5 19:44:00 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1709         * config.shared (LIBCFLAGS): Define.
1710         (LIBCXXFLAGS): Define.
1711         (DOING_LIBGXX): Define TOLIBGXX.  Change LIBS to use -lg++.  Add
1712         LD_LIBRARY_PATH and .EXPORT_ALL_VARIABLES:.
1713         (FLAGS_TO_PASS): Add LIBC{,XX}FLAGS.
1714         (XC{,XX}FLAGS): Set to LIBCFLAGS or CFLAGS depending on $LIBDIR.
1715         (COMPILE.c): Define, use in .c.o rule.
1716         (COMPILE.cc): Define, use in .cc.o rule.
1718 Sat Nov  5 15:12:12 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1720         * Makefile.in (VERSION):  Update to 0.67.
1722         * streambuf.h (ios::dont_close):  Is now set by default.
1723         * fstream.h, fstream.cc (__fb_init):  New function.  Clears
1724         ios::dont_close.  Change fstreambase constructors to call it.
1725         * strstream.cc:  *strstream constructors must clear ios::dont_close.
1726         * iostream.cc:  Simplify - don't need to set ios::dont_close.
1727         * ioassign.cc:  Simplify - assume ios::dont_close is always set.
1729         * fstream.h, fstream.cc:  If _IO_NEW_STREAMS, put the
1730         filebuf as a member __my_fb.
1731         * strstream.{h,cc}:  Likewile use a strstreambuf member __my_sb.
1732         * streambuf.h, stdstreams.cc, ioextend.cc:
1733         Fix if _IO_NEW_STREAMS to not use ios::dont_close.
1735         * streambuf.h (class ios):  Move rdbuf later, to avoid
1736         inability of g++ to inline.
1737         * filebuf.cc (filebuf::~filebuf):  Call _IO_do_flush.
1739         * config.shared:  Emit rules to make depend.
1740         * depend:  New file.
1742 Fri Nov  4 17:19:11 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1744         * README:  Fix typos.
1745         * libio.h:  Add comment.  Update Copyright notice.
1747 Fri Nov  4 21:46:30 1994  Paul Eggert  <eggert@twinsun.com>
1749         * libio.h (__P): Change argument name spelling from
1750         `paramlist' to `protos' for compatibility with BSDI 1.1.
1752 Thu Nov  3 00:45:16 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1754         * config.shared (CXXFLAGS): Add -fno-implicit-templates.
1756 Mon Oct 24 15:57:35 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1758         * config.shared:  Define NOSTDIC and use it for libio too.
1760 Thu Oct 20 19:45:35 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1762         * iogetdelim.c: #include <stdlib.h>.
1764 Thu Oct 20 17:09:52 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1766         * iostream.h:  Add classes _IO_istream_withassign and
1767         _IO_ostream_withassign.  Re-type cin, cout, cerr, clog.
1768         (class iostream):  Don't add extra _gcount field.
1769         * ioassign.cc:  New file.  Implement operator= for cin etc.
1770         * streambuf.h (class ios):  Change return type of operator=.
1771         * Makefile.in (IOSTREAM_OBJECTS):  Add ioassign.o.
1773         * Makefile.in:  Re-arrange, so linux.mt overrides can work.
1775         * fileops.c (_IO_file_seekoff):  Optimize seeks within buffer.
1777 Wed Oct 19 14:25:47 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1779         * gen-params (wint_t): Return to using __WCHAR_TYPE__ for
1780         compatibility with gcc versions prior to 2.6.1.
1782 Tue Oct 18 17:08:18 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1784         * Makefile.in:  Define _G_CONFOG_H as _G_config.h for Linux.  Use it.
1785         (IO_OBJECTS):  Add iogetdelim.o.
1786         * config/linux.mt:  New file.
1787         * configure.in:  Select config/linux.mt if Linux.
1788         * iogetdelim.c:  Verious cleanups, many from
1789         Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>.
1790         * libioP.h: Add _IO_getdelim.  Use (void) for no-parameter functions.
1792 Thu Oct 13 16:30:56 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1794         * libio.h:  Rename USE_DTOA to _IO_USE_DTOA for namespace reasons.
1795         * iostream.cc, iovfscanf.c, iovfprintf, floatconv.c:
1796         Update USE_DTOA -> _IO_USE_DTOA.
1798         * libio.h (_IO_feof, _IO_ferror):  Move to here ...
1799         * iolibio:  ... from here
1801         * iostream.cc (istream::get, istream::ignore, istream::read):
1802         Set _gcount to 0 if ipfx0 failed.
1804         * iostream.cc (flush):  Do virtual function call, rather than
1805         going through jumptable.  (To get correct method in derived class.)
1806         Bug and fix from John Wiegley <jw@cis.ohio-state.edu>.
1808         * iofdopen.c (O_ACCMODE):  Define using O_RDWR, not O_RDWRITE.
1810         * streambuf.h (ios::rdbuf(streambuf*)):  New.
1811         * streambuf.h (ios::operator=):  Make private (i.e. dis-allow).
1813 Wed Oct 12 19:09:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1815         * gen-params: Define _G_NO_NRV and _G_NO_EXTERN_TEMPLATES if not
1816         compiling with g++.
1818 Thu Oct  6 16:03:43 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1820         * iostream.texi (ostrstream::str):  Note that NUL is not written
1821         automatically.
1823 Wed Oct  5 17:28:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1825         * iogetdelim.c (_IO_getdelim):  New function.
1827 Wed Oct  5 15:40:22 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
1829         * config/netware.mt: New file, first cut at Netware NLM support.
1830         * configure.in (*-*-netware*): Use config/netware.mt.
1832         * config.shared (NLMCONV, LD): New definition.
1834         * gen-params: check for nm in ${binutils}/nm.new.
1835         * config.shared: Likewise.
1837 Tue Oct  4 12:20:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1839         * iomanip.h (omanip::operator<<):  Make 2nd arg be const.
1840         Bug and fix reported by Greg McGary <gkm@magilla.cichlid.com>.
1842         * strstream.cc (strstreambuf::pcount):  Simplify, to match
1843         ANSI/ISO specification.
1845 Mon Sep 26 15:19:52 1994  Jason Merrill  (jason@deneb.cygnus.com)
1847         * gen-params: Include <wchar.h> and <wctype.h> if they exist.
1849 Thu Sep  8 14:41:41 1994  Jason Merrill  (jason@deneb.cygnus.com)
1851         * iostream.h (class istream): Declare operator>>(long double&).
1852         (class ostream): Define operator<<(long double).
1854         * iostream.cc (istream::operator>>(long double&)): Define.
1856 Wed Sep  7 14:42:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1858         * iostream.texi (Overflow):  Fix bugs in example.
1860 Fri Sep  2 17:45:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1862         * iostream.tex:  Document a little on how to write your
1863         own streambuf-derived class, with an example.
1865 Tue Aug 30 13:03:57 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
1867         * floatconv.c (s2b): Declare X and Y to be _G_int32_t.
1868         (diff, quorem): Declare BORROW, Y, and Z likewise.
1869         (ulp): Declare L likewise.
1870         (_IO_strtod): Declare L and AADJ likewise.
1871         (_IO_dtoa): Declare L and D likewise.  Cast division of D by DS to
1872         _G_int32_t.
1874 Mon Aug 29 16:01:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1876         * iosetvbuf.c (_IO_setvbuf):  If setting _IOFBF and no
1877         buffer was specified, call __doallocate.
1879         * fileops.c, floatconv.c:  Add a bunch of parentheses to
1880         shut up gcc warnings.  Patch from H.J.Lu.
1882         * stdiostream.cc (stdiobuf::sys_read):  Inline call to getc
1883         for the normal case (size==1).
1885 Sat Aug 20 12:14:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1887         * Makefile.in (VERSION):  Increase to 0.66.
1889 Fri Aug 19 17:28:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1891         * iolibio.h:  Added _IO_printf prototype.
1892         Added extern "C" { ... } wrappers #ifdef __cplusplus.
1893         Bugs reported by Neal Becker <neal@ctd.comsat.com>.
1895 Wed Aug 17 18:17:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1897         * fileops.c (_IO_file_seekoff):  For _IO_seek_cur, adjust for
1898         read-ahead before jumping to label dumb.
1900 Wed Aug  3 13:15:01 1994  H.J. Lu  (hjl@nynexst.com)
1902         * libioP.h (CHECK_FILE(FILE,RET)): new, which checks for
1903           FILE == NULL and _IO_MAGIC_MASK.
1904           (COERCE_FILE(FILE)): merged into CHECK_FILE(FILE,RET)
1905           with typo fixes.
1907         * iofread.c, iofwrite.c: add CHECK_FILE(fp, 0);
1908         * iofclose.c: add CHECK_FILE(fp, EOF); remove _IO_MAGIC_MASK check.
1910         * iofflush.c, iofgetpos.c, iofputs.c, iofscanf.c,
1911         iofsetpos.c, iofvbuf.c, ioungetc.c:
1912         Add CHECK_FILE(fp, EOF) and remove COERCE_FILE(fp).
1914         * iofgets.c: add CHECK_FILE(fp, NULL) and remove COERCE_FILE(fp).
1915         * iofprintf.c: add CHECK_FILE(fp, -1) and remove COERCE_FILE(fp).
1916         * ioftell.c: add CHECK_FILE(fp, -1L) and remove COERCE_FILE(fp).
1917         * iosetbuffer.c: add CHECK_FILE(fp, ) and remove COERCE_FILE(fp).
1919 Fri Aug 12 15:35:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1921         * iofdopen.c (_IO_fdopen):  #define O_ACCMODE if it isn't.
1922         Still set O_APPEND if "a" is given, but don't unset it
1923         if it isn't.  Added comment.
1925 Mon Aug  8 13:11:00 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1927         * gen-params (VTABLE_LABEL_PREFIX):  Changes in the implementation.
1928         For look for _*vt[$_.]7*filebuf in the nm output, because that
1929         matches what g++ produces and has produced.  Thus it should be
1930         somewhat more robust.
1932 Sun Aug  7 22:52:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1934         * gen-params (CC):  Remove no-longer-needed -I options
1935         passed to xgcc (now they are implied by the -B options).
1937 Wed Jul 20 16:41:13 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1939         * Makefile.in (tooldir):  Added definition, so we can do
1940         'make install' in this directory.
1941         Bug reported by Klamer Schutte <schutte@tpd.tno.nl>.
1943 Mon Jul 18 18:02:34 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1945         * gen-params (VTABLE_LABEL_PREFIX):  Remove filename sppearing
1946         by itself.  Add comment explaining what is going on.
1948 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
1950         * libio.h: define _IO_uid_t and _IO_HAVE_ST_BLKSIZE
1951           as _G_xxxxxxxx.
1953 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
1955         * iopopen.c:  Don't include <errno.h>. It is included in "libioP.h".
1957         * iopopen.c (_IO_proc_close) : check if fp is on the list
1958           before close it.
1960 Thu Jul 14 16:38:47 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1962         * gen-params (CONFIG_NM):  Make sed scripts to find vtable name
1963         mangling more robost for different forms of nm output.
1965 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
1967         * iofopen.c (_IO_fopen): don't check [redundantly] fp == NULL after
1968           IO_file_init(&fp->_file).
1970         * iomanip.h (template<class TP> class iapp):
1971           change ostream to istream.
1973 Tue Jul 12 14:09:02 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1975         * Makefile.in (VERSION):  Increase to 0.65.
1976         * libioP.h (builtinbuf_vtable):  Only define #ifdef __cplusplus.
1978         * gen-params (_G_int8_t):  Only define if defined(__STDC__),
1979         because K&R C compilers don't have signed char.
1980         (_G_int64_t, _G_uint64_t):  Only define if defined(__GNUC__)
1981         because other compilers may not have long long.
1983 Sun Mar 06 13:10:21 1994  H.J. Lu  (hjl@nynexst.com)
1985         * floatconv.c (_IO_dtoa ()): fix a small memory leak, set the
1986           "on_stack" field to be 0 if "result" is not NULL.
1988 Sat Mar 05 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
1990         * floatconv.c (_IO_dtoa ()): if the number of digits of the
1991           floating point number is more than the previous one, free the
1992           old string and allocate a new one.
1993           [Minor optimization to avoid Bcopy. -PB]
1995 Mon Jul 11 10:53:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1997         * fileops.c (_IO_file_underflow):  'count' should be unsigned,
1998         since it contains the return value of read.  Reported by
1999         Teemu Torma <tot@trema.fi>.
2001 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
2003         * floatconv.c (_IO_strtod ()): make "+" and "-" as error.
2005 Sat Jul  9 15:09:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2007         Make sure _IO_FILE::_flags is always initialized correctly, for the
2008         C functions (fopen, fdopen, popen), and not just the C++ functions.
2009         * fileops.c (_IO_file_init):  Set _flags to CLOSED_FILEBUF_FLAGS.
2010         * fileops.c (_IO_file_fopen):  Remove bogus assignment.
2011         * filebuf.cc (filebuf constructors):  Don't pass CLOSED_FILEBUF_FLAGS
2012         to streambuf constructor - _IO_file_init does it instead.
2013         * filebuf.cc (CLOSED_FILEBUF_FLAGS):  Removed.
2014         * iopopen.c (_IO_proc_open):  Use _IO_mask_flags.
2016 Thu Jun 30 08:49:53 1994  Jason Merrill  (jason@deneb.cygnus.com)
2018         * dbz/Makefile.in (mostlyclean): Add target.
2020 Wed Jun 29 09:30:12 1994  Jason Merrill  (jason@deneb.cygnus.com)
2022         * gen-params: Woops, can't run a C program to determine target
2023         characteristics.  Sigh.
2025 Tue Jun 28 03:11:33 1994  Jason Merrill  (jason@deneb.cygnus.com)
2027         * gen-params: Add _G_{,u}int{8,16,64}_t, use a short C program to
2028         determine what all these should be rather than trying to compare
2029         the MAX numbers in the shell.
2031 Sun Jun 26 21:04:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2033         * stdiostream.h, stdiostream.cc (stdiobuf::xsgetn):  Removed.
2034         Too hairy.  If we want to optimize it, we should do so in
2035         filebuf::xsgetn (or rather _IO_file_xsgetn).
2037         * stdiostream.h (class stdiobuf), stdiostream.cc:  Fix parameter
2038         and return types of virtual function to matcher base types (Oops!).
2039         * streamstream.cc (stdiobuf::xsgetn, stdiobuf::xsputn):
2040         Optimize to call fread.fwrite directly if !buffered.
2041         * fileops.c:  Fix comment.
2043 Fri Jun 24 11:28:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2045         * stdiostream.h (istdiostream, ostdiostream):  New classes.
2047         More robust final cleanup.
2048         * cleanup.c (_IO_register_cleanup):  Register _IO_cleanup,
2049         rather than _IO_flush_all.
2050         * filedoalloc.c: Update comment.
2051         * genops.c (_IO_unbuffer_all):  New.  Makes all files unbuffered.
2052         * genops.c (_IO_cleanup), libioP.h:  New function.  Call
2053         _IO_flush_all, and then _IO_unbuffer_all.  This is in case C++
2054         destructors try to do output *after* _IO_cleanup is called.
2056         Construct standard stdiobufs statically (using type punning).
2057         * stdstrbufs.c;  Unless _STDIO_USES_IOSTREAM declare standard
2058         stdiobufs (for stdin, stdout, and stderr), using type punning
2059         (struct _IO_fake_stdiobuf).  This avoids constructor-time problems.
2060         * stdstreams.cc:  Remove the declarations of the stdiobufs.
2061         Instead use the new (fake) ones in stdstrbufs.cc.  We no longer
2062         have to call ios::sync_with_stdio at constructor time.
2064         Preliminary support for new ANSI streambuf::uflow virtual.
2065         * libioP.h (struct _IO_jump_t):  Add __uflow field.
2066         * genops.c (_IO_default_uflow), libioP.h:  New function.
2067         * fileops.c (_IO_file_jumps), iopopen.c (IO_proc_jumps),
2068         iovfprintf.c (_IO_helper_jumps), strops.c (_IO_str_jumps),
2069         streambuf.cc (_IO_streambuf_jumps):  Add _IO_default_uflow.
2070         * genops.c (__uflow):  New function.
2071         (save_for_backup):  New function.  Some code shared by
2072         __underflow and __uflow, moved out from the former.
2073         (_IO_default_uflow):  New function.
2074         * libio.h (_IO_getc):  Call __uflow, not __underflow.
2076 Wed Jun 22 20:22:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2078         Make sure that the vtable of a streambuf is always valid,
2079         which makes ios::rdbuf simpler and faster.
2080         * gen-params:  Add code to determine _G_VTABLE_LABEL_HAS_LENGTH,
2081         _G_VTABLE_LABEL_PREFIX, _G_VTABLE_LABEL_PREFIX_ID, and
2082         _G_USING_THUNKS, which describe how virtual function tables are named.
2083         * stdfiles.c (FILEBUF_LITERAL):  Moved to libioP.h.
2084         * libioP.h (builtinbuf_vtable):  New (complicated) declaration.
2085         * filebuf.cc (filebuf::__new), strstream.cc (SET_STR_JUMPS):
2086         Initialize vtable to builtinbuf_vtable, not NULL.
2087         * stdstrbufs.cc:  New file.  Same as stdfiles.c, except that
2088         vtable is initialized to builtinbuf_vtable, not NULL.
2089         * streambuf.h (ios::rdbuf):  Can now simplify/optimize, due to
2090         above changes.  Always, just return _strbuf.
2091         * builtinbuf.h, builtinbuf.cc (builtinbuf::vtable,
2092         builtinbuf::get_builtin_vtable):  Removed.  No longer needed.
2093         * streambuf.h, builtinbuf.cc (ios::_IO_fix_vtable):  No longer needed.
2094         Only defined #ifdef _STREAM_COMPAT, for binary compatibility.
2095         * Makefile.in:  Move stdfiles.o from IO_OBJECTS to STDIO_WRAP_OBJECTS.
2096         (IOSTREAM_OBJECT):  Add stdstrbufs.o.
2097         * Makefile.in (_G_config.h):  Pass $(CXXFLAGS) as part of $(CXX).
2099 Fri Feb 11 11:08:01 1994  SBPM Marc GINGOLD (marc@david.saclay.cea.fr)
2101         * iovfprintf.c (helper_vfprintf): add
2102           hp->_IO_file_flags = _IO_MAGIC|(_IO_IS_FILEBUF+_IO_NO_READS);
2103         [This is needed because _IO_vfprintf checks for _IO_UNBUFFERED. -PB]
2104         [Actually:  don't set _IO_IS_FILEBUF. -PB]
2106 Wed Jun 22 13:49:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2108         * stdiostream.cc, stdiostream.h (stdiobuf::buffered):  New methods.
2110         * iofdopen.c (_IO_fdopen):  Various minor improvements.
2112         * iovfscanf.c:  Don't return EOF on control_failure.
2114 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
2116         * iovfscanf.c:  Enforce the sequence of the conversion specifications.
2118 Fri Jun 17 20:57:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2120         * iofdopen.c:  Use fcntl to check that requested access mode is
2121         compatible with existing access mode, and to change the
2122         O_APPEND file status flag if need be.
2124 Thu Jun 16 17:33:50 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2126         * streambuf.h (ios::init):  Initialize all the fields.
2127         This may be overkill, but the current ANSI working paper requires it.
2128         * streambuf.h (ios::ios):  Reimplement in terms of ios::init.
2129         * iostream.cc (Non-default constructors istream::istream,
2130         ostream::ostream, iostream::iostream):  Cannot use a mem-initializer,
2131         because it is ignored if initializing a derived class.  Instead,
2132         call ios::init.
2134 Wed Jun 15 13:35:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2136         * stdstreams.cc (ISTREAM_DEF):  Fix typo (it's a _fake_istream, not
2137         a _fake_ostream).  Reported by Jason Shirk <jshirk@gomez.intel.com>.
2139         * stdiostream.h, stdiostream.cc (stdiobuf::~stdiobuf):  New.
2140         Call _IO_do_flush.
2141         * stdiostream.cc (stdiobuf::sync):  Call _IO_do_flush rather
2142         than filebuf::sync (to avoid bad seeks).
2144         * libioP.h (_IO_do_flush):  Add missing parentheses.
2146 Fri Jun  3 19:16:57 1994  Jason Merrill  (jason@deneb.cygnus.com)
2148         * config.shared (CXXFLAGS): Remove -fno-implicit-templates.
2150         * iomanip.h: Add explicit external instantiations.
2152 Wed Jun  1 14:14:44 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2154         * libio.h (struct _IO_FILE_plus):  Move definition from here ...
2155         * libioP.h (struct _IO_FILE_plus):  ... to here.  Since this
2156         file is private to the implementation, we can rename the fields
2157         from the implementor's to the user's name anme space.
2158         (This avoids a lossage on SCO, whose stdio.h has a #define _file.)
2159         * iofdopen.c, iofopen.c, stdfiles.c:  Fix field references accordingly.
2160         * iopopen.c (struct_IO_proc_file):  Rename fields from
2161         implementor's name space to user's, and update usages.
2162         * streambuf.h (streambuf::_vtable):  Re-implement to not need
2163         struct _IO_FILE_plus.
2164         * strfile.h (struct _IO_strfile_): Likewise.
2166 Wed Jun  1 13:57:48 1994  Jason Merrill  (jason@deneb.cygnus.com)
2168         * config.shared (CXXFLAGS): Use -fno-implicit-templates instead of
2169         -fexternal-templates.
2171 Tue May 31 08:49:28 1994  Mike Stump  (mrs@cygnus.com)
2173         * genops.c, iofclose.c, iofdopen.c, iofopen.c, iopopen.c: Be
2174         consistent about protecting #include <stdlib.h>.
2176         * ioputs.c: Add #include <string.h>, to avoid warning on alpha.
2178         * iofdopen.c: Add #include <stdlib.h>, so that malloc works on
2179         machines where sizeof(int) != sizeof(void *).
2181 Mon May 30 17:26:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2183         * pfstream.cc (ipfstream::ipfstream, opfstream::opfstream):
2184         Reverse sense of test of return value of procbuf::open.
2185         (It returns NULL on failure.)
2187         * filedoalloc.c (_IO_file_doallocate):  Remove dead code for
2188         USE_MALLOC_BUF.  Add code to return EOF if ALLOC_BUF fails.
2190 Sat May 28 13:47:47 1994  Jason Merrill  (jason@deneb.cygnus.com)
2192         * iomanip.cc: Explicitly instantiate smanip<int> and
2193         smanip<ios::fmtflags>.
2195 Wed May 25 16:04:12 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2197         * strfile.h:  Use __P instead of _PARAMS.
2199 Fri May 20 11:42:17 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2201         * libio.h: Rename _PARAMS macro to __P for better glibc and BSD
2202         compatibility.  (Also define _PARAMS for backwards compatibility.)
2203         * cleanup.c, iolibio.h, ioperror.c, iovfprintf.c, iovfscanf.c,
2204         libioP.h: Use __P instead of _PARAMS.
2205         * iostdio.h: Use __P instead of _ARGS.
2207         * fileops.c (_IO_file_read):  Minor stylistic tweak.  (It is
2208         preferable to test errno *after* the error return.)
2210 Fri May 13 15:25:36 1994  Jason Merrill  (jason@deneb.cygnus.com)
2212         * iostream.*: Add insertor and extractor for bool (just pretend
2213         it's an int).
2215 Fri May 13 14:12:03 1994  Mike Stump  (mrs@cygnus.com)
2217         * gen-params: Check for builtin bool support.
2219 Wed May 11 00:48:35 1994  Jason Merrill  (jason@deneb.cygnus.com)
2221         Make libg++ build with gcc -ansi -pedantic-errors
2222         * gen-params: #ifdef __STRICT_ANSI__, #define _G_NO_NRV.
2223         * pfstream.cc (ipfstream::ipfstream): Wrap use of variable-size
2224         array in #ifndef __STRICT_ANSI__.
2226 Fri May  6 12:42:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2228         * Makefile.in (VERSION):  Increase to 0.64.
2230         * isgetline.cc (istream::getline):  The delimiter should *not*
2231         be included in the gcount().
2233         * filedoalloc.c:  #include <stdlib.h> (If __STDC__) to get malloc.
2234         * iostream.h (ostream::put):  Remove overloaded versions, to match
2235         new working paper.  (Actually just put inside _STREAM_COMPAT, for now.)
2237 Tue May  3 14:14:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2239         * genops.c (_IO_default_finish):  Make robust when called
2240         multiple times on the same _IO_FILE*.  (One way this can
2241         happen is by the builtinbuf destructor being followed by the
2242         streambuf destructor.)
2244 Mon May  2 13:55:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
2246         * gen-params: Actually determine wint_t rather than depending on
2247         cpp to provide it or defaulting to the underlying type for
2248         wchar_t.
2250 Sat Apr 30 14:47:30 1994  Jason Merrill  (jason@deneb.cygnus.com)
2252         * gen-params: Add _G_wint_t, allow __*_TYPE__ to override values
2253         at compile time, fix definition of _G_ARGS.
2255 Fri Apr 29 16:55:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2257         * libio.h: Remove #pragma interface.  (There is no implementation.)
2259 Mon Mar 28 14:22:26 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2261         * iostream.cc (ostream::operator<<(double)):  Add/fix support
2262         for printing '+' when ios::showpos is set.
2263         (Fixes bug reported by Doug Moore <dougm@cs.rice.edu>.)
2264         * iostream.cc (istream::read):  Set eofbit as well as failbit on eof.
2265         * iostream.cc (ostream::operator<<(int)):  Fix conversion
2266         to unsigned (used to lose on INT_MIN).
2267         * iostream.cc (ostream::operator<<(long)):  Use (unsigned long),
2268         rather than (unsigned) for temporary.
2270         * config.shared, Makefile.in:  Remove definitions and uses
2271         of XTRAFLAGS.  It is no longer needed, since it is
2272         now implied by the -B flag.
2274 Fri Mar 25 00:31:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
2276         * builtinbuf.h: Add put /**/ around comment on trailing #endif.
2278         * Makefile.in (c++clean): Make clean in tests subdir, too.
2280 Wed Mar 23 16:42:09 1994  Doug Evans  (dje@canuck.cygnus.com)
2282         * configure.in: Remove Makefile.tem before creating it.
2283         Needed when configuring from read-only source trees.
2285 Wed Mar 16 14:06:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2287         * stdstreams.cc:  Fix so that stdiobuf are used for cin/cout/cerr,
2288         unless _STDIO_USES_IOSTREAM is defined.
2289         * filebuf.cc (filebuf::setbuf):  Fix confusion about return
2290         value from _IO_file_setbuf.
2292 Sun Mar 13 00:54:12 1994  Paul Eggert  (eggert@twinsun.com)
2294         * config.shared: Ensure that `all' precedes `.PHONY';
2295         BSDI 1.1 needs this.
2297 Sat Mar 12 03:58:00 1994  Paul Eggert  (eggert@twinsun.com)
2299         * config.shared: Output a definition of INSTALL that uses
2300         $${rootme}, not ${rootme}.  Most `make's don't care, but BSDI
2301         1.1 `make' does.
2303 Fri Mar  4 17:33:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2305         * iopopen.c:  #define _POSIX_SOURCE.
2306         * isgetline.c (istream::getline):  Various fixes.
2308 Thu Mar  3 17:58:20 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2310         * iostream.cc (write_int):  Fix test for when to add initial '0'
2311         when ios::oct and ios::showbase are set.
2312         For hex, showbase adds initial 0x (or 0X) regardless of val==0.
2313         Bugs reported by Phil Roth <proth@cs.uiuc.edu>.
2315 Mon Feb 21 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
2317         * libio.h (_IO_PENDING_OUTPUT_COUNT(_fp)): return the
2318         pending output count in _fp.
2320 Fri Feb 25 09:26:57 1994  Ian Lance Taylor  (ian@cygnus.com)
2322         * gen-params: For HAVE_SYS_WAIT, compile dummy.c, not dummy.C.
2324 Tue Feb 22 11:19:09 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2326         * streambuf.h, genops.c, libioP.h:  Rename references to
2327         _IO_FILE fields other_gbase => _IO_save_base,
2328         _aux_limit => _IO_backup_base, and _other_egptr => _IO_save_end.
2329         * libio.h:  Remove no-longer needed macros _other_gbase,
2330         _aux_limit, and _other_egptr.
2331         * genops.c (__underflow, _IO_default_finishh, _IO_unsave_markers):
2332         Check _IO_save_base for NULL before FREEing it or calling
2333         _IO_free_backup_area.
2335 Thu Feb 17 15:26:59 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2337         * gen-params:  Improve deduction of _G_uint32 and _G_int32.
2338         Should now work for 16-bit, 32-bit, or 64-bit targets.
2339         * gen-params:  Check for sys/wait.h using ${CC}, since it's
2340         now used in a C file, not a C++ file.
2341         * floatconv.c:  Typedef _G_uint32_t as unsigned32, and use
2342         unsigned32 in place of unsigned long.  (Needed for Alpha.)
2344 Tue Feb  8 13:40:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2346         * fileops.c (_IO_file_close_it):  Simplify by using _IO_do_flush.
2347         * fileops.c (_IO_file_finish):  Don't call _IO_file_close_it -
2348         do it inline.  Call _IO_do_flush even if _IO_DELETE_DONT_CLOSE.
2349         * fileops.c (_IO_file_attach):  Set _IO_DELETE_DONT_CLOSE.
2350         * genops.c (_IO_flush_all):  Only call overflow if there is
2351         something to write.
2352         * iofclose.c (_IO_fclose):  Check that magic number is correct,
2353         and clear it when done.  Avoids crashing some buggy applications.
2354         * iogetline.c (_IO_getline):  Don't gratuitously increment old_len.
2355         * iogets.c (_IO_gets):  Take care to get required ANSi semantics.
2357 Sun Feb  6 19:50:39 1994  Jason Merrill  (jason@deneb.cygnus.com)
2359         * iomanip.cc: Explicitly instantiate operator<< and >>.
2361 Fri Feb  4 12:28:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
2363         * config.shared (CXXFLAGS): Use -fexternal-templates.
2365         * iomanip.h: Uncomment #pragma interface.
2367 Thu Jan 20 13:48:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2369         If no characters are read by fgets, ANSI C doesn't allow '\0' to
2370         be written to the buffer, but it is required by ANSI C++
2371         for istream::get and istream::getline.  Both use _IO_getline ...
2372         * iogetline.c (_IO_getline):  Don't write a '\0' at the end
2373         of the read data.  The input buffer length does not include
2374         space for a '\0'.
2375         * iofgets.c, iogets.c:  Change appropriately.
2376         Also check for _IO_ERR_SEEN, as required by ANSI.
2377         * isgetline.cc:  Update accordingly.
2379 Mon Jan 17 13:24:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
2381         * Makefile.in (c++clean): Added target for compiler testing
2382         (i.e. make c++clean all).
2384 Mon Jan 10 11:20:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2386         * libio.h (_IO_putc):  Add parentheses.
2387         Patch from Rik Faith <faith@cs.unc.edu>.
2389 Tue Jan  4 01:32:28 1993  Hongjiu Lu (hjl@nynexst.com)
2391         * genops.c (_IO_default_xsputn):
2392           (_IO_default_xsgetn):
2393         * ioignore.c: change "_IO_size_t count" to
2394           "_IO_ssize_t count".
2395         * iogetline.c: change "_IO_size_t len" to
2396           "_IO_ssize_t len".
2398 Mon Dec 20 00:31:21 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2400         * config.shared (CXXINCLUDES):  Fix quoting of $(NOSTDINC).
2402 Sun Dec 19 21:03:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2404         * Makefile.in (VERSION):  Increase to 0.63.
2406 Fri Dec 17 13:02:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2408         * iofread.c (_IO_fread):  Return 0 if either size or count is 0.
2409         * iofwrite.c (_IO_fwrite):  Return 0 if either size or count is 0.
2410         (This is consistent with fread, and most implementations, but not
2411         with a literal reading of the ANSI spec.)
2412         * iovfscanf.c (_IO_vfscanf):  If got EOF while skipping spaces,
2413         set seen_eof and break (instead of returning).
2414         * sbscan.cc (streambuf::vscan):  Set error state before returning.
2415         * streambuf.h:  Add a forward declarations for class istream
2416         to work around a g++ vtable name mangling bug.  (Patch from
2417         harry@pdsrc.hilco.com via Jeffrey A Law <law@snake.cs.utah.edu>.)
2418         * NEWS:  New file.
2420 Sat Dec 11 16:21:08 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2422         * iovfprintf.c (struct helper_file, _IO_helper_overflow,
2423         helper_vfprintf, _IO_helper_jumps):  New structs and functions.
2424         (_IO_vfprintf):  Use helper_vfprintf to make printing to
2425         unbuffered files more efficient.
2426         * genops.c (_IO_default_underflow), libioP.h:  New function.
2428         * iovsscanf.c (_IO_vsscanf):  The input string's length marks
2429         its logical end-of-file.
2431 Wed Dec  8 13:20:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2433         * indstream.cc (indirectbuf::sync()):  Don't crash if get_stream()
2434         or put_stream() are NULL;  sync() both streams even if error.
2436 Sun Dec  5 19:24:29 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
2438         * iostreamP.h (convert_to_seekflags): Use _IO_seek_set instead of
2439         0 inside the conditial expressions.
2441         * iofsetpos.c (_IO_fsetpos): Delete unused var `pos'.
2443 Sat Dec  4 15:57:26 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2445         * filedoalloc.c (_IO_file_doallocate):  Change type of couldbetty
2446         to int, and type of size to _IO_size_t, instead of size_t.
2447         (Change needed for Ultrix, which incorrectly deliberately doesn't
2448         define size_t in <sys/types.h> if _POSIX_SOURCE is defined.)
2450 Thu Dec  2 22:43:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2452         * fileops.c (_IO_file_finish):  Remove redundant call to _IO_un_link.
2453         * iofclose.c (_IO_fclose):  Don't call fp->_jumps->__close;  it's
2454         too low-level.  Instead call _IO_file_close_it.
2455         * dbz/Makefile.in (rclean, distclean):  Add some missing files.
2457 Wed Dec  1 13:19:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2459         * config/hpux.mt (MATH_H_INLINES): No longer define.
2460         Patch from Jeffrey A Law <law@snake.cs.utah.edu>.
2462 Fri Nov 26 13:28:36 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2464         * config.shared (CINCLUDES):  Define default if libg++.
2465         * iofread.c:  Use _IO_sgetn.c.
2466         * iolibio.h (_IO_clearerr):  Fix typo.
2467         * genops.c (_IO_seekmark):  Return 0 on success.
2468         * floactconv.c (Binit):  Change to static.
2469         * iofclose.c (_IO_fclose):  Check if file is _IO_stdin, _IO_stdout,
2470         or _IO_stderr;  if so don't try to free it.  Fix from hjl@nynexst.com.
2472         * genops.c (_IO_default_sync), libioP.h:  New function.
2473         * libioP.h (_IO_default_close):  Use _IO_default_sync -same interface.
2475         * Makefile.in:  Increase version to 0.62.
2476         * iopopen.c (_IO_proc_close):  Use waitpid (available in libibarty,
2477         if needed), rather than wait.  Don't block/ignore SIGINT etc,
2478         as this is counter to Posix.2.
2479         * iopopen.c:  Chain open proc_files, and have the child close
2480         the ones that are open (as required by Posix.2).
2482         * fstream.h (fstreambase::rdbuf), strstream.h (strstreambase
2483         ::rdbuf):  Call ios::rdbuf() instead of getting _strbuf directly.
2485         * sbscan.cc (streambuf::vscan):  Comment out duplicate default arg.
2486         * floatconv.c:  Recognize Alpha and i860 as little-endian.
2487         * streambuf.cc:  Return two bogus value returns from void functions.
2488         * iolibio.h, iofwrite.c:  Fix buffer type to (const void*).
2489         * libio.h:  Predefine of struct _IO_FILE to help non-g++-compilers.
2490         * libioP.h, pfstream.cc, stdfiles.c, iovfscanf.c: Cleanup syntax junk.
2491         * stdstreams.cc:  Minor simplification.
2492         * streambuf.h, builtinbuf.cc:  Add non-const ios::_IO_fix_vtable()
2493         for temporary binary compatibility.
2495         * filedoalloc.c, fileops.c:  Add _POSIX_SOURCE.
2496         * fileops.c, iofopen.c, iofputs.c, iostream.cc, strops.c,
2497         strstream.cc, genops.c:  Add some missing #includes.
2498         * iofopen.c, iofdopen.c:  Return NULL if malloc fails.
2499         * iovfscanf.c:  Fix return type in strtol prototype.
2500         * fwrite.c:  Remove bogus file.
2502 Wed Nov 17 14:09:42 1993  Per Bothner  (bothner@cygnus.com)
2504         * builtinbuf.cc (ios::_IO_fix_vtable), streambuf.h:  Make method
2505         const, to reduce problems with -Wcast-qual.
2507 Tue Nov 16 19:30:42 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2509         * config.shared (CXXINCLUDE): use ${} instead of $() for NOSTDINC
2511 Tue Nov 16 14:15:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2513         * iopopen.c (_IO_proc_close):  Re-structure to avoid
2514         declarations after statements.
2515         * floatconv.c:  If not __STDC__, #define DBL_MANT_DIG.
2516         * config/isc.mt (G_CONFIG_ARGS): Remove bogus spaces.
2517         Patch from David A. Avery <daa@nic.cerf.net>.
2519 Tue Nov 16 15:58:31 1993  Mark Eichin  (eichin@cygnus.com)
2521         * Makefile.in (_G_config.h): explicitly use $(SHELL) to run
2522         gen-params, since we know it is a script (we're explicitly looking
2523         in ${srcdir} for it) and /bin/sh might not be good enough.
2525 Mon Nov 15 13:26:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2527         * builtinbuf.cc:  Don't depend on initialization of static
2528         variable builtinbuf::vtable, since that might happen after
2529         we need it (for a static constructor).  Instead, initialize
2530         it when needed by inlining the code from get_builtin_vtable
2531         into ios::_IO_fix_vtable().
2533         * floatconv.c:  Avoid using #elif, which some C compilers lack.
2534         * iogetline.c, libioP.h:  Make char parameter be int, to avoid
2535         some default promotion anomalies.
2537 Fri Nov  5 11:49:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2539         * config.shared (do-clean-dvi):  Remove TeX work files.
2540         * iopopen.c (extern _IO_fork):  Don't use parameter type void.
2541         * strops.c (_IO_str_init_static):  Clear the allocate_buffer
2542         function pointer, to mark the strfile as being static.
2543         Bug fix from Mike Raisbeck <mike@pudding.rtr.COM>.
2545 Thu Nov  4 10:44:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2547         * filebuf.cc (filebuf:): Use sseekoff rather than seekoff
2548         (which loses if vtable pointer is NULL).
2550         * iostream.cc (ostream::operator<<(long long n)):  Fix thinko.
2552         * Makefile.in (VERSION):  Increase to 0.60.
2553         * Makefile.in (IO_OBJECTS):  Added iopopen.o.
2554         * config.shared (DISTCLEAN):  Also remove Make.pack.
2555         * config.shared (CXXINCLUDES):  Add $(NOSTDINC).
2557         * config.shared (INSTALL):  Fix so it ues the correct install.sh
2558         whether $srcdir is absolute or relative.
2560         * floatconv.c (DBL_MAX_10_EXP): Fix default value.
2562 Wed Nov  3 10:20:49 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2564         * gen-params:  Make more robust to allow random junk (NeXT
2565         has spaces) before typedefs.
2567         * fileops.c (_IO_file_overflow):  Reduce code duplication.
2568         * Makefile.in (IO_OBJECTS):  Remove ioputs.o.
2570         * iovfscanf.c, libio.h:  Extra parameter to _IO_vfscanf,
2571         for optionally setting an error indication..
2572         * iofscanf.c, ioscanf.c, iofscanf.c, iovsscanf.c:  Fix calls to
2573         _IO_vfscanf to pass an extra NULL.
2574         * sbscan.cc (streambuf::vscan):  If passed an extra stream,
2575         set its error state (using new _IO_vfscanf parameter.
2577         * filedoalloc.c, fileops.c, genops.c, iogetline.c, ioignore.c,
2578         libio.h, libioP.h, streambuf.cc streambuf.h, strfile.h, strops.c,
2579         strstream.cc:  Replace macros (_base, _ebuf, _eback, _gptr, _egptr,
2580         _pbase, _pptr, _epptr) by field names (_IO_buf_base, _IO_buf_end,
2581         _IO_read_base, _IO_read_pre, IO_read_end, _IO_write_base,
2582         _IO_write_ptr, _IO_write_end).
2583         * libio.h:  Remove the old macros (which fixes a conflict.
2585 Mon Nov  1 15:22:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2587         * iostream.cc:  Use _IO_sputn instead of sputn.  _IO_sputn does
2588         not require a vtable pointer, and is also slightly faster.
2590         * builtinbuf.{h,cc} (builtinbuf::setbuf):  Fix return and
2591         parameter types.
2593 Mon Oct 25 12:56:33 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2595         Kludge to make sure _IO_FILE buffers get flushed before exit.
2596         * dbz/dbzmain.c, dbz/fake.c, dbz/byteflip.c:
2597         Invoke DBZ_FINISH macro (if defined) before (normal) exits.
2598         * dbz/Makefile.in (CFLAGS):  Define DBZ_FINISH to call _IO_flush_all.
2600 Sat Oct 23 22:10:53 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2602         * Makefile.in (VERSION):  Set to 0.60 for libg++ release.
2603         * fileops.c (_IO_file_attach):  Set _offset to _IO_pos_BAD.
2604         * iostream.cc (ostream::flush):  Fix thinkp.
2605         * editbuf.cc, isgetsb.cc, isscan.cc, osform.cc, parsestream.cc,
2606         pfstream.cc, sbform.cc, sbscan.cc, stdstreams.cc, stream.cc:
2607         Replace #include "ioprivate.h" by #include "libioP.h" (and
2608         sometimes stdarg.h, stdlib.h and/or string.h).
2609         * ioprivate.h:  Removed.
2612 Thu Oct 21 19:24:02 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2614         * PlotFile.h, SFile.h, editbuf.cc, editbuf.h, filebuf.cc,
2615         fstream.cc, fstream.h, indstream.cc, indstream.h, iomanip.cc,
2616         iomanip.h, ioprivate.h, iostream.cc, iostream.h, isgetline.cc,
2617         isgetsb.cc, parsestream.cc, parsestream.h, pfstream.cc,
2618         pfstream.h, procbuf.cc, procbuf.h, stdiostream.cc, stdiostream.h,
2619         stdstreams.cc, streambuf.cc, streambuf.h, strstream.cc,
2620         strstream.h:  Remove old (duplicate) copyright notices.
2622         * iostream.cc:  Fix calls to sync() to be safe in the presence
2623         of vtable-less streambufs.
2625 Wed Oct 20 15:22:04 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2627         * streambuf.h (streambuf::underflow, streambuf::overflow):
2628         Don't make virtual functions pure.
2629         * streambuf.cc (streambuf::underflow, streambuf::overflow):
2630         Default definitions (return EOF).
2631         * fstream.h:  Add new (int fd, char* buf, int len) constructors.
2632         These are deprecated, but added for AT&T compatibility.
2633         * fstream.cc fstreambase::fstreambase(int fd, char *p, int l): New.
2635 Thu Oct 14 14:57:01 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2637         * configure.in: use 'mv -f' instead of 'mv'
2639 Tue Oct 12 05:01:44 1993  Mike Stump  (mrs@cygnus.com)
2641         * floatconv.c: Fix typo, change __STDC to __STDC__.
2643 Mon Oct 11 17:03:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2645         * cleanup.c:  It should be #if _G_HAVE_ATEXIT, not #ifdef.
2647         * floatconv.c, iostrerror.c, iovfprintf.c, iovfscanf.c, libioP.h:
2648         Bunch of fixes to allow use of non-ANSI (K&R) C compilers.
2650         * Makefile.in (iostream.list):  Use CC=$(CXX) to force use of gcc.
2651         * README:  New file.
2653 Fri Oct  8 16:19:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2655         * Makefile.in:  Move ioungetc.o from STDIO_WRAP_OBJECTS to
2656         IO_OBJECTS (since it is needed for iovfscanf.c).
2657         * iostrerror.c:  Add declaration of strerror.
2659 Thu Oct  7 12:02:28 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2661         * cleanup.c:  New file, to cause flushing at exit.
2662         * filedoalloc.c:  Cause flushing on exit.
2663         * Makefile.in (OSPRIM_OBJECTS):  Add cleanup.o.
2664         * gen-params:  Check for atexit.
2666 Tue Oct  5 19:11:14 1993  Mike Stump  (mrs@cygnus.com)
2668         * ioperror.c (_IO_strerror): Add missing ()s in _PARAMS usage.
2670 Tue Oct  5 10:33:37 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2672         * iofprintf.c, iofscanf.c, ioprintf.c, ioscanf.c, iosprintf.c,
2673         iosscanf.c:  Remove bogus semi-colon after va_dcl.
2674         * ioperror.c:  Fix typos in declaration.
2676 Mon Oct  4 17:12:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2678         * configure.in (CLEAN):  Define (as _G_config.h *.a).
2680         * fileops.c (_IO_file_read):  Don't assume EINTR is defined.
2681         * iosetbuf.c:  Replace by generalized ...
2682         * iosetbuffer.c:  ... variant, derived from BSD.
2683         * Makefile.in (STDIO_WRAP_OBJECTS):  Change correspondingly.
2684         * iosetvbuf.c (iosetvbuf):  Minor ANSI tweak.
2685         * iostdio.h (setbuf, setlinebuf):  New #defines.
2686         * iolibio.h (_IO_setbuf, _IO_setlinebuf):  (Re-)define as macros.
2687         * Makefile.in (LIBIO_OBJECTS):  New macro.
2689 Tue Sep 28 14:15:52 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2691         * libioP.h (_IO_proc_open, _IO_proc_close): Add missing return types.
2692         * procbuf.cc:  Belated fixes.
2694 Mon Sep 27 14:04:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2696         * Makefile.in: List new files.  Add STDIO_WRAP_OBJECTS macro.
2697         * floatconv.c (d2b):  Use Exp_msk11 instead of Exp_msk1.
2698         * iofgetpos.c (_IO_fgetpos), iofsetpos.c (_IO_fsetpos):  Clean up.
2699         * iolibio.h:  New file.  Declarations of _IO_foo, for most foo
2700         where foo is a stdio function.  (Remove these from libio.h.)
2701         * iostream.h (istream::istreambuf, ostream::ostreambuf):  Move
2702         obsolete functions inside #ifdef _STREAM_COMPAT.
2703         * libio.h, libioP.h, streambuf.h, parsestream.h, stdiostream.h:
2704         Use _IO_fpos_t rather than _IO_pos_t.
2705         * iopopen.c:  New file type, for pipe (popen-like) streams.
2706         * procbuf.cc:  Now just a C++ wrapper for the files in iopopen.c.
2707         * streambuf.h (ios::unsetf):  Return complete old value of flags.
2708         * iogets.c (_IO_gets(), ioungetc.c (_IO_ungetc), ioperror.c
2709         (_IO_perror), iostrerror.c (_IO_strerror):  New files and
2710         functions, for stdio implementation.
2711         * iostdio.h:  Add declarations for various recently-added functions.
2713 Sun Sep 12 14:24:55 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2715         * streambuf.h (ios::showpos):: Fix typo.
2717 Fri Aug 27 12:05:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2719         * iopadn.c (_IO_padn):  Change to return count of chars written.
2720         * outfloat.c, iovfprintf.c:  Change for new _IO_padn interface.
2721         * iostream.cc (ostream::operator<<):  Make sure to set badbit
2722         on a failure (many places).  Use _IO_padn more.
2723         * iostream.cc (ostream& ostream::operator<<(const void *p):  Move to
2724         * osform.cc:  ... here, to reduce linking-in-the-world syndrome.
2725         * osform.cc: Use rdbuf(), instead of _strbuf directly.
2727         * genops.c (_IO_sgetn), libio.h:  New function.
2728         * streambuf.h (streambuf.h::sgetn):  Use _IO_sgetn.
2729         * SFile.cc (SFile::operator[]):  Use sseekoff, not seekoff.
2731 Thu Aug 26 10:16:31 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2733         * config.shared (SUBDIRS): only recurse if the directory is configured
2735 Wed Aug 25 12:56:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2737         * config/{hpux.mt, isc.mt, sco4.mt}:
2738         Moved from ../libg++/config (since they affect _G_config.h).
2739         * configure.in:  Set target_make_frag to one of the above files.
2741 Fri Aug 20 00:53:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2743         * iofopen.c (iofopen):  Fix type passed to _IO_un_link().
2744         * Makefile.in (_G_config.h):  Pass $CC (not $CXX) as CC.
2746         * configure.in (configdirs):  Add dbz and stdio.
2747         * fileops.c (_IO_file_seekoff):  Convert more old functionality.
2748         * iofdopen.c:  Use mode parameter to set _flags.
2749         * iofscanf.c, ioputs.c, ioscanf.c, iosprintf.c:  New files.
2750         * Makefile.in (IO_OBJECTS):  Added new objects.
2751         * iostdio.h:  Add feof. fscanf, puts, sprintf, vsprintf.
2752         * libio.h:  Add _IO_vprintf macro.
2753         * iofopen.c:  Invoke _IO_un_link if failure.
2754         * iovsprintf.c:  Write terminating NUL.
2756         * libioP.h:  Add COERCE_FILE macro (by default does nothing).
2757         * iofclose.c, iofflush.c, iofgets.c, iofprintf.c, iofputs.c,
2758         iofread.c, ioftell.c, iofwrite.c, iosetbuf.c, iosetvbuf.c:
2759         Invoke COERCE_FILE macro.
2760         * ioftell.c:  Use _IO_seekoff.
2762 Wed Aug 18 22:49:56 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2764         * sbform.cc (streambuf::form), sbscan.cc (streambuf::scan):
2765         Remove cast to _IO_va_list.  (Loses if array type.)
2767         * libio.h:  Handle _IO_va_list for systems that need <stdarg.h>.
2768         * floatconv.h:  Fix typo (reported by H.J.Lu).
2770 Wed Aug 18 19:34:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2772         * configure.in (INSTALLDIR): handle native vs. cross case
2774         * Makefile.in (install): don't use $TARGETLIB, set INSTALLDIR to
2775         $(libdir)
2777 Wed Aug 18 12:10:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2779         * Makefile.in:  Rename iostream-files to iostream.list.
2780         * configure.in:  Add iostream.list to MOSTLYCLEAN.
2782 Tue Aug 17 18:56:59 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2784         * Makefile.in:  Depend on _G_config.h where appropriate.
2785         * config.shared (CXXINCLUDES):  If doing libg++, search ../libio.
2787 Tue Aug 17 17:34:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2789         New directory.  Based on old libg++/iostream code,
2790         but extensively re-written.