Stamp ChangeLogs for release
[official-gcc.git] / libio / ChangeLog
blobe8f7c959aaceb1258ced867b22f9ac5578ea9bae
1 Sun Mar 14 02:38:07 PST 1999 Jeff Law  (law@cygnus.com)
3         * egcs-1.1.2 Released.
5 Fri Mar  5 01:13:45 1999  H.J. Lu  (hjl@gnu.org)
7         * config/linuxlibc1.mt (MT_CFLAGS): Add -D_G_STDIO_USES_LIBIO
8         -D_G_HAVE_WEAK_SYMBOL.
10         * genops.c: Add the proper weak alias if _G_STDIO_USES_LIBIO
11         and _G_HAVE_WEAK_SYMBOL are defined.
12         * iofclose.c: Likewise.
13         * iofeof.c: Likewise.
14         * ioferror.c: Likewise.
15         * iogetc.c: Likewise.
16         * ioputc.c: Likewise.
17         * iovsprintf.c: Likewise.
18         * iovsscanf.c: Likewise.
20 Mon Nov 23 09:44:26 1998  Richard Henderson <rth@cygnus.com>
22         * configure.in: Append mh-ppcpic and mh-elfalphapic as appropriate.
24 1998-08-25 14:34  Ulrich Drepper  <drepper@cygnus.com>
26         * libio/iogetline.c (_IO_getline_info): Don't read anything for
27         N == 0.  Patch by HJ Lu.
29 1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
31         * strfile.h: Define __PMT if not already defined.
33 1998-08-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
35         * libioP.h: Use __PMT in typedefs.
36         * strfile.h: Likewise.
38 1998-06-29  Ulrich Drepper  <drepper@cygnus.com>
40         * libio.h: Rewrite __PMT change so that it works with platforms
41         defining __P but not __PMT.
43         * libio.h (__PMT): New macro.  Defined like __P.  Use is for
44         function pointers.
46 1998-06-27  Manfred Hollstein  <manfred@s-direktnet.de>
48         * Makefile.in (install): Remove superfluous /include.
50 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
52         * config.shared (FLAGS_TO_PASS): Add gcc_version_trigger.
53         (Makefile): Add dependency upon $(gcc_version_trigger).
55 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
57         * Makefile.in (install): Install _G_config.h depending on new flag
58         --enable-version-specific-runtime-libs.
59         * config/linux.mt (gxx_include_dir): Remove definition here as we use
60         gcc's default anyway.
62 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
64         * config.shared (FLAGS_TO_PASS): Add gcc_version.
66 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
68         * config.shared (FLAGS_TO_PASS): Add libsubdir.
70 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
72         * genops.c (__underflow): Read character from read pointer as unsigned.
73         (__uflow): Likewise.
75 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
77         * strops.c (_IO_str_underflow): Read newly available character
78         from buffer as unsigned.
80 Sun Apr 19 22:13:36 1998  H.J. Lu  (hjl@gnu.org)
82         * isgetline.cc (istream::get): Fix a typo.
84 Thu Mar  5 09:23:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
86         * configure.in: Make locating frag files failsafe even for the
87         special case if configuring and building in srcdir.
89 1998-02-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
91         Changes for _G_IO_IO_FILE_VERSION == 0x20001:
92         * libioP.h (_IO_showmanyc_t, _IO_SHOWMANYC, _IO_imbue_t,
93         _IO_IMBUE): New definitions.
94         (struct _IO_jump_t): Add __showmanyc and __imbue fields.
95         (_IO_file_fopen): Add new fourth argument.
96         * filebuf.cc (filebuf::open): Pass new fourth argument to
97         _IO_file_fopen.
98         * iolibio.h (_IO_freopen): Likewise.
99         * streambuf.cc (streambuf::showmanyc, streambuf::imbue): New
100         functions.
101         * streambuf.h (_IO_wchar_t): Define to _G_wchar_t.
102         (ios::fill): Remove casts.
103         (struct streambuf): Add showmanyc and imbue members.
105         * iostream.cc (ostream::operator<<(double n)) [__GLIBC_MINOR__ >=
106         1]: Initialize new fields is_char of struct printf_info.
107         (ostream::operator<<(long double n)) [__GLIBC_MINOR__ >= 1]:
108         Likewise.
110 Sun Feb 22 17:24:53 1998  Jeffrey A Law  (law@cygnus.com)
112         * config.shared: Bring back changes from Ian and Fred that were
113         accidentally clobbered.  Should eliminate the need for Dave's
114         recent change.
116 Tue Feb 17 21:56:25 1998  H.J. Lu  (hjl@gnu.org)
118         * config/linux.mt (IO_OBJECTS): Add iogetline.o.
119         * config/linuxlibc1.mt: Ditto.
121         * iogetline.c (_IO_getline_info): Renamed from _IO_getline.
122         (_IO_getline): Just call _IO_getline_info.
124         * isgetline.cc (istream::getline, istream::get, _sb_readline):
125         Call _IO_getline_info instead of _IO_getline and get the EOF
126         information.
127         * sbgetline.cc (streambuf::sgetline): Ditto.
129         * libioP.h (_IO_getline_info): New declaration.
131         * iogetline.c (_IO_getline): Handle the case when there is no
132         buffer.
134 Fri Feb 13 00:57:20 1998  Krister Walfridsson (cato@df.lth.se)
136         * fileops.c: #include <unistd.h>.
137         * ioprims.c: Likewise.
139 1998-02-10  Mark Mitchell  <mmitchell@usa.net>
141         * iostream.cc (ostream::operator<<(long double)): Don't use
142         labeled initializers.
144 Fri Feb  6 01:35:56 1998  Manfred Hollstein  <manfred@s-direktnet.de>
146         * config.shared (FLAGS_TO_PASS): Don't emit PICFLAG.
147         (.c.o): Check value of enable_shared, not PICFLAG.
148         (.C.o): Dito.
149         (.cc.o): Dito.
150         (stamp-picdir): Dito.
152 Thu Feb  5 17:41:26 1998  Dave Brolley  <brolley@cygnus.com>
154         * config.shared (LIBS): Change to -L../../libstdc++ (was -L../libstdc++)
155         if ${DOING_GPERF} is true.
157 1998-01-20  Andreas Schwab  (schwab@issan.informatik.uni-dortmund.de)
159         * iostream.cc (istream::operator>>(long double&))
160         [!_G_HAVE_LONG_DOUBLE_IO]: Scan value into separate variable, in
161         case long double is bigger than double.
162         (ostream::operator<<(double)) [_G_HAVE_PRINTF_FP]: Fix order of
163         initializers of struct printf_info to match declaration order,
164         to work around g++ bug.
165         (ostream::operator<<(long double)) [_G_HAVE_PRINTF_FP]: Likewise.
167         * gen-params: Add missing quotes.  Avoid useless use of command
168         substitution.
170 Sun Feb  1 13:29:47 1998  H.J. Lu  (hjl@gnu.org)
172         * filebuf.cc (filebuf::open): Call _IO_file_open if
173         _G_HAVE_IO_FILE_OPEN is 1.
175         * libio.h (_IO_fpos64_t, _IO_off64_t): Defined if
176         _G_IO_IO_FILE_VERSION == 0x20001.
178         * libioP.h (_IO_file_open): New declaration.
180         * libio.h (_IO_FILE, _IO_stdin_, _IO_stdout_, _IO_stderr_,
181         _IO_seekoff, _IO_seekpos): Add support for libio in glibc 2.1.
182         * libioP.h (_IO_seekoff_t, _IO_seekpos_t, _IO_seek_t,
183         _IO_seekoff, _IO_seekpos, _IO_default_seekoff,
184         _IO_default_seekpos, _IO_default_seek, _IO_file_seekoff,
185         _IO_file_seek, _IO_str_seekoff, _IO_pos_BAD, _IO_pos_as_off,
186         _IO_pos_0): Ditto.
187         * streambuf.h (streamoff, streampos): Ditto.
189         * gen-params (__extension__): Use only if gcc version >= 2.8.
191 Sun Feb  1 13:08:18 1998  Krister Walfridsson (cato@df.lth.se)
193         * dbz/dbz.c (putconf): Handle systems which use "long long" as type
194         for "off_t".
195         * dbz/dbzmain.c (mkfiles): Likewise.
197 Wed Jan 28 10:27:11 1998  Manfred Hollstein  <manfred@s-direktnet.de>
199         * config.shared (FLAGS_TO_PASS): Add gxx_include_dir.
201         * stdio/configure.in, tests/configure.in: Update with yesterday's
202         toplevel configure.in changes.
203         * testsuite/configure.in: Likewise.
205         * config.shared: Fix typo in yesterday's changes.
207 Tue Jan 27 23:26:07 1998  Manfred Hollstein  <manfred@s-direktnet.de>
209         * config.shared: Emit everything which needs to be re-definable
210         via file descriptor 1; the generic stuff is emitted using redirection
211         onto fd 2.
213         * configure.in (package_makefile_rules_frag): New variable
214         which is used in the call to config.shared; redirect file descriptor 2
215         to ${package_makefile_rules_frag}.
217 Tue Jan 27 10:35:22 1998  H.J. Lu  (hjl@gnu.org)
219         * configure.in (topsrcdir): New.
220         (CHECK_SUBDIRS, configdirs): Check ${topsrcdir}/gcc instead.
221         (config-ml.in): Use ${topsrcdir}/config-ml.in.
223         * tests/configure.in (topsrcdir): New.
224         (CHECK): Check ${topsrcdir}/gcc instead.
226 Fri Jan 16 00:48:03 1998  Manfred Hollstein  <manfred@lts.sel.alcatel.de>
228         * config.shared (FLAGS_TO_PASS): Add SHELL.
230 Thu Jan 15 00:21:58 1998  Ian Lance Taylor  <ian@cygnus.com>
232         * configure.in: For *-*-cygwin32*, add a -I for winsup to both
233         XCINCLUDES and XCXXINCLUDES.
234         * config.shared: Use ${host_includes} when setting CXXINCLUDES in
235         the DOING_LIBGXX case.
236         * Makefile.in (_G_config.h): Pass $(CINCLUDES) in CC and
237         $(CXXINCLUDES) in CXX when running gen-params.
239 Tue Jan 13 21:32:08 1998  H.J. Lu  (hjl@gnu.org)
241         * configure.in (CHECK_SUBDIRS): Set to testsuite only if
242         ${srcdir}/../gcc exists.
243         (configdirs): Include testsuite only if ${srcdir}/../gcc exists.
245         * tests/Makefile.in (check): Depend on $(CHECK).
247         * tests/configure.in (CHECK): Set to "check-iostream
248         check-stdio" if ${srcdir}/../../gcc doesn't exists.
250 Thu Jan  8 18:09:03 1998  Fred Fish  <fnf@cygnus.com>
252         * config.shared (THIS_FILE): Really found via TOLIBIO instead
253         of TOLIBCXX, which is empty when configuring gperf.
254         (LIBS): When linking gperf, find libstdc++ relative to TO_TOPDIR
255         instead of hardcoded "../".
257 1997-12-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
259         Don't make gperf depend upon libg++.
260         * config.shared (TOLIBGCXX) [DOING_GPERF]: Delete.
261         (LIBS) [DOING_GPERF]: Make it just `-L../libstdc++ -lstdc++'.
263 Thu Dec 11 11:20:59 1997  H.J. Lu  (hjl@gnu.org)
265         * configure.in (target frags): Add *-linux-gnu.
267 Fri Dec  5 16:22:15 1997  H.J. Lu  (hjl@gnu.org)
269         * streambuf.cc (streambuf::~streambuf): Don't delete _lock
270         for _IO_stdin/_IO_stdout/_IO_stderr.
272 Thu Nov 27 01:32:43 1997  Jeffrey A Law  (law@cygnus.com)
274         * Makefile.in (install): Change gxx_includedir to gcc_include_dir.
275         * config.shared (gxx_includedir): Remove default definition.
276         * config/linux.mt: Change gxx_includedir to gxx_include_dir.
277         * config/linuxaxp1.mt: Likewise.
279 Wed Nov 26 16:08:50 1997  Richard Henderson  (rth@cygnus.com)
281         * configure.in (target frags): Add powerpc*-linux-gnulibc1.
282         (stdio-lock): Similarly.
284         * configure.in (target frags): Add alpha*-linux-gnulibc1.
285         (pic frags): Its alpha*- not alpha-.
286         (stdio-lock): Kill everything.  Add alpha*-linux-gnulibc1.
287         * libio.h: Check __GLIBC_MINOR__ to find stdio-lock.h.  If not
288         _IO_MTSAFE_IO & GLIBC, make sure the lock pointer is still there.
289         * libioP.h: Check __GLIBC_MINOR__ to find libc-lock.h.
291         * config/linuxaxp1-libc-lock.h: New file.
292         * config/linuxaxp1-stdio-lock.h: New file.
293         * config/linuxaxp1.mt: New file.
295         * gen-params (va_list): Check for and use __gnuc_va_list.
296         (NULL): Work around some linux kernel headers and redefine NULL.
298 Mon Nov 24 17:04:18 1997  Michael Meissner  <meissner@cygnus.com>
300         * stdiostream.cc (sys_read): Declare ch with int type, rather than
301         without a type.
303 Tue Nov 18 09:53:58 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
305         * stdstrbufs.cc (DEF_STDFILE): Use STD_VTABLE.
307 Tue Nov 11 01:40:17 1997  Oleg Krivosheev <kriol@fnal.gov>
309         * iomanip.h: Fix guiding decls.
311 1997-11-05  Brendan Kehoe  <brendan@lisa.cygnus.com>
313         * libio.h (__P): Name its arg `p' instead of `params'.
314         Avoids problems with an unchanged Solaris math.h header.
316 Wed Oct 29 23:01:47 1997  Jason Merrill  <jason@yorick.cygnus.com>
318         * gen-params: Override NULL.
320 1997-10-27 03:53  Ulrich Drepper  <drepper@cygnus.com>
322         * stdio-lock.h: Removed.  Was never needed.
324 Wed Oct 22 19:19:32 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
326         * libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
327         not defined.
329         * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if
330         __linux__ is defined instead of __ELF__
332         * config/linuxlibc1.mt (USER_INCLUDES): Add libio.h.
334 1997-10-15  Ulrich Drepper  <drepper@cygnus.com>
336         * configure.in: Create compatibility code in bits/libc-lock.h file.
338 Thu Oct  9 07:08:41 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
340         * libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
341         not defined.
343         * filedoalloc.c (_IO_file_doallocate): Don't call
344         _IO_cleanup_registration_needed if __linux__ is defined.
346         * iofclose.c (fclose): Make it weak alias of _IO_fclose if
347         __ELF__ is defined.
349         * iovsprintf.c (vsprintf): Make it weak alias of _IO_vsprintf
350         if __ELF__ is defined.
352         * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if
353         __ELF__ is defined.
355         * config/linuxlibc1.mt (MT_CFLAGS): Defined as -D_G_HAVE_MMAP.
356         (IO_OBJECTS): Add filedoalloc.o fileops.o genops.o iofclose.o
357         iovsprintf.o iovsscanf.o strops.o.
359 Fri Oct  3 10:13:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
361         * iostream.cc, libio.h: Convert other uses of #ifdef
362         _G_HAVE_PRINTF_FP to #if.
364 1997-10-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
366         * iostream.cc (operator<<): Use `#if _G_HAVE_PRINTF_FP', not ifdef.
368 Thu Oct  2 10:36:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
370         * gen-params: Fix __printf_fp test.
371         * config/linuxlibc1.mt (gxx_includedir): Don't define.
373 Thu Oct  2 10:36:26 1997  Ulrich Drepper  <drepper@rtl.cygnus.com>
375         * config/linuxlibc1.mt (_G_CONFIG_H): Don't define.
376         * gen-params: Add test for __printf_fp.
378 Sun Sep 28 12:09:04 1997  Mark Mitchell  <mmitchell@usa.net>
380         * iomanip.h: Use new friend <> syntax.
382 Sun Sep 28 12:04:21 1997  Jason Merrill  <jason@yorick.cygnus.com>
384         * libio.h: Don't use _IO_LOCK_T if it's not defined.
386 Fri Sep 26 20:56:41 1997
388         Based on a patch by H.J. Lu  (hjl@gnu.ai.mit.edu).
390         * Makefile.in (STDIO_OBJECTS): New. Defined as stdfiles.o.
391         (LIBIO_OBJECTS): Add $(STDIO_OBJECTS).
392         (PICFLAG): New, empty.  moved to here from config.shared.
394         * config.shared (DISTCLEAN): Add target-mkfrag.
395         (PICFLAG): Removed.
397         * configure.in (*-linux-gnulibc1): Remove warning.
398         (*-linux-gnu): Use linux.mt mtsafe.mt.
399         (alpha-*-linux*): Use mh-elfalphapic.
401         * gen-params (_G_ullong): Also check unsigned long long int.
402         (_G_llong): Also check long long int.
404         * libio.h (_IO_lock_t): Add support for the Linux libc 5.
405         (_IO_peekc): Defined as _IO_peekc_unlocked if _IO_MTSAFE_IO
406         is not defined.
408         * iostream.cc (__cvt_double): Fix a typo in declaration.
409         (info): Use expr != 0 to initialize the bit fields. Don't
410         initialize "extra" for the Linux libc 5.
412         * streambuf.h (_G_NEED_STDARG_H): Changed from _IO_NEED_STDARG_H.
414         * config/linux.mt (STDIO_OBJECTS): New, empty.
415         (MT_CFLAGS): Removed.
417         * config/linuxlibc1.mt: Rewrite.  it's identical to linux.mt but
418         IO_OBJECTS mentions files not in early libc5 versions.
420         * config/mtsafe.mt: New.
422         * dbz/Makefile.in (check): Support make -j.
424         * tests/tFile.cc (tempfile): Fix a typo.
426 1997-09-19 11:52  Jim Wilson  <wilson@cygnus.com>
428         * Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.
430 1997-09-17 04:08  Ulrich Drepper  <drepper@cygnus.com>
432         * iostream.cc: Add forward declaration for __cvt_double.
433         * libio.h: Define _IO_USE_DTOA is _G_HAVE_PRINTF_FP is not defined.
434         * strops.c (_IO_str_count): Correct last change.
436 1997-09-17 02:50  Ulrich Drepper  <drepper@cygnus.com>
438         * libioP.h: Define __set_errno if not already defined.
440 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
442         * config/linux.mt: Rewrite for use with glibc 2.
443         * config/linuxlibc1.mt: Old content of linux.mt, fir libc4 and
444         libc5.
446         * config.shared (COMPILE.c): Allow new flags in MT_CFLAGS be
447         passed.
448         (COMPILE.cc): Likewise.
450         * configure.in (*-linux*): Remove goal.  We now have...
451         (*-linux-gnulibc1): For libc4 and libc5.  Emit warning.
452         (*-linux-gnu)): For glibc 2.
453         Create links to find headers for multi-threading if necessary.
455         * fileops.c: Make thread-safe by using _IO_cleanup_region_start
456         etc to handle cancelation.  Acquire locks in functions which are
457         called directly.
458         (_IO_file_read, _IO_file_write): Remove dead code.
460         * include/empty.h: Define stub macros for locking.
462         * iolibio.h: Add prototypes for obstack printing functions.
464         * ioseekoff.c (_IO_seekoff): Lock stream before working.
465         * ioseekpos.c (_IO_seekpos): Likewise.
467         * iostream.cc: Add support for long double I/O.
468         Use __printf_fp from glibc is available.
469         Use _IO_cleanup_region_start to handle cancelation correctly.
470         * iostream.h (class ostream): Change opfx and osfx to lock/unlock
471         stream
472         (class istream): Likewise for ipfx, ipfx0, ipfx1, and isfx.
473         Declare new function lock and unlock for ostream and istream.
474         * osform.cc: Use _IO_cleanup_region_start to handle cancelation
475         correctly.
477         * libio.h: Update from glibc version.  Pretty printing.
478         * libioP.h: Likewise.
480         * outfloat.c: Only compile if _IO_USE_DTOA is defined.
482         * stdio/feof.c: Make thread safe.
483         * stdio/ferror.c: Likewise.
484         * stdio/getc.c : Likewise.
485         * stdio/putc.c : Likewise.
486         * stdio/stdio.h: Declare function of thread-safe API.
488         * stdio/obprintf.c: New file.
489         * stdio/vasprintf.c: New file.
491         * stdio-lock.h: Removed.
493         * stdstrbufs.c: Add definitions for thread-safe streams.
495         * streambuf.cc: Initialize lock.
497         * strops.c (_IO_str_count): Undo last change.
499         * tests/tFile.cc: Support parallel builds by avoiding fixed
500         name for test file.
502 Thu Sep 11 18:43:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
504         * Makefile.in (iostream.list): Remove STDIO_WRAP_OBJECTS.
506 Mon Sep  8 01:30:27 1997  Weiwen Liu    <liu@hepunix.physics.yale.edu>
508         * libio.h: Fix typo.
510 Sun Sep  7 23:00:18 1997  Jim Wilson  (wilson@cygnus.com)
512         * linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio.
514 Fri Sep  5 09:58:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
516         * Makefile.in (iostream.list): Instead of adding stdio.list, add
517         STDIO_WRAP_OBJECTS.
518         (iostream.list): Lose dependency on stmp-stdio, not necessary for
519         our stuff.  The stdio stuff is present here just for uniformity
520         with glibc.
522 Thu Sep  4 17:26:22 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
524         * parsestream.cc (general_parsebuf): Cast return of malloc to char*.
526 1997-09-04 16:11  Ulrich Drepper  <drepper@cygnus.com>
528         Change compared to version initially intended to in:
529         * strops.c (_IO_str_count): Still use _IO_write_ptr, not
530         _IO_write_end, for now.
532         * iofeof.c, ioferror.c, iofflush_u.c, iogetc.c, ioputc.c, peekc.c,
533         stdio-lock.h: New files.
535         * include: New dir.
536         * include/empty.h: New header.
538         * filedoalloc.c: Update and reformat copyright.
539         Don't use DEFUN.
540         Use __set_errno throughout the code to support multi-threaded
541         programs.
542         Correct layout to follow the Coding Standard.
543         Add casts to prevent warnings.
544         * fileops.c: Likewise.
545         * genops.c: Likewise.
546         * iofclose.c: Likewise.
547         * iofdopen.c: Likewise.
548         * iofflush.c: Likewise.
549         * iofgetpos.c: Likewise.
550         * iofgets.c: Likewise.
551         * iofopen.c: Likewise.
552         * iofprintf.c: Likewise.
553         * iofputs.c: Likewise.
554         * iofread.c: Likewise.
555         * iofsetpos.c: Likewise.
556         * ioftell.c: Likewise.
557         * iofwrite.c: Likewise.
558         * iogetdelim.c: Likewise.
559         * iogetline.c: Likewise.
560         * iogets.c: Likewise.
561         * iopadn.c: Likewise.
562         * iopopen.c: Likewise.
563         * ioputs.c: Likewise.
564         * ioseekoff.c: Likewise.
565         * iosetbuffer.c: Likewise.
566         * iosetvbuf.c: Likewise.
567         * iosprintf.c: Likewise.
568         * ioungetc.c: Likewise.
569         * iovsprintf.c: Likewise.
570         * iovsscanf.c: Likewise.
571         * libio.h: Likewise.
572         * libioP.h: Likewise.
573         * stdfiles.c: Likewise.
574         * strfile.h: Likewise.
575         * strops.c: Likewise.
577         * Makefile.in (IO_OBJECTS): Add peekc.o, iogetc.o, ioputc.o,
578         iofeof.o, and ioferror.o.
579         (iostream.list): Depend upon stmp-stdio.  Add the entries
580         from stdio.list to iostream.list.
581         (stmp-stdio): New name for what was the stdio/stdio.list rule.
582         All it now does is cd down into stdio and build stdio.list.
584         * configure.in (ALL): Add libiostream.a.
586         * libio.h [_IO_MTSFE_IO]: Include header declaring locking code.
587         Otherwise define opaque _IO_lock_t.
588         Define _IO_cookie_file.
589         Rename _IO_getc to _IO_getc_unlocked, _IO_peekc to _IO_peekc_unlocked,
590         _IO_putc to _IO_putc_unlocked, _IO_feof to _IO_feof_unclocked, and
591         _IO_ferror to _IO_ferror_unlocked.
592         Add prototypes for _IO_getc, _IO_putc, _IO_feof, _IO_ferror,
593         and _IO_peekc_locked.
594         Add declarations for _IO_flockfile, _IO_funlockfile, and
595         _IO_ftrylockfile.  If !_IO_MTSAFE_IO define _IO_flockfile,
596         _IO_funlockfile, _IO_ftrylockfile, _IO_cleanup_region_start, and
597         _IO_cleanup_region_end as empty macros.
599         * libioP.h: Change type of finish function to take an additional int
600         argument and change declaration of finish functions.
601         Add prototypes for _IO_seekoff and _IO_seekpos.
602         If _G_HAVE_MMAP is defined use stream buffers allocated with mmap.
603         Redefine FREE_BUF and ALLOC_BUF macros to help in both situations.
604         (FILEBUF_LITERAL): If we compile for a thread-safe library also
605         initialize lock member.
607         * filedoalloc.c: Take care for systems already defining _POSIX_SOURCE.
608         Keep name space clean on systems which require this.
609         (_IO_file_doallocate): Adopt ALLOC_BUF call for changed semantic.
611         * fileops.c: Keep name space clean on systems which require this.
612         (_IO_file_attach): Don't fail if seek failed because it's used on a
613         pipe.
614         (_IO_file_underflow): Update buffer pointers before calling `read'
615         since the `read' might not return anymore.
616         (_IO_file_overflow): If stream allows no writes set error flag.
617         (_IO_seekoff): Make sure that after flushing the file pointer in
618         the underlying file is exact.
619         (_IO_file_read): Don't restart `read' syscall if it return EINTR.
620         This violates POSIX.
621         (_IO_file_write): Likewise for `write'.
622         (_IO_cleanup): Install as exit handler in glibc.
624         * genops.c (_IO_setb): Correctly use FREE_BUF.
625         (_IO_default_doallocate): Correctly use ALLOC_BUF.
626         (_IO_init): Initialize lock in stream structure.
627         (_IO_default_finish): Destroy lock.
628         (_IO_get_column): Don't compile since it's not needed.
629         (_IO_nobackup_default): Likewise.
631         * iopopen.c: Take care for systems already defining _POSIX_SOURCE.
632         Correct _IO_fork and _IO_dup2 prototypes.
634         * iofclose.c: Acquire lock before starting the work.
635         * iofflush.c: Likewise.
636         * iofgetpos.c: Likewise.
637         * iofgets.c: Likewise.
638         * iofputs.c: Likewise.
639         * iofread.c: Likewise.
640         * iofsetpos.c: Likewise.
641         * ioftell.c: Likewise.
642         * iofwrite.c: Likewise.
643         * iogetdelim.c: Likewise.
644         * iogets.c: Likewise.
645         * ioputs.c: Likewise.
646         * iosetbuffer.c: Likewise.
647         * iosetvbuf.c: Likewise.
648         * ioungetc.c: Likewise.
650         * iofdopen.c: Create and initialize lock for new stream.
651         * iofopen.c: Likewise.
652         * iopopen.c (_IO_popen): Likewise.
653         * iovsprintf.c: Likewise.
654         * iovsscanf.c: Likewise.
656         * genops.c: Make weak aliases for various functions.
657         * iofclose.c: Likewise.
658         * iofdopen.c: Likewise.
659         * iofflush.c: Likewise.
660         * iofgetpos.c: Likewise.
661         * iofgets.c: Likewise.
662         * iofopen.c: Likewise.
663         * iofputs.c: Likewise.
664         * iofread.c: Likewise.
665         * iofsetpos.c: Likewise.
666         * ioftell.c: Likewise.
667         * iofwrite.c: Likewise.
668         * iogetdelim.c: Likewise.
669         * iogets.c: Likewise.
670         * ioputs.c: Likewise.
671         * iosetbuffer.c: Likewise.
672         * iosetvbuf.c: Likewise.
673         * ioungetc.c: Likewise.
674         * iovsprintf.c: Likewise.
675         * iovsscanf.c: Likewise.
677         * iofflush_u.c: New file.  fflush_unlocked implementation.
679         * iostream.h [_G_HAVE_LONG_DOUBLE_IO]: Declare real long double
680         output operator.
682         * peekc.c: New file.  Implement _IO_peekc_locked function.
684         * stdfiles.c: If we compile for a thread-safe library also define
685         lock variable.
687 Tue Aug 26 12:24:01 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
689         * testsuite/Makefile.in (check): Don't depend on site.exp.
690         (just-check): Depend on site.exp.
692 Wed Aug 20 02:01:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
694         * iostream.h: Add copy assignment ops for _IO_?stream_withassign.
696 Tue Jul 22 10:31:41 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
698         * config.shared (CHECK_SUBDIRS): Use install-sh, not install.sh.
700 Wed Jun 25 12:20:55 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
702         * config.shared (DOING_GPERF): Look for this, defining TOLIBGXX
703         and LIBS for it.
705 Wed Jun 18 11:03:34 1997  Bob Manson  <manson@charmed.cygnus.com>
707         * config.shared (FLAGS_TO_PASS): Don't include RUNTEST.
709 Tue Jun 17 22:23:48 1997  Bob Manson  <manson@charmed.cygnus.com>
711         * config.shared (FLAGS_TO_PASS): Pass RUNTEST and RUNTESTFLAGS.
713 Fri May 16 21:08:53 1997  Bob Manson  <manson@charmed.cygnus.com>
715         * iovfprintf.c: Declare __cvt_double before use.
717         * floatconv.c (d2b): Use _G_int32_t instead of int for the
718         e and bits parameters.
719         (_IO_strtod): Use _G_int32_t.
721         * gen-params: Look for NO_USE_DTOA and USE_INT32_FLAGS.
723         * strops.c (_IO_str_init_static): use _G_int32_t appropriately.
725         * libio.h: If _G_NO_USE_DTOA is set, then don't define
726         _IO_USE_DTOA.
728         * config/mn10200.mt: Don't use dtoa, it only works
729         for "real" doubles.
731 Thu May 15 17:44:12 1997  Bob Manson  <manson@charmed.cygnus.com>
733         * configure.in: Set CHECK_SUBDIRS to testsuite if we're doing
734         a cross compile.
736         * config.shared(check): Only run make check in the directories
737         specified by CHECK_SUBDIRS. Set CHECK_SUBDIRS to SUBDIRS
738         if it has no previous value.
740 Thu May  1 17:35:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
742         * Makefile.in (test, tpipe): Add $(CFLAGS).
744 Wed Apr 30 12:16:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
746         * configure.in: Don't turn on multilib here.
748 Sat Apr 26 13:38:21 1997  Bob Manson  <manson@charmed.cygnus.com>
750         * configure.in (configdirs): Add testsuite directory.
752         * testsuite/ChangeLog:
753         * testsuite/Makefile.in:
754         * testsuite/libio.tests/tiomanip.exp:
755         * testsuite/libio.tests/tstdiomisc.exp:
756         * testsuite/libio.tests/tiomisc.exp:
757         * testsuite/libio.tests/tFile.exp:
758         * testsuite/libio.tests/tfformat.exp:
759         * testsuite/libio.tests/tiformat.exp:
760         * testsuite/libio.tests/hounddog.exp:
761         * testsuite/libio.tests/putbackdog.exp:
762         * testsuite/configure.in:
763         * testsuite/lib/libio.exp:
764         * testsuite/config/default.exp:
765         New files for DejaGnu-style testsuite.
767 Fri Apr  4 03:16:44 1997  Ulrich Drepper  <drepepr@cygnus.com>
769         * configure.in: Enable multilibing by default.
770         Update multilib template to read config-ml.in.
772         * floatconv.c: Enable use in cross targets which use the
773         newlib ieeefp.h header.
775 Thu Jan 23 09:16:16 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
777         * libioP.h (_IO_file_attach): Delete redundant decl.
779 Tue Jan 21 22:13:45 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
781         * streambuf.h (class ios): Take out STREAMSIZE member, since we
782         only need (and should only have) the global one.
784 Tue Jan  7 14:02:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
786         * iostream.h (long long fns): Use __extension__.
788         * gen-params: Use _G_llong and _G_ullong instead of long long for
789         deduced types.
791 Fri Dec  6 13:13:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
793         * dbz/dbz.c: Use off_t.
795 Sat Nov 23 15:44:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
797         * Makefile.in (install): Don't install _G_config.h with other headers.
799 Mon Nov 18 17:12:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
801         * config.shared (SUBDIRS): Use -O instead of -O3 for debugging.
803 Sun Nov  3 12:43:34 1996  Jason Merrill  <jason@yorick.cygnus.com>
805         * iostream.cc (write_int): Treat string literals as const.
807 Thu Sep 26 10:09:18 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
809         * depend: Regenerate.
811 Wed Sep 25 22:54:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
813         * config.shared (depend.new): Deal with headers that don't end in .h.
815 Thu Aug 29 17:05:53 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
817         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
819 Mon Aug  5 01:26:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
821         * config{ure.in,.shared} (DISTCLEAN): Add multilib.out.
823 Fri Aug  2 17:39:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
825         * libio.h (NULL): Use __null.
826         * libioP.h (NULL): Ditto.
827         * streambuf.h (NULL): Ditto.
828         * ioextend.cc (get_array_element): Use NULL instead of (void*)0.
830 Fri Jul  5 18:26:41 1996  Jim Wilson  <wilson@cygnus.com>
832         * strfile.h (struct _IO_streambuf): New struct type.
833         (struct _IO_strfile): Use it.
835 Tue Jun 18 18:24:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
837         * fstream.h (fstreambase): Make __my_fb mutable.
838         From Joe Buck.
840 Tue Jun 18 11:03:53 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
842         * dbz/fake.c (main): Set return type to int.
843         * dbz/dbzmain.c (main): Likewise.
844         * dbz/byteflip.c (main): Likewise.
846 Mon Jun 17 14:05:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
848         * gen-params: Check if clog conflicts with system libraries.
849         * stdstreams.cc: If it does, use __IO_clog.
850         * iostream.h: Likewise.
852 Tue Jun 11 13:39:31 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
854         * stdiostream.h (istdiostream (FILE*)): Put istream base
855         initializer before init for __f.
856         (ostdiostream (FILE*)): Likewise for ostream base init.
858 Tue May 14 11:47:21 1996  Per Bothner  <bothner@andros.cygnus.com>
860         * strfile.h (_IO_str_fields):  Removed _len field.
861         (_IO_STR_DYNAMIC, _IO_STR_FROZEN):  new macros.
862         * strstream.h (strstreambuf::is_static):  Removed.
863         (strstreambuf::frozen):  Use _IO_STR_DYNAMIC instead of is_static.
864         * strstream.h, strstream.cc:  Remove support for !_IO_NEW_STREAMS.
865         * strstream.cc (strstreambuf::init_dynamic):  Don't set _s._len.
866         * strops.c (_IO_str_init_static):  Better handling of the
867         negative (== unbounded) size case.
868         (_IO_str_overflow, _IO_str_underflow, _IO_str_count):  Re-write
869         to not use _s._len, and otherwise cleanup/fix.
870         * strstream.h, strstream.cc (strstreambase::strstreambase()):  Call
871         ios::init here.
872         (other constructors):  Simplify - init already called.
874 Tue May 14 10:55:21 1996  Per Bothner  <bothner@deneb.cygnus.com>
876         Change so that strstreambuf default constructor does no allocation.
877         * strstream.h (strstreambuf::init_dynamic):  Default initial size = 0.
878         * strstream.cc (strstreambuf::init_dynamic):  Don't allocate a
879         buffer (yet) if initial_size is 0.
880         * strops.c (_IO_str_overflow):  Add 100 to size of re-allocated
881         buffer, to handle case when initial size is 0.
883         * iostdio.h (remove, rename, tmpfile, tempnam):  Comment out.
885 Mon May 13 23:19:39 1996  Per Bothner  <bothner@deneb.cygnus.com>
887         * fileops.c (_IO_file_close_it):  Just call _IO_do_flush rather
888         than _IO_file_sync, to avoid useless lseek.
890 Tue May 14 10:48:48 1996  Jason Merrill  <jason@yorick.cygnus.com>
892         * floatconv.c (_IO_strtod): Force rv into the stack.
894         * config.shared (gxx_includedir): Now $(includedir)/g++.
896 Sat Apr 27 02:37:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
898         * libioP.h (JUMP*): Implement for thunks.
899         (_IO_jump_t): Add second dummy field for thunks.
901 Thu Apr 25 13:20:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
903         * config.shared (CXX): Use gcc, not g++.
905 Wed Apr 24 10:29:50 1996  Doug Evans  <dje@blues.cygnus.com>
907         * config.shared (depend.new): Delete $(srcdir)/ from foo.{c,cc}
908         for SunOS VPATH.
909         * depend: Regenerated.
911 Fri Apr 19 17:24:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
913         * Version 2.8.0b3.
915 Wed Apr 10 17:16:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
917         * configure.in (ALL): Don't build iostream.a.
919 Mon Apr  8 14:44:11 1996  Per Bothner  <bothner@kalessin.cygnus.com>
921         * iosetvbuf.c (_IO_setvbuf):  Clear _IO_UNBUFFERED unless _IONBF.
923 Mon Apr  8 15:08:23 1996  Ian Lance Taylor  <ian@cygnus.com>
925         * configure.in: Permit --enable-shared to specify a list of
926         directories.
928 Fri Apr  5 17:48:56 1996  Per Bothner  <bothner@kalessin.cygnus.com>
930         * config.shared (MOSTLYCLEAN):  Also remove ${EXTRA_MOSTLYCLEAN}.
932 Fri Mar 22 23:25:00 1996 Ulrich Drepper  <drepepr@gnu.ai.mit.edu>
934         * genops.c (_IO_sputbackc, _IO_sungetc): Clear EOF flag if putsh
935         back was successful.
937 Wed Mar 27 11:54:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
939         * Version 2.8.0b2.
941 Fri Mar 22 15:39:36 1996  Per Bothner  <bothner@kalessin.cygnus.com>
943         * fileops.c (_IO_do_write):  Revert previous fix.  (It fails to
944         handle the case that fp->_IO_read_end != fp->_IO_write_base.)
945         (_IO_file_overflow):  Instead, if _IO_read_ptr is at the end of
946         the buffer, reset all the read pointers to _IO_buf_base.
948 Tue Mar 12 12:03:17 1996  Per Bothner  <bothner@kalessin.cygnus.com>
950         * fileops.c (_IO_do_write):  Even if to_do==0, must re-set buffer
951         pointers.  Bug and solution from Luke Blanshard <luke@cs.wisc.edu>.
953 Wed Feb 28 10:00:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
955         * Version 2.8.0b1.
957 Tue Feb 27 18:08:16 1996  Per Bothner  <bothner@kalessin.cygnus.com>
959         * iopopen.c (_IO_proc_open):  Use (char*)0 rather than imprecise NULL.
961         * streambuf.h (ios):  Add ios::binary;  deprecate ios::bin.
962         * filebuf.cc (filebuf::open):  Handle ios::binary.
964 Fri Feb  9 12:40:19 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
966         * cleanup.c (_IO_cleanup_registration_needed) [!_G_HAVE_ATEXIT]: Init
967         to NULL.
968         * filedoalloc.c (_IO_cleanup_registration_needed): Remove decl.
970 Thu Feb  8 08:12:50 1996  Brendan Kehoe  <brendan@cygnus.com>
972         * filedoalloc.c (_IO_cleanup_registration_needed): Revert previous
973         change, since cleanup.c only defines it if _G_HAVE_ATEXIT.
975 Wed Feb  7 15:10:17 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
977         * filedoalloc.c (_IO_cleanup_registration_needed): Declare as extern.
979 Tue Dec 12 17:21:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
981         * indstream.h, instream.cc (indirectbuf::uflow):  New method.
982         * indstream.cc (indirectbuf::underflow):  Fix to use sgetc, not sbumpc.
983         Fixes bug reported by Kevin Beyer <beyer@cs.wisc.edu>.
985         * indstream.cc (indirectbuf::seekpos):  Add paranoia test.
987 Fri Dec  8 14:55:34 1995  Per Bothner  <bothner@kalessin.cygnus.com>
989         * stream.h:  Add warning to not use these functions.
990         * stream.cc (str, chr):  Re-implement here (from libg++).
992 Tue Nov 28 15:07:01 1995  Per Bothner  <bothner@kalessin.cygnus.com>
994         * config.shared:  Use test instead of [ to avoid DEC Unix lossage.
996 Thu Nov 23 14:51:43 1995  Per Bothner  <bothner@kalessin.cygnus.com>
998         * iopopen.c: Move #include <sys/types.h> ahead of #include <signal.h>
999         to deal with BSDI's literal implementation of Posix.
1001 Sat Nov 25 11:21:55 1995  Doug Evans  <dje@canuck.cygnus.com>
1003         * Makefile.in (install): Set rootme.
1004         * config.shared (TOPDIR): Set with ${foo-...} rather than ${foo=...}.
1005         (INSTALL): Handle absolute, dot, relative-not-dot values of srcdir.
1006         (TEXIDIR): Likewise.
1008 Tue Nov 21 14:12:05 1995  Ian Lance Taylor  <ian@cygnus.com>
1010         * configure.in: Check ${with_cross_host} rather than comparing
1011         ${host} and ${target}.
1013 Mon Nov 20 13:55:29 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1015         * configure.in: Match *-sco3.2v[45]*.
1017 Wed Nov 15 20:19:31 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1019         * config.shared (FLAGS_TO_PASS): Also pass SHLIB and SHCURSES.
1021 Tue Nov 14 01:41:08 1995  Doug Evans  <dje@canuck.cygnus.com>
1023         * config.shared (TO_REAL_TOPDIR): Define.
1024         (MULTITOP): Deleted.
1025         (MULTISRCTOP, MULTIBUILDTOP): New.
1026         (TOPDIR): Change MULTITOP to MULTIBUILDTOP, and use TO_REAL_TOPDIR.
1027         (INSTALL): Add with_multisrctop, TO_REAL_TOPDIR.
1028         (TEXIDIR): Use TO_REAL_TOPDIR.
1029         (LIBS): Delete MULTITOP.
1030         (FLAGS_TO_PASS): Add NM.
1031         (CXXINCLUDES): Delete MULTITOP.
1032         (depend.new): Delete adding MULTITOP to ../ build tree references.
1033         Add MULTISRCTOP to ../ source tree references.
1034         * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
1035         instead of cfg-ml-pos.in.
1037 Sun Nov 12 16:30:48 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1039         * Makefile.in (VERSION):  Set to 2.7.1.
1040         * configure.in:  Add warning for Linux.
1041         * config.shared (DISTCLEAN):  Add EXTRA_DISTCLEAN.
1043         * editbuf.h (edit_mark::index_in_buffer):  Avoid unused param warning.
1045         * iostream.cc (istream::operator>> (char*)):  Improve ANSI compliance.
1047 Fri Nov 10 08:41:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1049         * config.shared (check): Add missing semicolon.
1051 Thu Nov  9 17:27:22 1995  Jason Merrill  <jason@yorick.cygnus.com>
1053         * configure.in (ALL): Remove $(OSPRIM_OBJECTS).
1054         * config.shared (check): Set LD_LIBRARY_PATH.
1055         * NEWS: Fix typo.
1056         * iogetdelim.c (_IO_getdelim): Index *lineptr, rather than lineptr.
1057         From alan@spri.levels.unisa.edu.au (Alan Modra).
1059 Mon Nov  6 15:03:33 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1061         * streambuf.cc, editbuf.cc, isgetline.cc, parsestream.cc:
1062         Fixes to avoid -Wall warnings.
1064 Fri Nov  3 16:41:41 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1066         * gen-params [!__STDC__]: Include varargs.h instead of stdarg.h.
1068 Thu Nov  2 15:04:03 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1070         * config.shared:  Re-write if X then Y else true fi to (not X) || Y.
1072 Wed Nov  1 13:26:44 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1074         * iostream.h (istream::ipfx):  Add default argument value.
1075         Reported by Yotam Medini <yotam_medini@tmai.com>.
1077         * libioP.h (_IO_blen):  Fix typo.
1078         Reported by Bryan T. Vold <btv@ldl.healthpartners.com>.
1080 Fri Oct 27 19:26:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1082         * Makefile.in (_G_config.h):  Set CC to $(CC) rather than to $(CXX),
1083         now that CXX defaults to g++ and CC default to gcc (when found).
1084         * config.shared:  Simplify CXX and CC, since they get overridden
1085         by ../configure anyway.
1087 Wed Oct 25 19:45:50 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1089         * iostdio.h: Wrap including the file with #ifndef _IOSTDIO_H.
1091 Wed Oct 25 11:14:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1093         * libio.h (_IO_seekoff, _IO_seekpos):  New declarations.
1094         * libioP.h (_IO_seekoff, _IO_seekpos):  Remove declarations.
1095         * libioP.h:  Cleanup;  remove old !_IO_UNIFIED_JUMPTABLES stuff.
1097         * filebuf.cc (filebuf::~filebuf):  Only call SYSYCLOSE if currently
1098         open.  Bug found by Martin Gerbershagen <ger@ezis-ulm.de>.
1100         * streambuf.h (streambuf::pubseekoff, streambuf::pubseekpos):
1101         Added, from ANSI draft.
1102         * filebuf.cc (filebuf::open), iostream.cc (variables places), SFile.cc:
1103         Use pubseekoff/pubseekpos rather than sseekoff/sseekpos.
1105         * Makefile.in (install):  Don't install libiostream.a.
1107         * filedoalloc.c:  Also #include <unistd.h>.
1109 Mon Oct  9 18:09:54 1995  Jason Molenda  <crash@phydeaux.cygnus.com>
1111         * config.shared (SUFFIXES): add .c.
1113 Tue Sep 26 16:08:01 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1115         * procbuf.cc:  Move #pragma implementation to beginning.
1117 Wed Sep 20 17:53:33 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1119         * procbuf.h, procbuf.cc:  Add #pragma interface/implementation stuff.
1121 Wed Sep 20 18:59:00 1995  John Eaton  <jwe@bevo.che.wisc.edu>
1123         * procbuf.h: Protect from being included multiple times.
1125 Wed Sep 20 15:47:14 1995  John Eaton <jwe@bevo.che.wisc.edu>
1127         * procbuf.h (procbuf):  Add '_next' pointer field for compatibility
1128         with _IO_proc_file.
1130 Wed Sep 20 13:54:02 1995  Ian Lance Taylor  <ian@cygnus.com>
1132         * config.shared: Add support for maintainer-clean target as a
1133         synonym for realclean.
1134         * dbz/Makefile.in: Likewise.
1136 Mon Sep 11 12:11:19 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1138         * iopopen.c:  #include <sys/types.h> before <sys/wait.h>.
1139         This is in accordance with Posix, and needed for ISC.
1141 Fri Sep  8 00:11:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1143         * gen-params: Use double quotes in the eval setting $TYPE to
1144         $VALUE, to preserve any single quotes in $VALUE.
1146 Mon Aug 21 11:39:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1148         * gen-params: Test for an appropriate version of gcc before using
1149         mode attributes.
1151         * config.shared: Add $(PICDIR) to $ALL.
1153 Mon Aug  7 17:51:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1155         * gen-params:  Generate new macro _G_HAVE_SYS_CDEFS.
1156         * libio.h:  If _G_HAVE_SYS_CDEFS, get __P from <sys/cdefs.h>.
1158 Fri Aug  4 23:21:17 1995  Paul Eggert  <eggert@twinsun.com>
1160         * gen-params: When following typedef changes, allow typedefs
1161         that do not have a space before the defined type name,
1162         e.g. `typedef void *__gnuc_va_list;' as in Linux.  Also,
1163         not require a space in the definiens, e.g. `typedef void*foo;'.
1165 Thu Aug  3 17:54:15 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1167         * iostream.h, iostream.cc (istream::sync):  Added missing method.
1169 Thu Aug  3 17:49:34 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1171         * configure.in:  Remove netbsd special case.
1172         * config/netbsd.mt:  Removed;  no longer used.
1174 Tue Jun 20 16:07:12 1995  Paul Eggert  <eggert@twinsun.com>
1176         * gen-params: Take transitive closure of `typedef' relation.
1177         This is needed for BSD/OS 2.0, which has
1178         fpos_t -> off_t -> quad_t -> long long.
1180 Mon Jul 24 18:28:10 1995  Doug Evans  <dje@canuck.cygnus.com>
1182         * config.shared (TOPDIR): Delete extra '/', $rootme may be empty.
1184 Sat Jul 22 13:27:45 1995  Doug Evans  <dje@canuck.cygnus.com>
1186         * config.shared (depend.new): Fix quoting in DO NOT EDIT line.
1188         * Makefile.in (_G_config.h): Add multilib support.
1189         (install): Likewise.
1190         * config.shared: Likewise.
1191         * configure.in: Likewise.
1193 Wed Jun 28 17:40:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1195         * PlotFile.h, SFile.h, builtinbuf.h, editbuf.h, fstream.h,
1196         indstream.h, iomanip.h, iostream.h, parsestream.h, pfstream.h,
1197         procbuf.h, stdiostream.h, stream.h, streambuf.h, strstream.h: Wrap
1198         with extern "C++".
1200 Thu Jun 22 04:34:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1202         * gen-params: Surround attributes with __.
1204 Mon Jun 19 00:33:22 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1206         * config.shared (SUBDIRS): Massage broken shells that require
1207         'else true'.
1209 Sat Jun 17 11:25:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1211         * streambuf.h: Declare inline members inline in class.
1213 Thu Jun 15 20:45:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1215         * Makefile.in (VERSION):  Update to version 2.7.0.
1217 Wed Jun 14 21:41:11 1995  Jason Merrill  <jason@python.cygnus.com>
1219         * Makefile.in (STDIO_WRAP_OBJECTS): Remove stdfiles.o.
1220         (LIBIO_OBJECTS): Add stdfiles.o.
1222 Wed Jun  7 16:11:36 1995  Jason Merrill  <jason@python.cygnus.com>
1224         * config.shared (all): Appease bash.
1226 Wed Jun  7 11:16:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1228         * configure.in (MOSTLYCLEAN): Remove stamp-picdir.
1230         * config.shared (MOSTLYCLEAN): Ditto.
1231         (CLEAN): Don't.
1233 Mon Jun  5 18:29:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1235         * config/mh-*pic: Removed.
1237         * configure.in (MOSTLYCLEAN): Remove pic objects.
1238         (frags): Use toplevel pic fragments.
1240         * config.shared (CXXFLAGS): Use -O3.
1241         (PICFLAG, PICDIR): New macros.
1242         (all): Depend on $(PICDIR).
1243         (FLAGS_TO_PASS): Pass PICFLAG.
1244         (.x.o): Also build pic object.
1245         (stamp-picdir): Create directory for pic objects.
1246         (MOSTLYCLEAN): Remove pic objects.
1247         (CLEAN): Remove stamp-picdir.
1249         * Makefile.in (iostream.list): Depend on stamp-picdir.
1250         (c++clean): Don't remove _G_config.h.
1252 Mon Jun  5 15:03:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1254         * strstream.h, strstream.cc (strstream::strstream()):  Re-implement to
1255         be like ostrstream::ostrestream(), and not leak memory.
1257         * streambuf.h:  Use #if !_IO_UNIFIED_JUMPTABLES instead of #ifndef.
1259         * iolibio.h (_IO_rewind):  Add missing flags when calling _IO_seekoff.
1261 Thu May 25 22:30:21 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
1263         * config/netbsd.mt (G_CONFIG_ARGS): Add defn for off_t.  Another
1264           layer of typedefs has been added and the gen-params script can
1265           not handle it.
1267 Wed May 10 03:02:58 1995  Jason Merrill  <jason@python.cygnus.com>
1269         * iolibio.h (_IO_rewind): Add new argument to _IO_seekoff.
1271         * config/linux.mt (LIBIOSTREAM_OBJECTS): Include $(STDIO_WRAP_OBJECTS).
1272         (LIBIOSTREAM_DEP): Include stdio.list.
1273         (LIBIOSTREAM_USE): Include `cat stdio.list`.
1275         * Makefile.in (LIBIOSTREAM_DEP): New variable.
1276         (LIBIOSTREAM_USE): Ditto.
1277         (libiostream.a): Use them.
1278         (iostream.list): Ditto.
1279         (stdio.list): New rule.
1280         (stdio/stdio.list): Ditto.
1282 Tue May  9 18:29:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1284         * libioP.h (_IO_jump_t): Change TYPE for __dummy from int to
1285         _G_size_t.
1287 Sat May  6 13:50:37 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1289         * libio.h (_IO_UNIFIED_JUMPTABLES):  #define as true.
1290         (_IO_FILE):  Remove _jumps field (#if _IO_UNIFIED_JUMPTABLES).
1292         * libioP.h (enum _IO_seekflags_):  Removed.
1294         * libioP.h (_IO_setbuf_t):  Change return value of setpos jumptable
1295         function to match C++ streambuf::setpos.  (Return NULL on failure.)
1296         * fileops.c (_IO_file_setbuf), genops.c (_IO_default_setbuf),
1297         filebuf.cc, iosetvbuf.c:  Update to use new setbuf conventions.
1299         * streambuf.h (streambuf):  Re-order virtual functions more logically.
1300         * streambuf.cc (streambuf::uflow), streambuf.h:  New virtual.
1301         * libioP.h (struct _IO_jump_t):  Define using new JUMP_FIELD macro.
1302         And re-order in more logical order consistent with streambuf vtable.
1303         * fileops.c (_IO_file_jumps), iopopen.c (_IO_proc_jumps), iovfprintf.c
1304         (_IO_helper_jumps), streambuf.cc (_IO_streambuf_jumps), strops.c
1305         (_IO_str_jumps):  Update accordingly, using JUMP_INIT macro.
1306         * stdfiles.c:  Set vtable to point to _IO_file_jumps.
1307         * filebuf.cc, iopopen.c, iovfprintf.c (helper_vfprintf), iovsprintf.c,
1308         iovsscanf.c:  Use macros and #if to set jumptables.
1310         * streambuf.c:  _IO_streambuf_jumps and the _IO_sb_* methods are not
1311         needed #if _IO_UNIFIED_JUMPTABLES.
1312         * filebuf.cc (filebuf::__new):  Also no longer needed.
1313         * fstream.cc (fstreambase::__fb_init, fstreambase::fstreambase):  Fix.
1314         * stdstrbufs.c:  Use filebuf vtable instead of builtinbuf's.
1315         * builtinbuf.h, builtinbuf.cc (builtinbuf):  Commented out #if
1316         _IO_UNIFIED_JUMPTABLES - no longer needed.
1317         * strstream.cc (SET_STR_JUMPS):  Does nothing now.
1319         * builtinbuf.cc, fileops.c, genops.c, iofgetpos.c, iofsetpos.c,
1320         ioftell.c, iopopen.c, ioseekoff.c, ioseekpos.c, iosetvbuf.c,
1321         iovfprintf.c, iovfscanf.c, strops.c:  Use DEFUN and DEFUN_VOID.
1322         * filebuf.cc, fileops.c, genops.c, iopopen.c, ioseekoff.c, ioseekpos.c,
1323         iosetvbuf.c, iovfscanf.c:  Use new JUMP_* and IO_OVERFLOW/... macros.
1325         * libioP.h (_IO_seekpos_t):  Third arg is now an int (using _IOS_INPUT
1326         and _IOS_OUTPUT), not an enum _IO_seekflags_.  Flags values are
1327         changed, and their sense inverted (to match streambuf::seekpos).
1328         * libioP.h (_IO_seekoff_t):  Similarly match streambuf::seekoff.
1329         * filebuf.cc, fileops.c (_IO_file_fopen, _IO_file_seekoff), genops.c
1330         (_IO_default_seekpos, _IO_default_seekpos), iofgetpos.c, iofsetpos.c,
1331         iolibio.h (_IO_fseek), ioftell.c, ioseekoff.c, ioseekpos.c,
1332         iostream.cc, streambuf.cc, strops.c (_IO_str_seekoff), strstream.cc:
1333         New seekpos/seekoff conventions.
1334         * iostreamP.h (convert_to_seekflags):  Removed - no longer needed.
1336         * iolibio.h (_IO_fread):  New declaration.
1338         * dbz/Makefile.in:  Re-arrange for cleaner dependencies.
1340 Fri May  5 15:55:22 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1342         * libioP.h (_IO_JUMPS. JUMP_FIELD, JUMP0, JUMP1, JUMP2, JUMP3,
1343         JUMP_INIT, _IO_FINISH, _IO_OVERFLOW, ... _IO_SYSSTAT):  New macros
1344         in preparation for new unified jumptable/vtable implementation.
1345         * cleanup.c, filedoalloc.c, iofclose.c, iofflush.c, iofiledoalloc.c,
1346         ioprims.c, iosetbuffer.c, iostrerror.c, ioungetc.c:  Use DEFUN.
1347         * filedoalloc.c, iofclose, iofflush, iosetbuffer.c:  Use new macros.
1349         * iofopen.c, iofdopen.c:  Use macros and #if for new jumptables.
1351         * gen-params:  Do not #include <sys/types.h>.
1352         Add missing quote in 'eval'.
1353         Do add #include <sys/types.h> in test for <sys/resource.h>.
1354         * config/netbsd.mt:  New file, defining _G_CONFIG_ARGS (for fpos_t).
1355         * configure.in:  Use netbsd.mt for NetBSD.
1357 Wed May  3 15:03:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1359         * libioP.h (DEFUN, DEFUN_VOID, AND):  New macros, from ansidecl.h.
1360         * iofdopen.c, iofgets.c, iofopen.c, iofputs.c, iofread.c, iofwrite.c,
1361         iogetdelim.c, iogetline.c, iogets.c, ioignore.c, iopadn.c, ioperror.c,
1362         ioputs.c, iovsprintf.c, iovsscanf.c, outfloat.c:  Use DEFUN.
1364 Mon May  1 16:22:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1366         * gen-params: #include <sys/types.h>.  Don't use __WCHAR_TYPE__ in
1367         definition of _G_wchar_t.  Use __attribute__ ((mode)) to get
1368         specific-sized ints under gcc, don't worry about int8 or int64
1369         otherwise.  Provide defaults if deduction fails.
1371 Thu Apr 27 18:27:53 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1373         * streambuf.h (ios::~ios):  Delete _arrays.
1374         (_IO_NEW_STREAMS):  Turn on.
1375         * libio.h (__adjust_column):  Remove bogus declaration.
1376         * genops.c (_IO_set_column):  Fix typo (in commented-out code).
1378 Tue Apr 25 17:14:29 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1380         * config.shared (CXXINCLUDES): Use a shell variable with a
1381         different name from the make variable.
1382         * configure.in: Update accordingly.
1384 Mon Apr 17 17:19:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1386         * streambuf.h (__adjust_column):  Remove redundant declaration.
1388 Sat Apr 15 11:39:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1390         * config.shared (do-clean-dvi):  Also remove *.cps.
1392         * gen-params:  Use ${SED} instead of sed.
1394         * libio.h:  Remove #if'd out stuff (confuses makedepend).
1396         * stdstreams.cc (STD_STR):  Standard streams start with ios::dec set.
1398 Fri Apr 14 23:46:31 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1400         * iostream.h, iostream.cc (istream::read, ostream::write):
1401         Use streamsize for the length parameter.
1403         * streambuf.h:  Removed redundant __overflow and __underflow.
1405         * fstream.h, fstream.cc: Add void fstreambase::attach(int).
1407         * iosscanf.c (_IO_sscanf):  Fix non-__STDC__ missing declaration.
1409 Mon Apr  3 15:40:55 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1411         * indstream.*: Fix prototypes of xsputn and xsgetn.
1413         * fileops.c: Avoid ??? trigraph.
1415 Mon Mar 27 16:16:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1417         * iomanip.h (operator<< (ostream&, const omanip<TP>&): Define
1418         separately.
1419         (operator>> (istream&, const imanip<TP>&): Ditto.
1421 Mon Mar 27 08:56:00 1995  Brendan Kehoe  (brendan@lisa.cygnus.com)
1423         * builtinbuf.cc (builtinbuf::setbuf): Cast NULL to streambuf*, to
1424         avoid warning/error about conversion from void*.
1425         * indstream.cc (indirectbuf::seekoff): Likewise.
1426         (indirectbuf::seekpos): Likewise.
1427         * filebuf.cc (filebuf::setbuf): Likewise.
1428         (filebuf::close): Cast NULL to filebuf*.
1430 Wed Mar  1 14:23:18 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1432         * configure.in (DISTCLEAN):  Add, with target-mkfrag.
1434 Fri Feb 24 01:01:08 1995  Jason Merrill  <jason@python.cygnus.com>
1436         * configure.in (frags): Don't require so many dashes in the
1437         canonical target name.
1439 Sat Feb 18 13:18:30 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1441         * streambuf.cc (streambuf::sync):  Always return 0, even for
1442         non-flushed output.  This is required by the ANSI/ISO draft.
1443         * genops.c (_IO_sync):  Likewise always return 0.
1445 Fri Feb 17 16:33:28 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1447         * fileops.c (_IO_file_close_it):  Call _IO_file_sync, rather
1448         than _IO_do_flush, because we want to adjust the file pointer
1449         if reading and not at end (as in SVR4, and as in fflush).
1450         Also, make sure to return error indication if sync fails.
1451         (_IO_file_sync):  Ignore seek error if it is ESPIPE.
1452         (_IO_file_seekoff):  If not readable, do dumb lseek.
1453         * iofclose.c (_IO_fclose):  If closing a non-filebuf, return -1
1454         if _IO_ERR_SEEN.
1456 Fri Feb 17 19:31:00 1995  Ian Lance Taylor  <ian@cygnus.com>
1458         * gen-params: Check for struct tms in <sys/times.h>, defining
1459         HAVE_SYS_TIMES accordingly.
1461 Wed Feb 15 21:05:11 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1463         * strops.c (_IO_str_count):  Use LEN macro.
1464         (_IO_str_seekoff):  Update _len field.
1466 Mon Feb  6 19:29:00 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1468         * gen-params: Default to short, long and long long for 16, 32 and
1469         64 bit types, in case detection fails.
1471 Wed Jan 25 18:07:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1473         * gen-params (_G_wint_t): Allow for broken promotions.
1475 Tue Jan 24 16:15:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1477         * stdstrbufs.cc (_IO_fake_stdiobufs):  Add an extra layer of struct,
1478         to force correct alignment on i960s.
1479         (DEF_STDIOBUF, _IO_{stdin,stdout,stderr}_buf):  Update accordingly.
1481 Thu Jan 19 18:30:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1483         * config.shared (CXXINCLUDES): Add libstdc++ to includes for
1484         building libg++.
1485         (LIBS): Also link with libstdc++ when building libg++ toys.
1486         Don't set EXPORT_ALL_VARIABLES; users will have to set
1487         LD_LIBRARY_PATH themselves.
1489 Fri Dec 30 16:38:13 1994  Mike Stump  <mrs@cygnus.com>
1491         * config/linux.mt: Fix build problem on linux 1.0.8.
1493 Thu Dec 22 11:49:45 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
1495         * config/netware.mt: Use gcc to pre-link iostream.nlm's objects
1496           instead of using nlmconv, so that references to functions in
1497           libgcc.a are resolved.
1499         * configure.in: Append .mt to target makefile fragment file names.
1501         * floatconv.c (tens, tinytens, bigtens): Added const qualifier.
1503 Tue Dec 20 09:59:50 1994  Mike Stump  <mrs@cygnus.com>
1505         * gen-params (VTABLE_LABEL_PREFIX): Since some systems have GNU nm
1506         as nm, and they demangle by default, we have to notice this, and
1507         try --no-cplus (linux) or --no-demangle when running nm.
1509 Wed Dec 14 18:13:58 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1511         * gen-params:  To determine vt-name-mangling using dummy.C add
1512         #include and #prama interface/implementation to avoid problem with
1513         assemblers that don't emit local symbols.  Reported under HPUX 8
1514         by Thomas Arend <arend@blasius.Chemietechnik.Uni-Dortmund.DE>.
1516         * streambuf.h (ios::ios):  Move inline definition after
1517         that of ios::init (which ios::ios calls).
1519 Sun Dec  4 19:50:32 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1521         * fileops.c (_IO_file_init, _IO_file_close_it, _IO_file_sync):
1522         Set _offset to _IO_pos_BAD, to support applications that follow
1523         POSIX.1 rules on mixing file handles.
1525         * fileops.c (_IO_file_overflow):  Handle case that buffer was
1526         allocated (perhaps by setvbuf) but _IO_write_base is still 0.
1528         * iostdio.h (setbuffer):  #define as _IO_setbuffer.
1529         * streambuf.h, filebuf.cc:  Removed filebuf::do_write.
1531 Tue Nov 29 23:38:57 1994  Per Bothner  (bothner@rtl.cygnus.com)
1533         * floatconv.c (setword0, setword1):  Fix typo.
1535 Tue Nov 29 15:37:29 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1537         * config.shared:  Move -fno-implicit-template from CXXFLAGS
1538         to LIBCXXFLAGS.  Tests are better run without it.
1540         * floatconv.c (word0, word1):  Re-place/re-implement using unions
1541         instead of casts to avoid optimizer problems.
1543         * dbz/dbzmain.c:  Renamed dirname -> dir_name to avoid OSF
1544         header file braindamage.
1546 Sat Nov  5 19:44:00 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1548         * config.shared (LIBCFLAGS): Define.
1549         (LIBCXXFLAGS): Define.
1550         (DOING_LIBGXX): Define TOLIBGXX.  Change LIBS to use -lg++.  Add
1551         LD_LIBRARY_PATH and .EXPORT_ALL_VARIABLES:.
1552         (FLAGS_TO_PASS): Add LIBC{,XX}FLAGS.
1553         (XC{,XX}FLAGS): Set to LIBCFLAGS or CFLAGS depending on $LIBDIR.
1554         (COMPILE.c): Define, use in .c.o rule.
1555         (COMPILE.cc): Define, use in .cc.o rule.
1557 Sat Nov  5 15:12:12 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1559         * Makefile.in (VERSION):  Update to 0.67.
1561         * streambuf.h (ios::dont_close):  Is now set by default.
1562         * fstream.h, fstream.cc (__fb_init):  New function.  Clears
1563         ios::dont_close.  Change fstreambase constructors to call it.
1564         * strstream.cc:  *strstream constructors must clear ios::dont_close.
1565         * iostream.cc:  Simplify - don't need to set ios::dont_close.
1566         * ioassign.cc:  Simplify - assume ios::dont_close is always set.
1568         * fstream.h, fstream.cc:  If _IO_NEW_STREAMS, put the
1569         filebuf as a member __my_fb.
1570         * strstream.{h,cc}:  Likewile use a strstreambuf member __my_sb.
1571         * streambuf.h, stdstreams.cc, ioextend.cc:
1572         Fix if _IO_NEW_STREAMS to not use ios::dont_close.
1574         * streambuf.h (class ios):  Move rdbuf later, to avoid
1575         inability of g++ to inline.
1576         * filebuf.cc (filebuf::~filebuf):  Call _IO_do_flush.
1578         * config.shared:  Emit rules to make depend.
1579         * depend:  New file.
1581 Fri Nov  4 17:19:11 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1583         * README:  Fix typos.
1584         * libio.h:  Add comment.  Update Copyright notice.
1586 Fri Nov  4 21:46:30 1994  Paul Eggert  <eggert@twinsun.com>
1588         * libio.h (__P): Change argument name spelling from
1589         `paramlist' to `protos' for compatibility with BSDI 1.1.
1591 Thu Nov  3 00:45:16 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1593         * config.shared (CXXFLAGS): Add -fno-implicit-templates.
1595 Mon Oct 24 15:57:35 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1597         * config.shared:  Define NOSTDIC and use it for libio too.
1599 Thu Oct 20 19:45:35 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1601         * iogetdelim.c: #include <stdlib.h>.
1603 Thu Oct 20 17:09:52 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1605         * iostream.h:  Add classes _IO_istream_withassign and
1606         _IO_ostream_withassign.  Re-type cin, cout, cerr, clog.
1607         (class iostream):  Don't add extra _gcount field.
1608         * ioassign.cc:  New file.  Implement operator= for cin etc.
1609         * streambuf.h (class ios):  Change return type of operator=.
1610         * Makefile.in (IOSTREAM_OBJECTS):  Add ioassign.o.
1612         * Makefile.in:  Re-arrange, so linux.mt overrides can work.
1614         * fileops.c (_IO_file_seekoff):  Optimize seeks within buffer.
1616 Wed Oct 19 14:25:47 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1618         * gen-params (wint_t): Return to using __WCHAR_TYPE__ for
1619         compatibility with gcc versions prior to 2.6.1.
1621 Tue Oct 18 17:08:18 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1623         * Makefile.in:  Define _G_CONFOG_H as _G_config.h for Linux.  Use it.
1624         (IO_OBJECTS):  Add iogetdelim.o.
1625         * config/linux.mt:  New file.
1626         * configure.in:  Select config/linux.mt if Linux.
1627         * iogetdelim.c:  Verious cleanups, many from
1628         Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>.
1629         * libioP.h: Add _IO_getdelim.  Use (void) for no-parameter functions.
1631 Thu Oct 13 16:30:56 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1633         * libio.h:  Rename USE_DTOA to _IO_USE_DTOA for namespace reasons.
1634         * iostream.cc, iovfscanf.c, iovfprintf, floatconv.c:
1635         Update USE_DTOA -> _IO_USE_DTOA.
1637         * libio.h (_IO_feof, _IO_ferror):  Move to here ...
1638         * iolibio:  ... from here
1640         * iostream.cc (istream::get, istream::ignore, istream::read):
1641         Set _gcount to 0 if ipfx0 failed.
1643         * iostream.cc (flush):  Do virtual function call, rather than
1644         going through jumptable.  (To get correct method in derived class.)
1645         Bug and fix from John Wiegley <jw@cis.ohio-state.edu>.
1647         * iofdopen.c (O_ACCMODE):  Define using O_RDWR, not O_RDWRITE.
1649         * streambuf.h (ios::rdbuf(streambuf*)):  New.
1650         * streambuf.h (ios::operator=):  Make private (i.e. dis-allow).
1652 Wed Oct 12 19:09:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1654         * gen-params: Define _G_NO_NRV and _G_NO_EXTERN_TEMPLATES if not
1655         compiling with g++.
1657 Thu Oct  6 16:03:43 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1659         * iostream.texi (ostrstream::str):  Note that NUL is not written
1660         automatically.
1662 Wed Oct  5 17:28:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1664         * iogetdelim.c (_IO_getdelim):  New function.
1666 Wed Oct  5 15:40:22 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
1668         * config/netware.mt: New file, first cut at Netware NLM support.
1669         * configure.in (*-*-netware*): Use config/netware.mt.
1671         * config.shared (NLMCONV, LD): New definition.
1673         * gen-params: check for nm in ${binutils}/nm.new.
1674         * config.shared: Likewise.
1676 Tue Oct  4 12:20:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1678         * iomanip.h (omanip::operator<<):  Make 2nd arg be const.
1679         Bug and fix reported by Greg McGary <gkm@magilla.cichlid.com>.
1681         * strstream.cc (strstreambuf::pcount):  Simplify, to match
1682         ANSI/ISO specification.
1684 Mon Sep 26 15:19:52 1994  Jason Merrill  (jason@deneb.cygnus.com)
1686         * gen-params: Include <wchar.h> and <wctype.h> if they exist.
1688 Thu Sep  8 14:41:41 1994  Jason Merrill  (jason@deneb.cygnus.com)
1690         * iostream.h (class istream): Declare operator>>(long double&).
1691         (class ostream): Define operator<<(long double).
1693         * iostream.cc (istream::operator>>(long double&)): Define.
1695 Wed Sep  7 14:42:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1697         * iostream.texi (Overflow):  Fix bugs in example.
1699 Fri Sep  2 17:45:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1701         * iostream.tex:  Document a little on how to write your
1702         own streambuf-derived class, with an example.
1704 Tue Aug 30 13:03:57 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
1706         * floatconv.c (s2b): Declare X and Y to be _G_int32_t.
1707         (diff, quorem): Declare BORROW, Y, and Z likewise.
1708         (ulp): Declare L likewise.
1709         (_IO_strtod): Declare L and AADJ likewise.
1710         (_IO_dtoa): Declare L and D likewise.  Cast division of D by DS to
1711         _G_int32_t.
1713 Mon Aug 29 16:01:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1715         * iosetvbuf.c (_IO_setvbuf):  If setting _IOFBF and no
1716         buffer was specified, call __doallocate.
1718         * fileops.c, floatconv.c:  Add a bunch of parentheses to
1719         shut up gcc warnings.  Patch from H.J.Lu.
1721         * stdiostream.cc (stdiobuf::sys_read):  Inline call to getc
1722         for the normal case (size==1).
1724 Sat Aug 20 12:14:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1726         * Makefile.in (VERSION):  Increase to 0.66.
1728 Fri Aug 19 17:28:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1730         * iolibio.h:  Added _IO_printf prototype.
1731         Added extern "C" { ... } wrappers #ifdef __cplusplus.
1732         Bugs reported by Neal Becker <neal@ctd.comsat.com>.
1734 Wed Aug 17 18:17:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1736         * fileops.c (_IO_file_seekoff):  For _IO_seek_cur, adjust for
1737         read-ahead before jumping to label dumb.
1739 Wed Aug  3 13:15:01 1994  H.J. Lu  (hjl@nynexst.com)
1741         * libioP.h (CHECK_FILE(FILE,RET)): new, which checks for
1742           FILE == NULL and _IO_MAGIC_MASK.
1743           (COERCE_FILE(FILE)): merged into CHECK_FILE(FILE,RET)
1744           with typo fixes.
1746         * iofread.c, iofwrite.c: add CHECK_FILE(fp, 0);
1747         * iofclose.c: add CHECK_FILE(fp, EOF); remove _IO_MAGIC_MASK check.
1749         * iofflush.c, iofgetpos.c, iofputs.c, iofscanf.c,
1750         iofsetpos.c, iofvbuf.c, ioungetc.c:
1751         Add CHECK_FILE(fp, EOF) and remove COERCE_FILE(fp).
1753         * iofgets.c: add CHECK_FILE(fp, NULL) and remove COERCE_FILE(fp).
1754         * iofprintf.c: add CHECK_FILE(fp, -1) and remove COERCE_FILE(fp).
1755         * ioftell.c: add CHECK_FILE(fp, -1L) and remove COERCE_FILE(fp).
1756         * iosetbuffer.c: add CHECK_FILE(fp, ) and remove COERCE_FILE(fp).
1758 Fri Aug 12 15:35:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1760         * iofdopen.c (_IO_fdopen):  #define O_ACCMODE if it isn't.
1761         Still set O_APPEND if "a" is given, but don't unset it
1762         if it isn't.  Added comment.
1764 Mon Aug  8 13:11:00 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1766         * gen-params (VTABLE_LABEL_PREFIX):  Changes in the implementation.
1767         For look for _*vt[$_.]7*filebuf in the nm output, because that
1768         matches what g++ produces and has produced.  Thus it should be
1769         somewhat more robust.
1771 Sun Aug  7 22:52:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1773         * gen-params (CC):  Remove no-longer-needed -I options
1774         passed to xgcc (now they are implied by the -B options).
1776 Wed Jul 20 16:41:13 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1778         * Makefile.in (tooldir):  Added definition, so we can do
1779         'make install' in this directory.
1780         Bug reported by Klamer Schutte <schutte@tpd.tno.nl>.
1782 Mon Jul 18 18:02:34 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1784         * gen-params (VTABLE_LABEL_PREFIX):  Remove filename sppearing
1785         by itself.  Add comment explaining what is going on.
1787 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
1789         * libio.h: define _IO_uid_t and _IO_HAVE_ST_BLKSIZE
1790           as _G_xxxxxxxx.
1792 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
1794         * iopopen.c:  Don't include <errno.h>. It is included in "libioP.h".
1796         * iopopen.c (_IO_proc_close) : check if fp is on the list
1797           before close it.
1799 Thu Jul 14 16:38:47 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1801         * gen-params (CONFIG_NM):  Make sed scripts to find vtable name
1802         mangling more robost for different forms of nm output.
1804 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
1806         * iofopen.c (_IO_fopen): don't check [redundantly] fp == NULL after
1807           IO_file_init(&fp->_file).
1809         * iomanip.h (template<class TP> class iapp):
1810           change ostream to istream.
1812 Tue Jul 12 14:09:02 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1814         * Makefile.in (VERSION):  Increase to 0.65.
1815         * libioP.h (builtinbuf_vtable):  Only define #ifdef __cplusplus.
1817         * gen-params (_G_int8_t):  Only define if defined(__STDC__),
1818         because K&R C compilers don't have signed char.
1819         (_G_int64_t, _G_uint64_t):  Only define if defined(__GNUC__)
1820         because other compilers may not have long long.
1822 Sun Mar 06 13:10:21 1994  H.J. Lu  (hjl@nynexst.com)
1824         * floatconv.c (_IO_dtoa ()): fix a small memory leak, set the
1825           "on_stack" field to be 0 if "result" is not NULL.
1827 Sat Mar 05 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
1829         * floatconv.c (_IO_dtoa ()): if the number of digits of the
1830           floating point number is more than the previous one, free the
1831           old string and allocate a new one.
1832           [Minor optimization to avoid Bcopy. -PB]
1834 Mon Jul 11 10:53:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1836         * fileops.c (_IO_file_underflow):  'count' should be unsigned,
1837         since it contains the return value of read.  Reported by
1838         Teemu Torma <tot@trema.fi>.
1840 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
1842         * floatconv.c (_IO_strtod ()): make "+" and "-" as error.
1844 Sat Jul  9 15:09:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1846         Make sure _IO_FILE::_flags is always initialized correctly, for the
1847         C functions (fopen, fdopen, popen), and not just the C++ functions.
1848         * fileops.c (_IO_file_init):  Set _flags to CLOSED_FILEBUF_FLAGS.
1849         * fileops.c (_IO_file_fopen):  Remove bogus assignment.
1850         * filebuf.cc (filebuf constructors):  Don't pass CLOSED_FILEBUF_FLAGS
1851         to streambuf constructor - _IO_file_init does it instead.
1852         * filebuf.cc (CLOSED_FILEBUF_FLAGS):  Removed.
1853         * iopopen.c (_IO_proc_open):  Use _IO_mask_flags.
1855 Thu Jun 30 08:49:53 1994  Jason Merrill  (jason@deneb.cygnus.com)
1857         * dbz/Makefile.in (mostlyclean): Add target.
1859 Wed Jun 29 09:30:12 1994  Jason Merrill  (jason@deneb.cygnus.com)
1861         * gen-params: Woops, can't run a C program to determine target
1862         characteristics.  Sigh.
1864 Tue Jun 28 03:11:33 1994  Jason Merrill  (jason@deneb.cygnus.com)
1866         * gen-params: Add _G_{,u}int{8,16,64}_t, use a short C program to
1867         determine what all these should be rather than trying to compare
1868         the MAX numbers in the shell.
1870 Sun Jun 26 21:04:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1872         * stdiostream.h, stdiostream.cc (stdiobuf::xsgetn):  Removed.
1873         Too hairy.  If we want to optimize it, we should do so in
1874         filebuf::xsgetn (or rather _IO_file_xsgetn).
1876         * stdiostream.h (class stdiobuf), stdiostream.cc:  Fix parameter
1877         and return types of virtual function to matcher base types (Oops!).
1878         * streamstream.cc (stdiobuf::xsgetn, stdiobuf::xsputn):
1879         Optimize to call fread.fwrite directly if !buffered.
1880         * fileops.c:  Fix comment.
1882 Fri Jun 24 11:28:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1884         * stdiostream.h (istdiostream, ostdiostream):  New classes.
1886         More robust final cleanup.
1887         * cleanup.c (_IO_register_cleanup):  Register _IO_cleanup,
1888         rather than _IO_flush_all.
1889         * filedoalloc.c: Update comment.
1890         * genops.c (_IO_unbuffer_all):  New.  Makes all files unbuffered.
1891         * genops.c (_IO_cleanup), libioP.h:  New function.  Call
1892         _IO_flush_all, and then _IO_unbuffer_all.  This is in case C++
1893         destructors try to do output *after* _IO_cleanup is called.
1895         Construct standard stdiobufs statically (using type punning).
1896         * stdstrbufs.c;  Unless _STDIO_USES_IOSTREAM declare standard
1897         stdiobufs (for stdin, stdout, and stderr), using type punning
1898         (struct _IO_fake_stdiobuf).  This avoids constructor-time problems.
1899         * stdstreams.cc:  Remove the declarations of the stdiobufs.
1900         Instead use the new (fake) ones in stdstrbufs.cc.  We no longer
1901         have to call ios::sync_with_stdio at constructor time.
1903         Preliminary support for new ANSI streambuf::uflow virtual.
1904         * libioP.h (struct _IO_jump_t):  Add __uflow field.
1905         * genops.c (_IO_default_uflow), libioP.h:  New function.
1906         * fileops.c (_IO_file_jumps), iopopen.c (IO_proc_jumps),
1907         iovfprintf.c (_IO_helper_jumps), strops.c (_IO_str_jumps),
1908         streambuf.cc (_IO_streambuf_jumps):  Add _IO_default_uflow.
1909         * genops.c (__uflow):  New function.
1910         (save_for_backup):  New function.  Some code shared by
1911         __underflow and __uflow, moved out from the former.
1912         (_IO_default_uflow):  New function.
1913         * libio.h (_IO_getc):  Call __uflow, not __underflow.
1915 Wed Jun 22 20:22:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1917         Make sure that the vtable of a streambuf is always valid,
1918         which makes ios::rdbuf simpler and faster.
1919         * gen-params:  Add code to determine _G_VTABLE_LABEL_HAS_LENGTH,
1920         _G_VTABLE_LABEL_PREFIX, _G_VTABLE_LABEL_PREFIX_ID, and
1921         _G_USING_THUNKS, which describe how virtual function tables are named.
1922         * stdfiles.c (FILEBUF_LITERAL):  Moved to libioP.h.
1923         * libioP.h (builtinbuf_vtable):  New (complicated) declaration.
1924         * filebuf.cc (filebuf::__new), strstream.cc (SET_STR_JUMPS):
1925         Initialize vtable to builtinbuf_vtable, not NULL.
1926         * stdstrbufs.cc:  New file.  Same as stdfiles.c, except that
1927         vtable is initialized to builtinbuf_vtable, not NULL.
1928         * streambuf.h (ios::rdbuf):  Can now simplify/optimize, due to
1929         above changes.  Always, just return _strbuf.
1930         * builtinbuf.h, builtinbuf.cc (builtinbuf::vtable,
1931         builtinbuf::get_builtin_vtable):  Removed.  No longer needed.
1932         * streambuf.h, builtinbuf.cc (ios::_IO_fix_vtable):  No longer needed.
1933         Only defined #ifdef _STREAM_COMPAT, for binary compatibility.
1934         * Makefile.in:  Move stdfiles.o from IO_OBJECTS to STDIO_WRAP_OBJECTS.
1935         (IOSTREAM_OBJECT):  Add stdstrbufs.o.
1936         * Makefile.in (_G_config.h):  Pass $(CXXFLAGS) as part of $(CXX).
1938 Fri Feb 11 11:08:01 1994  SBPM Marc GINGOLD (marc@david.saclay.cea.fr)
1940         * iovfprintf.c (helper_vfprintf): add
1941           hp->_IO_file_flags = _IO_MAGIC|(_IO_IS_FILEBUF+_IO_NO_READS);
1942         [This is needed because _IO_vfprintf checks for _IO_UNBUFFERED. -PB]
1943         [Actually:  don't set _IO_IS_FILEBUF. -PB]
1945 Wed Jun 22 13:49:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1947         * stdiostream.cc, stdiostream.h (stdiobuf::buffered):  New methods.
1949         * iofdopen.c (_IO_fdopen):  Various minor improvements.
1951         * iovfscanf.c:  Don't return EOF on control_failure.
1953 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
1955         * iovfscanf.c:  Enforce the sequence of the conversion specifications.
1957 Fri Jun 17 20:57:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1959         * iofdopen.c:  Use fcntl to check that requested access mode is
1960         compatible with existing access mode, and to change the
1961         O_APPEND file status flag if need be.
1963 Thu Jun 16 17:33:50 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1965         * streambuf.h (ios::init):  Initialize all the fields.
1966         This may be overkill, but the current ANSI working paper requires it.
1967         * streambuf.h (ios::ios):  Reimplement in terms of ios::init.
1968         * iostream.cc (Non-default constructors istream::istream,
1969         ostream::ostream, iostream::iostream):  Cannot use a mem-initializer,
1970         because it is ignored if initializing a derived class.  Instead,
1971         call ios::init.
1973 Wed Jun 15 13:35:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1975         * stdstreams.cc (ISTREAM_DEF):  Fix typo (it's a _fake_istream, not
1976         a _fake_ostream).  Reported by Jason Shirk <jshirk@gomez.intel.com>.
1978         * stdiostream.h, stdiostream.cc (stdiobuf::~stdiobuf):  New.
1979         Call _IO_do_flush.
1980         * stdiostream.cc (stdiobuf::sync):  Call _IO_do_flush rather
1981         than filebuf::sync (to avoid bad seeks).
1983         * libioP.h (_IO_do_flush):  Add missing parentheses.
1985 Fri Jun  3 19:16:57 1994  Jason Merrill  (jason@deneb.cygnus.com)
1987         * config.shared (CXXFLAGS): Remove -fno-implicit-templates.
1989         * iomanip.h: Add explicit external instantiations.
1991 Wed Jun  1 14:14:44 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1993         * libio.h (struct _IO_FILE_plus):  Move definition from here ...
1994         * libioP.h (struct _IO_FILE_plus):  ... to here.  Since this
1995         file is private to the implementation, we can rename the fields
1996         from the implementor's to the user's name anme space.
1997         (This avoids a lossage on SCO, whose stdio.h has a #define _file.)
1998         * iofdopen.c, iofopen.c, stdfiles.c:  Fix field references accordingly.
1999         * iopopen.c (struct_IO_proc_file):  Rename fields from
2000         implementor's name space to user's, and update usages.
2001         * streambuf.h (streambuf::_vtable):  Re-implement to not need
2002         struct _IO_FILE_plus.
2003         * strfile.h (struct _IO_strfile_): Likewise.
2005 Wed Jun  1 13:57:48 1994  Jason Merrill  (jason@deneb.cygnus.com)
2007         * config.shared (CXXFLAGS): Use -fno-implicit-templates instead of
2008         -fexternal-templates.
2010 Tue May 31 08:49:28 1994  Mike Stump  (mrs@cygnus.com)
2012         * genops.c, iofclose.c, iofdopen.c, iofopen.c, iopopen.c: Be
2013         consistent about protecting #include <stdlib.h>.
2015         * ioputs.c: Add #include <string.h>, to avoid warning on alpha.
2017         * iofdopen.c: Add #include <stdlib.h>, so that malloc works on
2018         machines where sizeof(int) != sizeof(void *).
2020 Mon May 30 17:26:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2022         * pfstream.cc (ipfstream::ipfstream, opfstream::opfstream):
2023         Reverse sense of test of return value of procbuf::open.
2024         (It returns NULL on failure.)
2026         * filedoalloc.c (_IO_file_doallocate):  Remove dead code for
2027         USE_MALLOC_BUF.  Add code to return EOF if ALLOC_BUF fails.
2029 Sat May 28 13:47:47 1994  Jason Merrill  (jason@deneb.cygnus.com)
2031         * iomanip.cc: Explicitly instantiate smanip<int> and
2032         smanip<ios::fmtflags>.
2034 Wed May 25 16:04:12 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2036         * strfile.h:  Use __P instead of _PARAMS.
2038 Fri May 20 11:42:17 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2040         * libio.h: Rename _PARAMS macro to __P for better glibc and BSD
2041         compatibility.  (Also define _PARAMS for backwards compatibility.)
2042         * cleanup.c, iolibio.h, ioperror.c, iovfprintf.c, iovfscanf.c,
2043         libioP.h: Use __P instead of _PARAMS.
2044         * iostdio.h: Use __P instead of _ARGS.
2046         * fileops.c (_IO_file_read):  Minor stylistic tweak.  (It is
2047         preferable to test errno *after* the error return.)
2049 Fri May 13 15:25:36 1994  Jason Merrill  (jason@deneb.cygnus.com)
2051         * iostream.*: Add insertor and extractor for bool (just pretend
2052         it's an int).
2054 Fri May 13 14:12:03 1994  Mike Stump  (mrs@cygnus.com)
2056         * gen-params: Check for builtin bool support.
2058 Wed May 11 00:48:35 1994  Jason Merrill  (jason@deneb.cygnus.com)
2060         Make libg++ build with gcc -ansi -pedantic-errors
2061         * gen-params: #ifdef __STRICT_ANSI__, #define _G_NO_NRV.
2062         * pfstream.cc (ipfstream::ipfstream): Wrap use of variable-size
2063         array in #ifndef __STRICT_ANSI__.
2065 Fri May  6 12:42:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2067         * Makefile.in (VERSION):  Increase to 0.64.
2069         * isgetline.cc (istream::getline):  The delimiter should *not*
2070         be included in the gcount().
2072         * filedoalloc.c:  #include <stdlib.h> (If __STDC__) to get malloc.
2073         * iostream.h (ostream::put):  Remove overloaded versions, to match
2074         new working paper.  (Actually just put inside _STREAM_COMPAT, for now.)
2076 Tue May  3 14:14:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2078         * genops.c (_IO_default_finish):  Make robust when called
2079         multiple times on the same _IO_FILE*.  (One way this can
2080         happen is by the builtinbuf destructor being followed by the
2081         streambuf destructor.)
2083 Mon May  2 13:55:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
2085         * gen-params: Actually determine wint_t rather than depending on
2086         cpp to provide it or defaulting to the underlying type for
2087         wchar_t.
2089 Sat Apr 30 14:47:30 1994  Jason Merrill  (jason@deneb.cygnus.com)
2091         * gen-params: Add _G_wint_t, allow __*_TYPE__ to override values
2092         at compile time, fix definition of _G_ARGS.
2094 Fri Apr 29 16:55:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2096         * libio.h: Remove #pragma interface.  (There is no implementation.)
2098 Mon Mar 28 14:22:26 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2100         * iostream.cc (ostream::operator<<(double)):  Add/fix support
2101         for printing '+' when ios::showpos is set.
2102         (Fixes bug reported by Doug Moore <dougm@cs.rice.edu>.)
2103         * iostream.cc (istream::read):  Set eofbit as well as failbit on eof.
2104         * iostream.cc (ostream::operator<<(int)):  Fix conversion
2105         to unsigned (used to lose on INT_MIN).
2106         * iostream.cc (ostream::operator<<(long)):  Use (unsigned long),
2107         rather than (unsigned) for temporary.
2109         * config.shared, Makefile.in:  Remove definitions and uses
2110         of XTRAFLAGS.  It is no longer needed, since it is
2111         now implied by the -B flag.
2113 Fri Mar 25 00:31:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
2115         * builtinbuf.h: Add put /**/ around comment on trailing #endif.
2117         * Makefile.in (c++clean): Make clean in tests subdir, too.
2119 Wed Mar 23 16:42:09 1994  Doug Evans  (dje@canuck.cygnus.com)
2121         * configure.in: Remove Makefile.tem before creating it.
2122         Needed when configuring from read-only source trees.
2124 Wed Mar 16 14:06:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2126         * stdstreams.cc:  Fix so that stdiobuf are used for cin/cout/cerr,
2127         unless _STDIO_USES_IOSTREAM is defined.
2128         * filebuf.cc (filebuf::setbuf):  Fix confusion about return
2129         value from _IO_file_setbuf.
2131 Sun Mar 13 00:54:12 1994  Paul Eggert  (eggert@twinsun.com)
2133         * config.shared: Ensure that `all' precedes `.PHONY';
2134         BSDI 1.1 needs this.
2136 Sat Mar 12 03:58:00 1994  Paul Eggert  (eggert@twinsun.com)
2138         * config.shared: Output a definition of INSTALL that uses
2139         $${rootme}, not ${rootme}.  Most `make's don't care, but BSDI
2140         1.1 `make' does.
2142 Fri Mar  4 17:33:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2144         * iopopen.c:  #define _POSIX_SOURCE.
2145         * isgetline.c (istream::getline):  Various fixes.
2147 Thu Mar  3 17:58:20 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2149         * iostream.cc (write_int):  Fix test for when to add initial '0'
2150         when ios::oct and ios::showbase are set.
2151         For hex, showbase adds initial 0x (or 0X) regardless of val==0.
2152         Bugs reported by Phil Roth <proth@cs.uiuc.edu>.
2154 Mon Feb 21 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
2156         * libio.h (_IO_PENDING_OUTPUT_COUNT(_fp)): return the
2157         pending output count in _fp.
2159 Fri Feb 25 09:26:57 1994  Ian Lance Taylor  (ian@cygnus.com)
2161         * gen-params: For HAVE_SYS_WAIT, compile dummy.c, not dummy.C.
2163 Tue Feb 22 11:19:09 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2165         * streambuf.h, genops.c, libioP.h:  Rename references to
2166         _IO_FILE fields other_gbase => _IO_save_base,
2167         _aux_limit => _IO_backup_base, and _other_egptr => _IO_save_end.
2168         * libio.h:  Remove no-longer needed macros _other_gbase,
2169         _aux_limit, and _other_egptr.
2170         * genops.c (__underflow, _IO_default_finishh, _IO_unsave_markers):
2171         Check _IO_save_base for NULL before FREEing it or calling
2172         _IO_free_backup_area.
2174 Thu Feb 17 15:26:59 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2176         * gen-params:  Improve deduction of _G_uint32 and _G_int32.
2177         Should now work for 16-bit, 32-bit, or 64-bit targets.
2178         * gen-params:  Check for sys/wait.h using ${CC}, since it's
2179         now used in a C file, not a C++ file.
2180         * floatconv.c:  Typedef _G_uint32_t as unsigned32, and use
2181         unsigned32 in place of unsigned long.  (Needed for Alpha.)
2183 Tue Feb  8 13:40:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2185         * fileops.c (_IO_file_close_it):  Simplify by using _IO_do_flush.
2186         * fileops.c (_IO_file_finish):  Don't call _IO_file_close_it -
2187         do it inline.  Call _IO_do_flush even if _IO_DELETE_DONT_CLOSE.
2188         * fileops.c (_IO_file_attach):  Set _IO_DELETE_DONT_CLOSE.
2189         * genops.c (_IO_flush_all):  Only call overflow if there is
2190         something to write.
2191         * iofclose.c (_IO_fclose):  Check that magic number is correct,
2192         and clear it when done.  Avoids crashing some buggy applications.
2193         * iogetline.c (_IO_getline):  Don't gratuitously increment old_len.
2194         * iogets.c (_IO_gets):  Take care to get required ANSi semantics.
2196 Sun Feb  6 19:50:39 1994  Jason Merrill  (jason@deneb.cygnus.com)
2198         * iomanip.cc: Explicitly instantiate operator<< and >>.
2200 Fri Feb  4 12:28:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
2202         * config.shared (CXXFLAGS): Use -fexternal-templates.
2204         * iomanip.h: Uncomment #pragma interface.
2206 Thu Jan 20 13:48:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2208         If no characters are read by fgets, ANSI C doesn't allow '\0' to
2209         be written to the buffer, but it is required by ANSI C++
2210         for istream::get and istream::getline.  Both use _IO_getline ...
2211         * iogetline.c (_IO_getline):  Don't write a '\0' at the end
2212         of the read data.  The input buffer length does not include
2213         space for a '\0'.
2214         * iofgets.c, iogets.c:  Change appropriately.
2215         Also check for _IO_ERR_SEEN, as required by ANSI.
2216         * isgetline.cc:  Update accordingly.
2218 Mon Jan 17 13:24:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
2220         * Makefile.in (c++clean): Added target for compiler testing
2221         (i.e. make c++clean all).
2223 Mon Jan 10 11:20:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2225         * libio.h (_IO_putc):  Add parentheses.
2226         Patch from Rik Faith <faith@cs.unc.edu>.
2228 Tue Jan  4 01:32:28 1993  Hongjiu Lu (hjl@nynexst.com)
2230         * genops.c (_IO_default_xsputn):
2231           (_IO_default_xsgetn):
2232         * ioignore.c: change "_IO_size_t count" to
2233           "_IO_ssize_t count".
2234         * iogetline.c: change "_IO_size_t len" to
2235           "_IO_ssize_t len".
2237 Mon Dec 20 00:31:21 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2239         * config.shared (CXXINCLUDES):  Fix quoting of $(NOSTDINC).
2241 Sun Dec 19 21:03:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2243         * Makefile.in (VERSION):  Increase to 0.63.
2245 Fri Dec 17 13:02:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2247         * iofread.c (_IO_fread):  Return 0 if either size or count is 0.
2248         * iofwrite.c (_IO_fwrite):  Return 0 if either size or count is 0.
2249         (This is consistent with fread, and most implementations, but not
2250         with a literal reading of the ANSI spec.)
2251         * iovfscanf.c (_IO_vfscanf):  If got EOF while skipping spaces,
2252         set seen_eof and break (instead of returning).
2253         * sbscan.cc (streambuf::vscan):  Set error state before returning.
2254         * streambuf.h:  Add a forward declarations for class istream
2255         to work around a g++ vtable name mangling bug.  (Patch from
2256         harry@pdsrc.hilco.com via Jeffrey A Law <law@snake.cs.utah.edu>.)
2257         * NEWS:  New file.
2259 Sat Dec 11 16:21:08 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2261         * iovfprintf.c (struct helper_file, _IO_helper_overflow,
2262         helper_vfprintf, _IO_helper_jumps):  New structs and functions.
2263         (_IO_vfprintf):  Use helper_vfprintf to make printing to
2264         unbuffered files more efficient.
2265         * genops.c (_IO_default_underflow), libioP.h:  New function.
2267         * iovsscanf.c (_IO_vsscanf):  The input string's length marks
2268         its logical end-of-file.
2270 Wed Dec  8 13:20:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2272         * indstream.cc (indirectbuf::sync()):  Don't crash if get_stream()
2273         or put_stream() are NULL;  sync() both streams even if error.
2275 Sun Dec  5 19:24:29 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
2277         * iostreamP.h (convert_to_seekflags): Use _IO_seek_set instead of
2278         0 inside the conditial expressions.
2280         * iofsetpos.c (_IO_fsetpos): Delete unused var `pos'.
2282 Sat Dec  4 15:57:26 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2284         * filedoalloc.c (_IO_file_doallocate):  Change type of couldbetty
2285         to int, and type of size to _IO_size_t, instead of size_t.
2286         (Change needed for Ultrix, which incorrectly deliberately doesn't
2287         define size_t in <sys/types.h> if _POSIX_SOURCE is defined.)
2289 Thu Dec  2 22:43:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2291         * fileops.c (_IO_file_finish):  Remove redundant call to _IO_un_link.
2292         * iofclose.c (_IO_fclose):  Don't call fp->_jumps->__close;  it's
2293         too low-level.  Instead call _IO_file_close_it.
2294         * dbz/Makefile.in (rclean, distclean):  Add some missing files.
2296 Wed Dec  1 13:19:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2298         * config/hpux.mt (MATH_H_INLINES): No longer define.
2299         Patch from Jeffrey A Law <law@snake.cs.utah.edu>.
2301 Fri Nov 26 13:28:36 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2303         * config.shared (CINCLUDES):  Define default if libg++.
2304         * iofread.c:  Use _IO_sgetn.c.
2305         * iolibio.h (_IO_clearerr):  Fix typo.
2306         * genops.c (_IO_seekmark):  Return 0 on success.
2307         * floactconv.c (Binit):  Change to static.
2308         * iofclose.c (_IO_fclose):  Check if file is _IO_stdin, _IO_stdout,
2309         or _IO_stderr;  if so don't try to free it.  Fix from hjl@nynexst.com.
2311         * genops.c (_IO_default_sync), libioP.h:  New function.
2312         * libioP.h (_IO_default_close):  Use _IO_default_sync -same interface.
2314         * Makefile.in:  Increase version to 0.62.
2315         * iopopen.c (_IO_proc_close):  Use waitpid (available in libibarty,
2316         if needed), rather than wait.  Don't block/ignore SIGINT etc,
2317         as this is counter to Posix.2.
2318         * iopopen.c:  Chain open proc_files, and have the child close
2319         the ones that are open (as required by Posix.2).
2321         * fstream.h (fstreambase::rdbuf), strstream.h (strstreambase
2322         ::rdbuf):  Call ios::rdbuf() instead of getting _strbuf directly.
2324         * sbscan.cc (streambuf::vscan):  Comment out duplicate default arg.
2325         * floatconv.c:  Recognize Alpha and i860 as little-endian.
2326         * streambuf.cc:  Return two bogus value returns from void functions.
2327         * iolibio.h, iofwrite.c:  Fix buffer type to (const void*).
2328         * libio.h:  Predefine of struct _IO_FILE to help non-g++-compilers.
2329         * libioP.h, pfstream.cc, stdfiles.c, iovfscanf.c: Cleanup syntax junk.
2330         * stdstreams.cc:  Minor simplification.
2331         * streambuf.h, builtinbuf.cc:  Add non-const ios::_IO_fix_vtable()
2332         for temporary binary compatibility.
2334         * filedoalloc.c, fileops.c:  Add _POSIX_SOURCE.
2335         * fileops.c, iofopen.c, iofputs.c, iostream.cc, strops.c,
2336         strstream.cc, genops.c:  Add some missing #includes.
2337         * iofopen.c, iofdopen.c:  Return NULL if malloc fails.
2338         * iovfscanf.c:  Fix return type in strtol prototype.
2339         * fwrite.c:  Remove bogus file.
2341 Wed Nov 17 14:09:42 1993  Per Bothner  (bothner@cygnus.com)
2343         * builtinbuf.cc (ios::_IO_fix_vtable), streambuf.h:  Make method
2344         const, to reduce problems with -Wcast-qual.
2346 Tue Nov 16 19:30:42 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2348         * config.shared (CXXINCLUDE): use ${} instead of $() for NOSTDINC
2350 Tue Nov 16 14:15:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2352         * iopopen.c (_IO_proc_close):  Re-structure to avoid
2353         declarations after statements.
2354         * floatconv.c:  If not __STDC__, #define DBL_MANT_DIG.
2355         * config/isc.mt (G_CONFIG_ARGS): Remove bogus spaces.
2356         Patch from David A. Avery <daa@nic.cerf.net>.
2358 Tue Nov 16 15:58:31 1993  Mark Eichin  (eichin@cygnus.com)
2360         * Makefile.in (_G_config.h): explicitly use $(SHELL) to run
2361         gen-params, since we know it is a script (we're explicitly looking
2362         in ${srcdir} for it) and /bin/sh might not be good enough.
2364 Mon Nov 15 13:26:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2366         * builtinbuf.cc:  Don't depend on initialization of static
2367         variable builtinbuf::vtable, since that might happen after
2368         we need it (for a static constructor).  Instead, initialize
2369         it when needed by inlining the code from get_builtin_vtable
2370         into ios::_IO_fix_vtable().
2372         * floatconv.c:  Avoid using #elif, which some C compilers lack.
2373         * iogetline.c, libioP.h:  Make char parameter be int, to avoid
2374         some default promotion anomalies.
2376 Fri Nov  5 11:49:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2378         * config.shared (do-clean-dvi):  Remove TeX work files.
2379         * iopopen.c (extern _IO_fork):  Don't use parameter type void.
2380         * strops.c (_IO_str_init_static):  Clear the allocate_buffer
2381         function pointer, to mark the strfile as being static.
2382         Bug fix from Mike Raisbeck <mike@pudding.rtr.COM>.
2384 Thu Nov  4 10:44:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2386         * filebuf.cc (filebuf:): Use sseekoff rather than seekoff
2387         (which loses if vtable pointer is NULL).
2389         * iostream.cc (ostream::operator<<(long long n)):  Fix thinko.
2391         * Makefile.in (VERSION):  Increase to 0.60.
2392         * Makefile.in (IO_OBJECTS):  Added iopopen.o.
2393         * config.shared (DISTCLEAN):  Also remove Make.pack.
2394         * config.shared (CXXINCLUDES):  Add $(NOSTDINC).
2396         * config.shared (INSTALL):  Fix so it ues the correct install.sh
2397         whether $srcdir is absolute or relative.
2399         * floatconv.c (DBL_MAX_10_EXP): Fix default value.
2401 Wed Nov  3 10:20:49 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2403         * gen-params:  Make more robust to allow random junk (NeXT
2404         has spaces) before typedefs.
2406         * fileops.c (_IO_file_overflow):  Reduce code duplication.
2407         * Makefile.in (IO_OBJECTS):  Remove ioputs.o.
2409         * iovfscanf.c, libio.h:  Extra parameter to _IO_vfscanf,
2410         for optionally setting an error indication..
2411         * iofscanf.c, ioscanf.c, iofscanf.c, iovsscanf.c:  Fix calls to
2412         _IO_vfscanf to pass an extra NULL.
2413         * sbscan.cc (streambuf::vscan):  If passed an extra stream,
2414         set its error state (using new _IO_vfscanf parameter.
2416         * filedoalloc.c, fileops.c, genops.c, iogetline.c, ioignore.c,
2417         libio.h, libioP.h, streambuf.cc streambuf.h, strfile.h, strops.c,
2418         strstream.cc:  Replace macros (_base, _ebuf, _eback, _gptr, _egptr,
2419         _pbase, _pptr, _epptr) by field names (_IO_buf_base, _IO_buf_end,
2420         _IO_read_base, _IO_read_pre, IO_read_end, _IO_write_base,
2421         _IO_write_ptr, _IO_write_end).
2422         * libio.h:  Remove the old macros (which fixes a conflict.
2424 Mon Nov  1 15:22:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2426         * iostream.cc:  Use _IO_sputn instead of sputn.  _IO_sputn does
2427         not require a vtable pointer, and is also slightly faster.
2429         * builtinbuf.{h,cc} (builtinbuf::setbuf):  Fix return and
2430         parameter types.
2432 Mon Oct 25 12:56:33 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2434         Kludge to make sure _IO_FILE buffers get flushed before exit.
2435         * dbz/dbzmain.c, dbz/fake.c, dbz/byteflip.c:
2436         Invoke DBZ_FINISH macro (if defined) before (normal) exits.
2437         * dbz/Makefile.in (CFLAGS):  Define DBZ_FINISH to call _IO_flush_all.
2439 Sat Oct 23 22:10:53 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2441         * Makefile.in (VERSION):  Set to 0.60 for libg++ release.
2442         * fileops.c (_IO_file_attach):  Set _offset to _IO_pos_BAD.
2443         * iostream.cc (ostream::flush):  Fix thinkp.
2444         * editbuf.cc, isgetsb.cc, isscan.cc, osform.cc, parsestream.cc,
2445         pfstream.cc, sbform.cc, sbscan.cc, stdstreams.cc, stream.cc:
2446         Replace #include "ioprivate.h" by #include "libioP.h" (and
2447         sometimes stdarg.h, stdlib.h and/or string.h).
2448         * ioprivate.h:  Removed.
2451 Thu Oct 21 19:24:02 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2453         * PlotFile.h, SFile.h, editbuf.cc, editbuf.h, filebuf.cc,
2454         fstream.cc, fstream.h, indstream.cc, indstream.h, iomanip.cc,
2455         iomanip.h, ioprivate.h, iostream.cc, iostream.h, isgetline.cc,
2456         isgetsb.cc, parsestream.cc, parsestream.h, pfstream.cc,
2457         pfstream.h, procbuf.cc, procbuf.h, stdiostream.cc, stdiostream.h,
2458         stdstreams.cc, streambuf.cc, streambuf.h, strstream.cc,
2459         strstream.h:  Remove old (duplicate) copyright notices.
2461         * iostream.cc:  Fix calls to sync() to be safe in the presence
2462         of vtable-less streambufs.
2464 Wed Oct 20 15:22:04 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2466         * streambuf.h (streambuf::underflow, streambuf::overflow):
2467         Don't make virtual functions pure.
2468         * streambuf.cc (streambuf::underflow, streambuf::overflow):
2469         Default definitions (return EOF).
2470         * fstream.h:  Add new (int fd, char* buf, int len) constructors.
2471         These are deprecated, but added for AT&T compatibility.
2472         * fstream.cc fstreambase::fstreambase(int fd, char *p, int l): New.
2474 Thu Oct 14 14:57:01 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2476         * configure.in: use 'mv -f' instead of 'mv'
2478 Tue Oct 12 05:01:44 1993  Mike Stump  (mrs@cygnus.com)
2480         * floatconv.c: Fix typo, change __STDC to __STDC__.
2482 Mon Oct 11 17:03:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2484         * cleanup.c:  It should be #if _G_HAVE_ATEXIT, not #ifdef.
2486         * floatconv.c, iostrerror.c, iovfprintf.c, iovfscanf.c, libioP.h:
2487         Bunch of fixes to allow use of non-ANSI (K&R) C compilers.
2489         * Makefile.in (iostream.list):  Use CC=$(CXX) to force use of gcc.
2490         * README:  New file.
2492 Fri Oct  8 16:19:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2494         * Makefile.in:  Move ioungetc.o from STDIO_WRAP_OBJECTS to
2495         IO_OBJECTS (since it is needed for iovfscanf.c).
2496         * iostrerror.c:  Add declaration of strerror.
2498 Thu Oct  7 12:02:28 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2500         * cleanup.c:  New file, to cause flushing at exit.
2501         * filedoalloc.c:  Cause flushing on exit.
2502         * Makefile.in (OSPRIM_OBJECTS):  Add cleanup.o.
2503         * gen-params:  Check for atexit.
2505 Tue Oct  5 19:11:14 1993  Mike Stump  (mrs@cygnus.com)
2507         * ioperror.c (_IO_strerror): Add missing ()s in _PARAMS usage.
2509 Tue Oct  5 10:33:37 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2511         * iofprintf.c, iofscanf.c, ioprintf.c, ioscanf.c, iosprintf.c,
2512         iosscanf.c:  Remove bogus semi-colon after va_dcl.
2513         * ioperror.c:  Fix typos in declaration.
2515 Mon Oct  4 17:12:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2517         * configure.in (CLEAN):  Define (as _G_config.h *.a).
2519         * fileops.c (_IO_file_read):  Don't assume EINTR is defined.
2520         * iosetbuf.c:  Replace by generalized ...
2521         * iosetbuffer.c:  ... variant, derived from BSD.
2522         * Makefile.in (STDIO_WRAP_OBJECTS):  Change correspondingly.
2523         * iosetvbuf.c (iosetvbuf):  Minor ANSI tweak.
2524         * iostdio.h (setbuf, setlinebuf):  New #defines.
2525         * iolibio.h (_IO_setbuf, _IO_setlinebuf):  (Re-)define as macros.
2526         * Makefile.in (LIBIO_OBJECTS):  New macro.
2528 Tue Sep 28 14:15:52 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2530         * libioP.h (_IO_proc_open, _IO_proc_close): Add missing return types.
2531         * procbuf.cc:  Belated fixes.
2533 Mon Sep 27 14:04:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2535         * Makefile.in: List new files.  Add STDIO_WRAP_OBJECTS macro.
2536         * floatconv.c (d2b):  Use Exp_msk11 instead of Exp_msk1.
2537         * iofgetpos.c (_IO_fgetpos), iofsetpos.c (_IO_fsetpos):  Clean up.
2538         * iolibio.h:  New file.  Declarations of _IO_foo, for most foo
2539         where foo is a stdio function.  (Remove these from libio.h.)
2540         * iostream.h (istream::istreambuf, ostream::ostreambuf):  Move
2541         obsolete functions inside #ifdef _STREAM_COMPAT.
2542         * libio.h, libioP.h, streambuf.h, parsestream.h, stdiostream.h:
2543         Use _IO_fpos_t rather than _IO_pos_t.
2544         * iopopen.c:  New file type, for pipe (popen-like) streams.
2545         * procbuf.cc:  Now just a C++ wrapper for the files in iopopen.c.
2546         * streambuf.h (ios::unsetf):  Return complete old value of flags.
2547         * iogets.c (_IO_gets(), ioungetc.c (_IO_ungetc), ioperror.c
2548         (_IO_perror), iostrerror.c (_IO_strerror):  New files and
2549         functions, for stdio implementation.
2550         * iostdio.h:  Add declarations for various recently-added functions.
2552 Sun Sep 12 14:24:55 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2554         * streambuf.h (ios::showpos):: Fix typo.
2556 Fri Aug 27 12:05:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2558         * iopadn.c (_IO_padn):  Change to return count of chars written.
2559         * outfloat.c, iovfprintf.c:  Change for new _IO_padn interface.
2560         * iostream.cc (ostream::operator<<):  Make sure to set badbit
2561         on a failure (many places).  Use _IO_padn more.
2562         * iostream.cc (ostream& ostream::operator<<(const void *p):  Move to
2563         * osform.cc:  ... here, to reduce linking-in-the-world syndrome.
2564         * osform.cc: Use rdbuf(), instead of _strbuf directly.
2566         * genops.c (_IO_sgetn), libio.h:  New function.
2567         * streambuf.h (streambuf.h::sgetn):  Use _IO_sgetn.
2568         * SFile.cc (SFile::operator[]):  Use sseekoff, not seekoff.
2570 Thu Aug 26 10:16:31 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2572         * config.shared (SUBDIRS): only recurse if the directory is configured
2574 Wed Aug 25 12:56:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2576         * config/{hpux.mt, isc.mt, sco4.mt}:
2577         Moved from ../libg++/config (since they affect _G_config.h).
2578         * configure.in:  Set target_make_frag to one of the above files.
2580 Fri Aug 20 00:53:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2582         * iofopen.c (iofopen):  Fix type passed to _IO_un_link().
2583         * Makefile.in (_G_config.h):  Pass $CC (not $CXX) as CC.
2585         * configure.in (configdirs):  Add dbz and stdio.
2586         * fileops.c (_IO_file_seekoff):  Convert more old functionality.
2587         * iofdopen.c:  Use mode parameter to set _flags.
2588         * iofscanf.c, ioputs.c, ioscanf.c, iosprintf.c:  New files.
2589         * Makefile.in (IO_OBJECTS):  Added new objects.
2590         * iostdio.h:  Add feof. fscanf, puts, sprintf, vsprintf.
2591         * libio.h:  Add _IO_vprintf macro.
2592         * iofopen.c:  Invoke _IO_un_link if failure.
2593         * iovsprintf.c:  Write terminating NUL.
2595         * libioP.h:  Add COERCE_FILE macro (by default does nothing).
2596         * iofclose.c, iofflush.c, iofgets.c, iofprintf.c, iofputs.c,
2597         iofread.c, ioftell.c, iofwrite.c, iosetbuf.c, iosetvbuf.c:
2598         Invoke COERCE_FILE macro.
2599         * ioftell.c:  Use _IO_seekoff.
2601 Wed Aug 18 22:49:56 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2603         * sbform.cc (streambuf::form), sbscan.cc (streambuf::scan):
2604         Remove cast to _IO_va_list.  (Loses if array type.)
2606         * libio.h:  Handle _IO_va_list for systems that need <stdarg.h>.
2607         * floatconv.h:  Fix typo (reported by H.J.Lu).
2609 Wed Aug 18 19:34:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2611         * configure.in (INSTALLDIR): handle native vs. cross case
2613         * Makefile.in (install): don't use $TARGETLIB, set INSTALLDIR to
2614         $(libdir)
2616 Wed Aug 18 12:10:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2618         * Makefile.in:  Rename iostream-files to iostream.list.
2619         * configure.in:  Add iostream.list to MOSTLYCLEAN.
2621 Tue Aug 17 18:56:59 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2623         * Makefile.in:  Depend on _G_config.h where appropriate.
2624         * config.shared (CXXINCLUDES):  If doing libg++, search ../libio.
2626 Tue Aug 17 17:34:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2628         New directory.  Based on old libg++/iostream code,
2629         but extensively re-written.