* flow.c (mark_used_regs): Revert last change.
[official-gcc.git] / libio / ChangeLog
blobb7b30ea0e248b699be3dfbf0f2e762d075c7880c
1 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
3         * libioP.h: Handle new ABI mangling.
4         * stdstrbufs.cc: Likewise.
6 2000-05-24  Ulrich Drepper  <drepper@redhat.com>
8         * iostream.cc (endl): Fix bug in last change.
9         (ends): Make same change as for endl.
11 Tue May 23 22:56:56 2000  Jerry Quinn
13         * iostream.cc (endl): Verify stream can accept characters
14         before writing its eol.
16 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
18         * config.shared: Change "pic" to depend on $(PICFLAG), not
19         on $(enable_shared).
21 2000-05-11  Robert Lipe <robertlipe@usa.net>
23         * configure.in: Remove special casing for sco3.2v[45].
24         * config/sco4.mt: Deleted.
26 2000-05-10  Jakub Jelinek  <jakub@redhat.com>
28         * configure.in: Use mh-sparcpic for sparc*-*-*.
30 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
32         * configure.in: Indent the # of #include_next one space.
34 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
36         * configure.in: -linux-gnu*, not -linux-gnu.
38 2000-01-28  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
40         * fstream.h (ifstream::ifstream): Add ios::in to mode.
41         (ifstream::open): Likewise.
42         (ofstream::ofstream): Add ios::out to mode.
43         (ofstream::open): Likewise.
45 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
47         * dbz/dbz.c, dbz/dbzmain.c: Include stdlib.h.  Don't declare
48         malloc, calloc, free, atol, atoi, or errno.  (errno.h was
49         already being included.)
51 2000-01-12  Fred Fish <fnf@be.com>
53         * configure.in (*-*-beos*): Recognize.
54         * config/beos.mt: New file.
56 1999-12-22  Jakub Jelinek  <jakub@redhat.com>
58         * libio.h (_IO_cookie_io_functions_t): Use _IO_off_t instead of
59         _IO_fpos_t.
60         (_IO_seekoff, _IO_seekpos): Likewise. Use _IO_off64_t instead of
61         _IO_fpos64_t.
62         * libioP.h (_IO_seekoff_t, _IO_seekpos_t, _IO_seek_t): Likewise.
63         (_IO_seekoff, _IO_seekpos): Likewise.
64         (_IO_default_seekoff, _IO_default_seekpos): Likewise.
65         (_IO_default_seek): Likewise.
66         (_IO_file_seekoff, _IO_file_seek, _IO_str_seekoff): Likewise.
67         * streambuf.h (streampos): Typedef to _IO_off_t resp. _IO_off64_t.
68         * parsestream.h (class parsebuf::pos_at_line_start): Change type
69         to _IO_off_t.
71 1999-12-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
73         * filebuf.cc (open): Support ios::ate if _G_HAVE_IO_FILE_OPEN.
74         Remove seek for ios::app if not.
76 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
78         * filedoalloc.c, floatio.h, iovfprintf.c, iovfscanf.c: Remove
79         advertising clause from BSD license, pursuant with
81           ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
83 1999-12-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
85         * strstream.h (strstreambuf::streambuf): Rename parameters to
86         avoid shadow warning.
87         * stream.h (WS): Likewise.
89 Thu Sep 30 01:08:04 1999  Jeffrey A Law  (law@cygnus.com)
91         * editbuf.cc, parsestream.cc, pfstream.cc: Include string.h.
93 Mon Sep 13 06:30:14 1999  Mark Klein <mklein@dis.com>
95         * config/mpeix.mt: New for MPEiX port.
97 Sat Sep  4 18:00:00 PDT 1999 Mark Klein (mklein@dis.com)
99         * configure.in: Add mpeix.mt make fragment.
101 1999-08-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
103         * streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the
104         global scope.
106 1999-08-07  Andreas Schwab  <schwab@suse.de>
108         * iostream.cc: Add missing calls to isfx and setup a cleanup
109         region for the locked stream.
110         * iostream.h: Likewise.
111         * isgetline.cc: Likewise.
112         * isgetsb.cc: Likewise.
113         * isscan.cc: Likewise.
115 Mon Jun 28 09:25:23 1999  Hans-Peter Nilsson  <hp@bitrange.com>
117         * configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..".
119 Wed Jun  2 00:19:53 1999  Eric Raskin (ehr@listworks.com)
121         * configure.in: Added DG/UX target fragment
123 Sun May 30 14:25:02 1999  Eric Raskin (ehr@listworks.com)
125         * config/dgux.mt: New file for DG/UX configuration of libio
127 1999-05-20  Angela Marie Thomas <angela@cygnus.com>
129         * configure.in: Test for ${compiler_name}.exe as well.
131 1999-05-17  Mark Kettenis  <kettenis@gnu.org>
133         * libioP.h: Only include libc-lock.h if _IO_MTSAFE_IO is defined.
135 1999-05-14  Ulrich Drepper  <drepper@cygnus.com>
137         * configure.in: Recognize target *vxworks* and add fragment vxworks.mt.
138         * config/vxworks.mt: New file.
139         * gen-params: Let configure override HAVE_PRINTF_FP.
141 1999-05-12  Jason Merrill  <jason@yorick.cygnus.com>
143         * configure.in (compiler_name): Don't do the skip-this-dir thing
144         if we're reconfiguring.
146 1999-04-29  Nathan Sidwell  <nathan@acm.org>
148         * streambuf.h (ios::~ios): Use operator delete[] to remove _arrays.
150 Mon Apr 12 19:22:44 1999  Mumit Khan  <khan@xraylith.wisc.edu>
152         * filedoalloc.c (_POSIX_SOURCE): Remove definition.
153         * fileops.c (_POSIX_SOURCE): Likewise.
154         * iopopen.c (_POSIX_SOURCE): Likewise.
155         * procbuf.cc (_POSIX_SOURCE): Likewise.
156         * libioP.h (_POSIX_SOURCE): And define it here.
157         * stdiostream.cc: Include libioP.h before others.
159 Fri Apr  2 15:11:58 1999  H.J. Lu  (hjl@gnu.org)
161         * libio/configure.in (gxx_include_dir): Handle it.
162         * libio/Makefile.in: Likewise.
164 Wed Mar 24 22:36:45 1999  Mumit Khan  <khan@xraylith.wisc.edu>
166         * configure.in (EXEEXT): Define.
167         (compiler_name): Use.
169 1999-03-24  Alexandre Oliva  <oliva@dcc.unicamp.br>
171         * gen-params (CONFIG_NM): `test ... -o ...' is not portable.
173 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
175         * configure.in: Cleanup and add mh-*pic handling for arm, powerpc
177 Fri Mar  5 01:15:15 1999  H.J. Lu  (hjl@gnu.org)
179         * config/linuxlibc1.mt (MT_CFLAGS): Add -D_G_STDIO_USES_LIBIO
180         -D_G_HAVE_WEAK_SYMBOL.
182         * genops.c: Add the proper weak alias if _G_STDIO_USES_LIBIO
183         and _G_HAVE_WEAK_SYMBOL are defined.
184         * iofclose.c: Likewise.
185         * iofeof.c: Likewise.
186         * ioferror.c: Likewise.
187         * iogetc.c: Likewise.
188         * ioputc.c: Likewise.
189         * iovsprintf.c: Likewise.
190         * iovsscanf.c: Likewise.
192 Sun Feb 28 22:39:17 1999  Geoffrey Noer  <noer@cygnus.com>
194         * configure.in: Check cygwin*, not cygwin32*.
196 Wed Feb 10 09:25:48 1999  Mumit Khan  <khan@xraylith.wisc.edu>
198         * gen-params (VTABLE_LABEL_PREFIX): Handle windows32.
200 Wed Feb  3 22:05:41 1999  H.J. Lu  (hjl@gnu.org)
201                           Jeffrey A Law  (law@cygnus.com)
203         * Makefile.in (iostream.list): Remove dependency on
204         stamp-picdir.
205         ($(LIBIOSTREAM_DEP)): Depend on stamp-picdir.
206         ($(LIBIO_FILES)): Similarly.
208         * config.shared (all): Make $(PICDIR) concurrent.
210 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
212         * configure.in (compiler_name): Add check to detect if this
213         language's compiler has been built.
215 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
217         * config.shared (depend.new): Delete libc-lock.h from
218         dependencies, and fix _G_config.h -> $(_G_CONFIG_H) rule.
219         * depend: Rebuilt.
221 Sun Oct 11 01:51:42 1998  Jeffrey A Law  (law@cygnus.com)
223         * config.shared (depend.new): Fix typo.
224         * depend: Rebuilt.
226 1998-09-09  Manfred Hollstein  <manfred@s-direktnet.de>
228         * configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's
229         value; don't change its value if --enable-version-specific-runtime-libs
230         has been specified.
232 Wed Sep  2 21:05:39 1998  H.J. Lu  (hjl@gnu.org)
234         * configure.in: Fix INSTALLDIR replacement for cross-compile.
236 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
238         * dbz/Makefile.in: Avoid assumptions about "tr" behaves when
239         LANG is set to something other than English.
241 Sun Aug 30 22:17:00 1998  H.J. Lu  (hjl@gnu.org)
243         * config.shared: Set libsubdir.
245 1998-08-25 14:34  Ulrich Drepper  <drepper@cygnus.com>
247         * libio/iogetline.c (_IO_getline_info): Don't read anything for
248         N == 0.  Patch by HJ Lu.
250 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
252         * iomanip.h: Use __extension__ for `extern' explicit template
253         instantiations.
255 1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
257         * strfile.h: Define __PMT if not already defined.
259 1998-08-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
261         * libioP.h: Use __PMT in typedefs.
262         * strfile.h: Likewise.
264 1998-06-29  Ulrich Drepper  <drepper@cygnus.com>
266         * libio.h: Rewrite __PMT change so that it works with platforms
267         defining __P but not __PMT.
269         * libio.h (__PMT): New macro.  Defined like __P.  Use is for
270         function pointers.
272 1998-06-27  Manfred Hollstein  <manfred@s-direktnet.de>
274         * Makefile.in (install): Remove superfluous /include.
276 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
278         * config.shared (FLAGS_TO_PASS): Add gcc_version_trigger.
279         (Makefile): Add dependency upon $(gcc_version_trigger).
281 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
283         * Makefile.in (install): Install _G_config.h depending on new flag
284         --enable-version-specific-runtime-libs.
285         * config/linux.mt (gxx_include_dir): Remove definition here as we use
286         gcc's default anyway.
288 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
290         * config.shared (FLAGS_TO_PASS): Add gcc_version.
292 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
294         * config.shared (FLAGS_TO_PASS): Add libsubdir.
296 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
298         * genops.c (__underflow): Read character from read pointer as unsigned.
299         (__uflow): Likewise.
301 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
303         * strops.c (_IO_str_underflow): Read newly available character
304         from buffer as unsigned.
306 Sun Apr 19 22:13:36 1998  H.J. Lu  (hjl@gnu.org)
308         * isgetline.cc (istream::get): Fix a typo.
310 Thu Mar  5 09:23:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
312         * configure.in: Make locating frag files failsafe even for the
313         special case if configuring and building in srcdir.
315 1998-02-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
317         Changes for _G_IO_IO_FILE_VERSION == 0x20001:
318         * libioP.h (_IO_showmanyc_t, _IO_SHOWMANYC, _IO_imbue_t,
319         _IO_IMBUE): New definitions.
320         (struct _IO_jump_t): Add __showmanyc and __imbue fields.
321         (_IO_file_fopen): Add new fourth argument.
322         * filebuf.cc (filebuf::open): Pass new fourth argument to
323         _IO_file_fopen.
324         * iolibio.h (_IO_freopen): Likewise.
325         * streambuf.cc (streambuf::showmanyc, streambuf::imbue): New
326         functions.
327         * streambuf.h (_IO_wchar_t): Define to _G_wchar_t.
328         (ios::fill): Remove casts.
329         (struct streambuf): Add showmanyc and imbue members.
331         * iostream.cc (ostream::operator<<(double n)) [__GLIBC_MINOR__ >=
332         1]: Initialize new fields is_char of struct printf_info.
333         (ostream::operator<<(long double n)) [__GLIBC_MINOR__ >= 1]:
334         Likewise.
336 Sun Feb 22 17:24:53 1998  Jeffrey A Law  (law@cygnus.com)
338         * config.shared: Bring back changes from Ian and Fred that were
339         accidentally clobbered.  Should eliminate the need for Dave's
340         recent change.
342 Tue Feb 17 21:56:25 1998  H.J. Lu  (hjl@gnu.org)
344         * config/linux.mt (IO_OBJECTS): Add iogetline.o.
345         * config/linuxlibc1.mt: Ditto.
347         * iogetline.c (_IO_getline_info): Renamed from _IO_getline.
348         (_IO_getline): Just call _IO_getline_info.
350         * isgetline.cc (istream::getline, istream::get, _sb_readline):
351         Call _IO_getline_info instead of _IO_getline and get the EOF
352         information.
353         * sbgetline.cc (streambuf::sgetline): Ditto.
355         * libioP.h (_IO_getline_info): New declaration.
357         * iogetline.c (_IO_getline): Handle the case when there is no
358         buffer.
360 Fri Feb 13 00:57:20 1998  Krister Walfridsson (cato@df.lth.se)
362         * fileops.c: #include <unistd.h>.
363         * ioprims.c: Likewise.
365 1998-02-10  Mark Mitchell  <mmitchell@usa.net>
367         * iostream.cc (ostream::operator<<(long double)): Don't use
368         labeled initializers.
370 Fri Feb  6 01:35:56 1998  Manfred Hollstein  <manfred@s-direktnet.de>
372         * config.shared (FLAGS_TO_PASS): Don't emit PICFLAG.
373         (.c.o): Check value of enable_shared, not PICFLAG.
374         (.C.o): Dito.
375         (.cc.o): Dito.
376         (stamp-picdir): Dito.
378 Thu Feb  5 17:41:26 1998  Dave Brolley  <brolley@cygnus.com>
380         * config.shared (LIBS): Change to -L../../libstdc++ (was -L../libstdc++)
381         if ${DOING_GPERF} is true.
383 1998-01-20  Andreas Schwab  (schwab@issan.informatik.uni-dortmund.de)
385         * iostream.cc (istream::operator>>(long double&))
386         [!_G_HAVE_LONG_DOUBLE_IO]: Scan value into separate variable, in
387         case long double is bigger than double.
388         (ostream::operator<<(double)) [_G_HAVE_PRINTF_FP]: Fix order of
389         initializers of struct printf_info to match declaration order,
390         to work around g++ bug.
391         (ostream::operator<<(long double)) [_G_HAVE_PRINTF_FP]: Likewise.
393         * gen-params: Add missing quotes.  Avoid useless use of command
394         substitution.
396 Sun Feb  1 13:29:47 1998  H.J. Lu  (hjl@gnu.org)
398         * filebuf.cc (filebuf::open): Call _IO_file_open if
399         _G_HAVE_IO_FILE_OPEN is 1.
401         * libio.h (_IO_fpos64_t, _IO_off64_t): Defined if
402         _G_IO_IO_FILE_VERSION == 0x20001.
404         * libioP.h (_IO_file_open): New declaration.
406         * libio.h (_IO_FILE, _IO_stdin_, _IO_stdout_, _IO_stderr_,
407         _IO_seekoff, _IO_seekpos): Add support for libio in glibc 2.1.
408         * libioP.h (_IO_seekoff_t, _IO_seekpos_t, _IO_seek_t,
409         _IO_seekoff, _IO_seekpos, _IO_default_seekoff,
410         _IO_default_seekpos, _IO_default_seek, _IO_file_seekoff,
411         _IO_file_seek, _IO_str_seekoff, _IO_pos_BAD, _IO_pos_as_off,
412         _IO_pos_0): Ditto.
413         * streambuf.h (streamoff, streampos): Ditto.
415         * gen-params (__extension__): Use only if gcc version >= 2.8.
417 Sun Feb  1 13:08:18 1998  Krister Walfridsson (cato@df.lth.se)
419         * dbz/dbz.c (putconf): Handle systems which use "long long" as type
420         for "off_t".
421         * dbz/dbzmain.c (mkfiles): Likewise.
423 Wed Jan 28 10:27:11 1998  Manfred Hollstein  <manfred@s-direktnet.de>
425         * config.shared (FLAGS_TO_PASS): Add gxx_include_dir.
427         * stdio/configure.in, tests/configure.in: Update with yesterday's
428         toplevel configure.in changes.
429         * testsuite/configure.in: Likewise.
431         * config.shared: Fix typo in yesterday's changes.
433 Tue Jan 27 23:26:07 1998  Manfred Hollstein  <manfred@s-direktnet.de>
435         * config.shared: Emit everything which needs to be re-definable
436         via file descriptor 1; the generic stuff is emitted using redirection
437         onto fd 2.
439         * configure.in (package_makefile_rules_frag): New variable
440         which is used in the call to config.shared; redirect file descriptor 2
441         to ${package_makefile_rules_frag}.
443 Tue Jan 27 10:35:22 1998  H.J. Lu  (hjl@gnu.org)
445         * configure.in (topsrcdir): New.
446         (CHECK_SUBDIRS, configdirs): Check ${topsrcdir}/gcc instead.
447         (config-ml.in): Use ${topsrcdir}/config-ml.in.
449         * tests/configure.in (topsrcdir): New.
450         (CHECK): Check ${topsrcdir}/gcc instead.
452 Fri Jan 16 00:48:03 1998  Manfred Hollstein  <manfred@lts.sel.alcatel.de>
454         * config.shared (FLAGS_TO_PASS): Add SHELL.
456 Thu Jan 15 00:21:58 1998  Ian Lance Taylor  <ian@cygnus.com>
458         * configure.in: For *-*-cygwin32*, add a -I for winsup to both
459         XCINCLUDES and XCXXINCLUDES.
460         * config.shared: Use ${host_includes} when setting CXXINCLUDES in
461         the DOING_LIBGXX case.
462         * Makefile.in (_G_config.h): Pass $(CINCLUDES) in CC and
463         $(CXXINCLUDES) in CXX when running gen-params.
465 Tue Jan 13 21:32:08 1998  H.J. Lu  (hjl@gnu.org)
467         * configure.in (CHECK_SUBDIRS): Set to testsuite only if
468         ${srcdir}/../gcc exists.
469         (configdirs): Include testsuite only if ${srcdir}/../gcc exists.
471         * tests/Makefile.in (check): Depend on $(CHECK).
473         * tests/configure.in (CHECK): Set to "check-iostream
474         check-stdio" if ${srcdir}/../../gcc doesn't exists.
476 Thu Jan  8 18:09:03 1998  Fred Fish  <fnf@cygnus.com>
478         * config.shared (THIS_FILE): Really found via TOLIBIO instead
479         of TOLIBCXX, which is empty when configuring gperf.
480         (LIBS): When linking gperf, find libstdc++ relative to TO_TOPDIR
481         instead of hardcoded "../".
483 1997-12-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
485         Don't make gperf depend upon libg++.
486         * config.shared (TOLIBGCXX) [DOING_GPERF]: Delete.
487         (LIBS) [DOING_GPERF]: Make it just `-L../libstdc++ -lstdc++'.
489 Thu Dec 11 11:20:59 1997  H.J. Lu  (hjl@gnu.org)
491         * configure.in (target frags): Add *-linux-gnu.
493 Fri Dec  5 16:22:15 1997  H.J. Lu  (hjl@gnu.org)
495         * streambuf.cc (streambuf::~streambuf): Don't delete _lock
496         for _IO_stdin/_IO_stdout/_IO_stderr.
498 Thu Nov 27 01:32:43 1997  Jeffrey A Law  (law@cygnus.com)
500         * Makefile.in (install): Change gxx_includedir to gcc_include_dir.
501         * config.shared (gxx_includedir): Remove default definition.
502         * config/linux.mt: Change gxx_includedir to gxx_include_dir.
503         * config/linuxaxp1.mt: Likewise.
505 Wed Nov 26 16:08:50 1997  Richard Henderson  (rth@cygnus.com)
507         * configure.in (target frags): Add powerpc*-linux-gnulibc1.
508         (stdio-lock): Similarly.
510         * configure.in (target frags): Add alpha*-linux-gnulibc1.
511         (pic frags): Its alpha*- not alpha-.
512         (stdio-lock): Kill everything.  Add alpha*-linux-gnulibc1.
513         * libio.h: Check __GLIBC_MINOR__ to find stdio-lock.h.  If not
514         _IO_MTSAFE_IO & GLIBC, make sure the lock pointer is still there.
515         * libioP.h: Check __GLIBC_MINOR__ to find libc-lock.h.
517         * config/linuxaxp1-libc-lock.h: New file.
518         * config/linuxaxp1-stdio-lock.h: New file.
519         * config/linuxaxp1.mt: New file.
521         * gen-params (va_list): Check for and use __gnuc_va_list.
522         (NULL): Work around some linux kernel headers and redefine NULL.
524 Mon Nov 24 17:04:18 1997  Michael Meissner  <meissner@cygnus.com>
526         * stdiostream.cc (sys_read): Declare ch with int type, rather than
527         without a type.
529 Tue Nov 18 09:53:58 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
531         * stdstrbufs.cc (DEF_STDFILE): Use STD_VTABLE.
533 Tue Nov 11 01:40:17 1997  Oleg Krivosheev <kriol@fnal.gov>
535         * iomanip.h: Fix guiding decls.
537 1997-11-05  Brendan Kehoe  <brendan@lisa.cygnus.com>
539         * libio.h (__P): Name its arg `p' instead of `params'.
540         Avoids problems with an unchanged Solaris math.h header.
542 Wed Oct 29 23:01:47 1997  Jason Merrill  <jason@yorick.cygnus.com>
544         * gen-params: Override NULL.
546 1997-10-27 03:53  Ulrich Drepper  <drepper@cygnus.com>
548         * stdio-lock.h: Removed.  Was never needed.
550 Wed Oct 22 19:19:32 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
552         * libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
553         not defined.
555         * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if
556         __linux__ is defined instead of __ELF__
558         * config/linuxlibc1.mt (USER_INCLUDES): Add libio.h.
560 1997-10-15  Ulrich Drepper  <drepper@cygnus.com>
562         * configure.in: Create compatibility code in bits/libc-lock.h file.
564 Thu Oct  9 07:08:41 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
566         * libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
567         not defined.
569         * filedoalloc.c (_IO_file_doallocate): Don't call
570         _IO_cleanup_registration_needed if __linux__ is defined.
572         * iofclose.c (fclose): Make it weak alias of _IO_fclose if
573         __ELF__ is defined.
575         * iovsprintf.c (vsprintf): Make it weak alias of _IO_vsprintf
576         if __ELF__ is defined.
578         * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if
579         __ELF__ is defined.
581         * config/linuxlibc1.mt (MT_CFLAGS): Defined as -D_G_HAVE_MMAP.
582         (IO_OBJECTS): Add filedoalloc.o fileops.o genops.o iofclose.o
583         iovsprintf.o iovsscanf.o strops.o.
585 Fri Oct  3 10:13:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
587         * iostream.cc, libio.h: Convert other uses of #ifdef
588         _G_HAVE_PRINTF_FP to #if.
590 1997-10-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
592         * iostream.cc (operator<<): Use `#if _G_HAVE_PRINTF_FP', not ifdef.
594 Thu Oct  2 10:36:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
596         * gen-params: Fix __printf_fp test.
597         * config/linuxlibc1.mt (gxx_includedir): Don't define.
599 Thu Oct  2 10:36:26 1997  Ulrich Drepper  <drepper@rtl.cygnus.com>
601         * config/linuxlibc1.mt (_G_CONFIG_H): Don't define.
602         * gen-params: Add test for __printf_fp.
604 Sun Sep 28 12:09:04 1997  Mark Mitchell  <mmitchell@usa.net>
606         * iomanip.h: Use new friend <> syntax.
608 Sun Sep 28 12:04:21 1997  Jason Merrill  <jason@yorick.cygnus.com>
610         * libio.h: Don't use _IO_LOCK_T if it's not defined.
612 Fri Sep 26 20:56:41 1997
614         Based on a patch by H.J. Lu  (hjl@gnu.ai.mit.edu).
616         * Makefile.in (STDIO_OBJECTS): New. Defined as stdfiles.o.
617         (LIBIO_OBJECTS): Add $(STDIO_OBJECTS).
618         (PICFLAG): New, empty.  moved to here from config.shared.
620         * config.shared (DISTCLEAN): Add target-mkfrag.
621         (PICFLAG): Removed.
623         * configure.in (*-linux-gnulibc1): Remove warning.
624         (*-linux-gnu): Use linux.mt mtsafe.mt.
625         (alpha-*-linux*): Use mh-elfalphapic.
627         * gen-params (_G_ullong): Also check unsigned long long int.
628         (_G_llong): Also check long long int.
630         * libio.h (_IO_lock_t): Add support for the Linux libc 5.
631         (_IO_peekc): Defined as _IO_peekc_unlocked if _IO_MTSAFE_IO
632         is not defined.
634         * iostream.cc (__cvt_double): Fix a typo in declaration.
635         (info): Use expr != 0 to initialize the bit fields. Don't
636         initialize "extra" for the Linux libc 5.
638         * streambuf.h (_G_NEED_STDARG_H): Changed from _IO_NEED_STDARG_H.
640         * config/linux.mt (STDIO_OBJECTS): New, empty.
641         (MT_CFLAGS): Removed.
643         * config/linuxlibc1.mt: Rewrite.  it's identical to linux.mt but
644         IO_OBJECTS mentions files not in early libc5 versions.
646         * config/mtsafe.mt: New.
648         * dbz/Makefile.in (check): Support make -j.
650         * tests/tFile.cc (tempfile): Fix a typo.
652 1997-09-19 11:52  Jim Wilson  <wilson@cygnus.com>
654         * Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.
656 1997-09-17 04:08  Ulrich Drepper  <drepper@cygnus.com>
658         * iostream.cc: Add forward declaration for __cvt_double.
659         * libio.h: Define _IO_USE_DTOA is _G_HAVE_PRINTF_FP is not defined.
660         * strops.c (_IO_str_count): Correct last change.
662 1997-09-17 02:50  Ulrich Drepper  <drepper@cygnus.com>
664         * libioP.h: Define __set_errno if not already defined.
666 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
668         * config/linux.mt: Rewrite for use with glibc 2.
669         * config/linuxlibc1.mt: Old content of linux.mt, fir libc4 and
670         libc5.
672         * config.shared (COMPILE.c): Allow new flags in MT_CFLAGS be
673         passed.
674         (COMPILE.cc): Likewise.
676         * configure.in (*-linux*): Remove goal.  We now have...
677         (*-linux-gnulibc1): For libc4 and libc5.  Emit warning.
678         (*-linux-gnu)): For glibc 2.
679         Create links to find headers for multi-threading if necessary.
681         * fileops.c: Make thread-safe by using _IO_cleanup_region_start
682         etc to handle cancelation.  Acquire locks in functions which are
683         called directly.
684         (_IO_file_read, _IO_file_write): Remove dead code.
686         * include/empty.h: Define stub macros for locking.
688         * iolibio.h: Add prototypes for obstack printing functions.
690         * ioseekoff.c (_IO_seekoff): Lock stream before working.
691         * ioseekpos.c (_IO_seekpos): Likewise.
693         * iostream.cc: Add support for long double I/O.
694         Use __printf_fp from glibc is available.
695         Use _IO_cleanup_region_start to handle cancelation correctly.
696         * iostream.h (class ostream): Change opfx and osfx to lock/unlock
697         stream
698         (class istream): Likewise for ipfx, ipfx0, ipfx1, and isfx.
699         Declare new function lock and unlock for ostream and istream.
700         * osform.cc: Use _IO_cleanup_region_start to handle cancelation
701         correctly.
703         * libio.h: Update from glibc version.  Pretty printing.
704         * libioP.h: Likewise.
706         * outfloat.c: Only compile if _IO_USE_DTOA is defined.
708         * stdio/feof.c: Make thread safe.
709         * stdio/ferror.c: Likewise.
710         * stdio/getc.c : Likewise.
711         * stdio/putc.c : Likewise.
712         * stdio/stdio.h: Declare function of thread-safe API.
714         * stdio/obprintf.c: New file.
715         * stdio/vasprintf.c: New file.
717         * stdio-lock.h: Removed.
719         * stdstrbufs.c: Add definitions for thread-safe streams.
721         * streambuf.cc: Initialize lock.
723         * strops.c (_IO_str_count): Undo last change.
725         * tests/tFile.cc: Support parallel builds by avoiding fixed
726         name for test file.
728 Thu Sep 11 18:43:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
730         * Makefile.in (iostream.list): Remove STDIO_WRAP_OBJECTS.
732 Mon Sep  8 01:30:27 1997  Weiwen Liu    <liu@hepunix.physics.yale.edu>
734         * libio.h: Fix typo.
736 Sun Sep  7 23:00:18 1997  Jim Wilson  (wilson@cygnus.com)
738         * linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio.
740 Fri Sep  5 09:58:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
742         * Makefile.in (iostream.list): Instead of adding stdio.list, add
743         STDIO_WRAP_OBJECTS.
744         (iostream.list): Lose dependency on stmp-stdio, not necessary for
745         our stuff.  The stdio stuff is present here just for uniformity
746         with glibc.
748 Thu Sep  4 17:26:22 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
750         * parsestream.cc (general_parsebuf): Cast return of malloc to char*.
752 1997-09-04 16:11  Ulrich Drepper  <drepper@cygnus.com>
754         Change compared to version initially intended to in:
755         * strops.c (_IO_str_count): Still use _IO_write_ptr, not
756         _IO_write_end, for now.
758         * iofeof.c, ioferror.c, iofflush_u.c, iogetc.c, ioputc.c, peekc.c,
759         stdio-lock.h: New files.
761         * include: New dir.
762         * include/empty.h: New header.
764         * filedoalloc.c: Update and reformat copyright.
765         Don't use DEFUN.
766         Use __set_errno throughout the code to support multi-threaded
767         programs.
768         Correct layout to follow the Coding Standard.
769         Add casts to prevent warnings.
770         * fileops.c: Likewise.
771         * genops.c: Likewise.
772         * iofclose.c: Likewise.
773         * iofdopen.c: Likewise.
774         * iofflush.c: Likewise.
775         * iofgetpos.c: Likewise.
776         * iofgets.c: Likewise.
777         * iofopen.c: Likewise.
778         * iofprintf.c: Likewise.
779         * iofputs.c: Likewise.
780         * iofread.c: Likewise.
781         * iofsetpos.c: Likewise.
782         * ioftell.c: Likewise.
783         * iofwrite.c: Likewise.
784         * iogetdelim.c: Likewise.
785         * iogetline.c: Likewise.
786         * iogets.c: Likewise.
787         * iopadn.c: Likewise.
788         * iopopen.c: Likewise.
789         * ioputs.c: Likewise.
790         * ioseekoff.c: Likewise.
791         * iosetbuffer.c: Likewise.
792         * iosetvbuf.c: Likewise.
793         * iosprintf.c: Likewise.
794         * ioungetc.c: Likewise.
795         * iovsprintf.c: Likewise.
796         * iovsscanf.c: Likewise.
797         * libio.h: Likewise.
798         * libioP.h: Likewise.
799         * stdfiles.c: Likewise.
800         * strfile.h: Likewise.
801         * strops.c: Likewise.
803         * Makefile.in (IO_OBJECTS): Add peekc.o, iogetc.o, ioputc.o,
804         iofeof.o, and ioferror.o.
805         (iostream.list): Depend upon stmp-stdio.  Add the entries
806         from stdio.list to iostream.list.
807         (stmp-stdio): New name for what was the stdio/stdio.list rule.
808         All it now does is cd down into stdio and build stdio.list.
810         * configure.in (ALL): Add libiostream.a.
812         * libio.h [_IO_MTSFE_IO]: Include header declaring locking code.
813         Otherwise define opaque _IO_lock_t.
814         Define _IO_cookie_file.
815         Rename _IO_getc to _IO_getc_unlocked, _IO_peekc to _IO_peekc_unlocked,
816         _IO_putc to _IO_putc_unlocked, _IO_feof to _IO_feof_unclocked, and
817         _IO_ferror to _IO_ferror_unlocked.
818         Add prototypes for _IO_getc, _IO_putc, _IO_feof, _IO_ferror,
819         and _IO_peekc_locked.
820         Add declarations for _IO_flockfile, _IO_funlockfile, and
821         _IO_ftrylockfile.  If !_IO_MTSAFE_IO define _IO_flockfile,
822         _IO_funlockfile, _IO_ftrylockfile, _IO_cleanup_region_start, and
823         _IO_cleanup_region_end as empty macros.
825         * libioP.h: Change type of finish function to take an additional int
826         argument and change declaration of finish functions.
827         Add prototypes for _IO_seekoff and _IO_seekpos.
828         If _G_HAVE_MMAP is defined use stream buffers allocated with mmap.
829         Redefine FREE_BUF and ALLOC_BUF macros to help in both situations.
830         (FILEBUF_LITERAL): If we compile for a thread-safe library also
831         initialize lock member.
833         * filedoalloc.c: Take care for systems already defining _POSIX_SOURCE.
834         Keep name space clean on systems which require this.
835         (_IO_file_doallocate): Adopt ALLOC_BUF call for changed semantic.
837         * fileops.c: Keep name space clean on systems which require this.
838         (_IO_file_attach): Don't fail if seek failed because it's used on a
839         pipe.
840         (_IO_file_underflow): Update buffer pointers before calling `read'
841         since the `read' might not return anymore.
842         (_IO_file_overflow): If stream allows no writes set error flag.
843         (_IO_seekoff): Make sure that after flushing the file pointer in
844         the underlying file is exact.
845         (_IO_file_read): Don't restart `read' syscall if it return EINTR.
846         This violates POSIX.
847         (_IO_file_write): Likewise for `write'.
848         (_IO_cleanup): Install as exit handler in glibc.
850         * genops.c (_IO_setb): Correctly use FREE_BUF.
851         (_IO_default_doallocate): Correctly use ALLOC_BUF.
852         (_IO_init): Initialize lock in stream structure.
853         (_IO_default_finish): Destroy lock.
854         (_IO_get_column): Don't compile since it's not needed.
855         (_IO_nobackup_default): Likewise.
857         * iopopen.c: Take care for systems already defining _POSIX_SOURCE.
858         Correct _IO_fork and _IO_dup2 prototypes.
860         * iofclose.c: Acquire lock before starting the work.
861         * iofflush.c: Likewise.
862         * iofgetpos.c: Likewise.
863         * iofgets.c: Likewise.
864         * iofputs.c: Likewise.
865         * iofread.c: Likewise.
866         * iofsetpos.c: Likewise.
867         * ioftell.c: Likewise.
868         * iofwrite.c: Likewise.
869         * iogetdelim.c: Likewise.
870         * iogets.c: Likewise.
871         * ioputs.c: Likewise.
872         * iosetbuffer.c: Likewise.
873         * iosetvbuf.c: Likewise.
874         * ioungetc.c: Likewise.
876         * iofdopen.c: Create and initialize lock for new stream.
877         * iofopen.c: Likewise.
878         * iopopen.c (_IO_popen): Likewise.
879         * iovsprintf.c: Likewise.
880         * iovsscanf.c: Likewise.
882         * genops.c: Make weak aliases for various functions.
883         * iofclose.c: Likewise.
884         * iofdopen.c: Likewise.
885         * iofflush.c: Likewise.
886         * iofgetpos.c: Likewise.
887         * iofgets.c: Likewise.
888         * iofopen.c: Likewise.
889         * iofputs.c: Likewise.
890         * iofread.c: Likewise.
891         * iofsetpos.c: Likewise.
892         * ioftell.c: Likewise.
893         * iofwrite.c: Likewise.
894         * iogetdelim.c: Likewise.
895         * iogets.c: Likewise.
896         * ioputs.c: Likewise.
897         * iosetbuffer.c: Likewise.
898         * iosetvbuf.c: Likewise.
899         * ioungetc.c: Likewise.
900         * iovsprintf.c: Likewise.
901         * iovsscanf.c: Likewise.
903         * iofflush_u.c: New file.  fflush_unlocked implementation.
905         * iostream.h [_G_HAVE_LONG_DOUBLE_IO]: Declare real long double
906         output operator.
908         * peekc.c: New file.  Implement _IO_peekc_locked function.
910         * stdfiles.c: If we compile for a thread-safe library also define
911         lock variable.
913 Tue Aug 26 12:24:01 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
915         * testsuite/Makefile.in (check): Don't depend on site.exp.
916         (just-check): Depend on site.exp.
918 Wed Aug 20 02:01:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
920         * iostream.h: Add copy assignment ops for _IO_?stream_withassign.
922 Tue Jul 22 10:31:41 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
924         * config.shared (CHECK_SUBDIRS): Use install-sh, not install.sh.
926 Wed Jun 25 12:20:55 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
928         * config.shared (DOING_GPERF): Look for this, defining TOLIBGXX
929         and LIBS for it.
931 Wed Jun 18 11:03:34 1997  Bob Manson  <manson@charmed.cygnus.com>
933         * config.shared (FLAGS_TO_PASS): Don't include RUNTEST.
935 Tue Jun 17 22:23:48 1997  Bob Manson  <manson@charmed.cygnus.com>
937         * config.shared (FLAGS_TO_PASS): Pass RUNTEST and RUNTESTFLAGS.
939 Fri May 16 21:08:53 1997  Bob Manson  <manson@charmed.cygnus.com>
941         * iovfprintf.c: Declare __cvt_double before use.
943         * floatconv.c (d2b): Use _G_int32_t instead of int for the
944         e and bits parameters.
945         (_IO_strtod): Use _G_int32_t.
947         * gen-params: Look for NO_USE_DTOA and USE_INT32_FLAGS.
949         * strops.c (_IO_str_init_static): use _G_int32_t appropriately.
951         * libio.h: If _G_NO_USE_DTOA is set, then don't define
952         _IO_USE_DTOA.
954         * config/mn10200.mt: Don't use dtoa, it only works
955         for "real" doubles.
957 Thu May 15 17:44:12 1997  Bob Manson  <manson@charmed.cygnus.com>
959         * configure.in: Set CHECK_SUBDIRS to testsuite if we're doing
960         a cross compile.
962         * config.shared(check): Only run make check in the directories
963         specified by CHECK_SUBDIRS. Set CHECK_SUBDIRS to SUBDIRS
964         if it has no previous value.
966 Thu May  1 17:35:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
968         * Makefile.in (test, tpipe): Add $(CFLAGS).
970 Wed Apr 30 12:16:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
972         * configure.in: Don't turn on multilib here.
974 Sat Apr 26 13:38:21 1997  Bob Manson  <manson@charmed.cygnus.com>
976         * configure.in (configdirs): Add testsuite directory.
978         * testsuite/ChangeLog:
979         * testsuite/Makefile.in:
980         * testsuite/libio.tests/tiomanip.exp:
981         * testsuite/libio.tests/tstdiomisc.exp:
982         * testsuite/libio.tests/tiomisc.exp:
983         * testsuite/libio.tests/tFile.exp:
984         * testsuite/libio.tests/tfformat.exp:
985         * testsuite/libio.tests/tiformat.exp:
986         * testsuite/libio.tests/hounddog.exp:
987         * testsuite/libio.tests/putbackdog.exp:
988         * testsuite/configure.in:
989         * testsuite/lib/libio.exp:
990         * testsuite/config/default.exp:
991         New files for DejaGnu-style testsuite.
993 Fri Apr  4 03:16:44 1997  Ulrich Drepper  <drepepr@cygnus.com>
995         * configure.in: Enable multilibing by default.
996         Update multilib template to read config-ml.in.
998         * floatconv.c: Enable use in cross targets which use the
999         newlib ieeefp.h header.
1001 Thu Jan 23 09:16:16 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
1003         * libioP.h (_IO_file_attach): Delete redundant decl.
1005 Tue Jan 21 22:13:45 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
1007         * streambuf.h (class ios): Take out STREAMSIZE member, since we
1008         only need (and should only have) the global one.
1010 Tue Jan  7 14:02:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
1012         * iostream.h (long long fns): Use __extension__.
1014         * gen-params: Use _G_llong and _G_ullong instead of long long for
1015         deduced types.
1017 Fri Dec  6 13:13:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
1019         * dbz/dbz.c: Use off_t.
1021 Sat Nov 23 15:44:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
1023         * Makefile.in (install): Don't install _G_config.h with other headers.
1025 Mon Nov 18 17:12:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
1027         * config.shared (SUBDIRS): Use -O instead of -O3 for debugging.
1029 Sun Nov  3 12:43:34 1996  Jason Merrill  <jason@yorick.cygnus.com>
1031         * iostream.cc (write_int): Treat string literals as const.
1033 Thu Sep 26 10:09:18 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
1035         * depend: Regenerate.
1037 Wed Sep 25 22:54:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
1039         * config.shared (depend.new): Deal with headers that don't end in .h.
1041 Thu Aug 29 17:05:53 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
1043         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
1045 Mon Aug  5 01:26:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
1047         * config{ure.in,.shared} (DISTCLEAN): Add multilib.out.
1049 Fri Aug  2 17:39:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
1051         * libio.h (NULL): Use __null.
1052         * libioP.h (NULL): Ditto.
1053         * streambuf.h (NULL): Ditto.
1054         * ioextend.cc (get_array_element): Use NULL instead of (void*)0.
1056 Fri Jul  5 18:26:41 1996  Jim Wilson  <wilson@cygnus.com>
1058         * strfile.h (struct _IO_streambuf): New struct type.
1059         (struct _IO_strfile): Use it.
1061 Tue Jun 18 18:24:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
1063         * fstream.h (fstreambase): Make __my_fb mutable.
1064         From Joe Buck.
1066 Tue Jun 18 11:03:53 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1068         * dbz/fake.c (main): Set return type to int.
1069         * dbz/dbzmain.c (main): Likewise.
1070         * dbz/byteflip.c (main): Likewise.
1072 Mon Jun 17 14:05:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
1074         * gen-params: Check if clog conflicts with system libraries.
1075         * stdstreams.cc: If it does, use __IO_clog.
1076         * iostream.h: Likewise.
1078 Tue Jun 11 13:39:31 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1080         * stdiostream.h (istdiostream (FILE*)): Put istream base
1081         initializer before init for __f.
1082         (ostdiostream (FILE*)): Likewise for ostream base init.
1084 Tue May 14 11:47:21 1996  Per Bothner  <bothner@andros.cygnus.com>
1086         * strfile.h (_IO_str_fields):  Removed _len field.
1087         (_IO_STR_DYNAMIC, _IO_STR_FROZEN):  new macros.
1088         * strstream.h (strstreambuf::is_static):  Removed.
1089         (strstreambuf::frozen):  Use _IO_STR_DYNAMIC instead of is_static.
1090         * strstream.h, strstream.cc:  Remove support for !_IO_NEW_STREAMS.
1091         * strstream.cc (strstreambuf::init_dynamic):  Don't set _s._len.
1092         * strops.c (_IO_str_init_static):  Better handling of the
1093         negative (== unbounded) size case.
1094         (_IO_str_overflow, _IO_str_underflow, _IO_str_count):  Re-write
1095         to not use _s._len, and otherwise cleanup/fix.
1096         * strstream.h, strstream.cc (strstreambase::strstreambase()):  Call
1097         ios::init here.
1098         (other constructors):  Simplify - init already called.
1100 Tue May 14 10:55:21 1996  Per Bothner  <bothner@deneb.cygnus.com>
1102         Change so that strstreambuf default constructor does no allocation.
1103         * strstream.h (strstreambuf::init_dynamic):  Default initial size = 0.
1104         * strstream.cc (strstreambuf::init_dynamic):  Don't allocate a
1105         buffer (yet) if initial_size is 0.
1106         * strops.c (_IO_str_overflow):  Add 100 to size of re-allocated
1107         buffer, to handle case when initial size is 0.
1109         * iostdio.h (remove, rename, tmpfile, tempnam):  Comment out.
1111 Mon May 13 23:19:39 1996  Per Bothner  <bothner@deneb.cygnus.com>
1113         * fileops.c (_IO_file_close_it):  Just call _IO_do_flush rather
1114         than _IO_file_sync, to avoid useless lseek.
1116 Tue May 14 10:48:48 1996  Jason Merrill  <jason@yorick.cygnus.com>
1118         * floatconv.c (_IO_strtod): Force rv into the stack.
1120         * config.shared (gxx_includedir): Now $(includedir)/g++.
1122 Sat Apr 27 02:37:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
1124         * libioP.h (JUMP*): Implement for thunks.
1125         (_IO_jump_t): Add second dummy field for thunks.
1127 Thu Apr 25 13:20:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
1129         * config.shared (CXX): Use gcc, not g++.
1131 Wed Apr 24 10:29:50 1996  Doug Evans  <dje@blues.cygnus.com>
1133         * config.shared (depend.new): Delete $(srcdir)/ from foo.{c,cc}
1134         for SunOS VPATH.
1135         * depend: Regenerated.
1137 Fri Apr 19 17:24:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
1139         * Version 2.8.0b3.
1141 Wed Apr 10 17:16:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
1143         * configure.in (ALL): Don't build iostream.a.
1145 Mon Apr  8 14:44:11 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1147         * iosetvbuf.c (_IO_setvbuf):  Clear _IO_UNBUFFERED unless _IONBF.
1149 Mon Apr  8 15:08:23 1996  Ian Lance Taylor  <ian@cygnus.com>
1151         * configure.in: Permit --enable-shared to specify a list of
1152         directories.
1154 Fri Apr  5 17:48:56 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1156         * config.shared (MOSTLYCLEAN):  Also remove ${EXTRA_MOSTLYCLEAN}.
1158 Fri Mar 22 23:25:00 1996 Ulrich Drepper  <drepepr@gnu.ai.mit.edu>
1160         * genops.c (_IO_sputbackc, _IO_sungetc): Clear EOF flag if putsh
1161         back was successful.
1163 Wed Mar 27 11:54:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
1165         * Version 2.8.0b2.
1167 Fri Mar 22 15:39:36 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1169         * fileops.c (_IO_do_write):  Revert previous fix.  (It fails to
1170         handle the case that fp->_IO_read_end != fp->_IO_write_base.)
1171         (_IO_file_overflow):  Instead, if _IO_read_ptr is at the end of
1172         the buffer, reset all the read pointers to _IO_buf_base.
1174 Tue Mar 12 12:03:17 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1176         * fileops.c (_IO_do_write):  Even if to_do==0, must re-set buffer
1177         pointers.  Bug and solution from Luke Blanshard <luke@cs.wisc.edu>.
1179 Wed Feb 28 10:00:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
1181         * Version 2.8.0b1.
1183 Tue Feb 27 18:08:16 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1185         * iopopen.c (_IO_proc_open):  Use (char*)0 rather than imprecise NULL.
1187         * streambuf.h (ios):  Add ios::binary;  deprecate ios::bin.
1188         * filebuf.cc (filebuf::open):  Handle ios::binary.
1190 Fri Feb  9 12:40:19 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1192         * cleanup.c (_IO_cleanup_registration_needed) [!_G_HAVE_ATEXIT]: Init
1193         to NULL.
1194         * filedoalloc.c (_IO_cleanup_registration_needed): Remove decl.
1196 Thu Feb  8 08:12:50 1996  Brendan Kehoe  <brendan@cygnus.com>
1198         * filedoalloc.c (_IO_cleanup_registration_needed): Revert previous
1199         change, since cleanup.c only defines it if _G_HAVE_ATEXIT.
1201 Wed Feb  7 15:10:17 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1203         * filedoalloc.c (_IO_cleanup_registration_needed): Declare as extern.
1205 Tue Dec 12 17:21:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1207         * indstream.h, instream.cc (indirectbuf::uflow):  New method.
1208         * indstream.cc (indirectbuf::underflow):  Fix to use sgetc, not sbumpc.
1209         Fixes bug reported by Kevin Beyer <beyer@cs.wisc.edu>.
1211         * indstream.cc (indirectbuf::seekpos):  Add paranoia test.
1213 Fri Dec  8 14:55:34 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1215         * stream.h:  Add warning to not use these functions.
1216         * stream.cc (str, chr):  Re-implement here (from libg++).
1218 Tue Nov 28 15:07:01 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1220         * config.shared:  Use test instead of [ to avoid DEC Unix lossage.
1222 Thu Nov 23 14:51:43 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1224         * iopopen.c: Move #include <sys/types.h> ahead of #include <signal.h>
1225         to deal with BSDI's literal implementation of Posix.
1227 Sat Nov 25 11:21:55 1995  Doug Evans  <dje@canuck.cygnus.com>
1229         * Makefile.in (install): Set rootme.
1230         * config.shared (TOPDIR): Set with ${foo-...} rather than ${foo=...}.
1231         (INSTALL): Handle absolute, dot, relative-not-dot values of srcdir.
1232         (TEXIDIR): Likewise.
1234 Tue Nov 21 14:12:05 1995  Ian Lance Taylor  <ian@cygnus.com>
1236         * configure.in: Check ${with_cross_host} rather than comparing
1237         ${host} and ${target}.
1239 Mon Nov 20 13:55:29 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1241         * configure.in: Match *-sco3.2v[45]*.
1243 Wed Nov 15 20:19:31 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1245         * config.shared (FLAGS_TO_PASS): Also pass SHLIB and SHCURSES.
1247 Tue Nov 14 01:41:08 1995  Doug Evans  <dje@canuck.cygnus.com>
1249         * config.shared (TO_REAL_TOPDIR): Define.
1250         (MULTITOP): Deleted.
1251         (MULTISRCTOP, MULTIBUILDTOP): New.
1252         (TOPDIR): Change MULTITOP to MULTIBUILDTOP, and use TO_REAL_TOPDIR.
1253         (INSTALL): Add with_multisrctop, TO_REAL_TOPDIR.
1254         (TEXIDIR): Use TO_REAL_TOPDIR.
1255         (LIBS): Delete MULTITOP.
1256         (FLAGS_TO_PASS): Add NM.
1257         (CXXINCLUDES): Delete MULTITOP.
1258         (depend.new): Delete adding MULTITOP to ../ build tree references.
1259         Add MULTISRCTOP to ../ source tree references.
1260         * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
1261         instead of cfg-ml-pos.in.
1263 Sun Nov 12 16:30:48 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1265         * Makefile.in (VERSION):  Set to 2.7.1.
1266         * configure.in:  Add warning for Linux.
1267         * config.shared (DISTCLEAN):  Add EXTRA_DISTCLEAN.
1269         * editbuf.h (edit_mark::index_in_buffer):  Avoid unused param warning.
1271         * iostream.cc (istream::operator>> (char*)):  Improve ANSI compliance.
1273 Fri Nov 10 08:41:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1275         * config.shared (check): Add missing semicolon.
1277 Thu Nov  9 17:27:22 1995  Jason Merrill  <jason@yorick.cygnus.com>
1279         * configure.in (ALL): Remove $(OSPRIM_OBJECTS).
1280         * config.shared (check): Set LD_LIBRARY_PATH.
1281         * NEWS: Fix typo.
1282         * iogetdelim.c (_IO_getdelim): Index *lineptr, rather than lineptr.
1283         From alan@spri.levels.unisa.edu.au (Alan Modra).
1285 Mon Nov  6 15:03:33 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1287         * streambuf.cc, editbuf.cc, isgetline.cc, parsestream.cc:
1288         Fixes to avoid -Wall warnings.
1290 Fri Nov  3 16:41:41 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1292         * gen-params [!__STDC__]: Include varargs.h instead of stdarg.h.
1294 Thu Nov  2 15:04:03 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1296         * config.shared:  Re-write if X then Y else true fi to (not X) || Y.
1298 Wed Nov  1 13:26:44 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1300         * iostream.h (istream::ipfx):  Add default argument value.
1301         Reported by Yotam Medini <yotam_medini@tmai.com>.
1303         * libioP.h (_IO_blen):  Fix typo.
1304         Reported by Bryan T. Vold <btv@ldl.healthpartners.com>.
1306 Fri Oct 27 19:26:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1308         * Makefile.in (_G_config.h):  Set CC to $(CC) rather than to $(CXX),
1309         now that CXX defaults to g++ and CC default to gcc (when found).
1310         * config.shared:  Simplify CXX and CC, since they get overridden
1311         by ../configure anyway.
1313 Wed Oct 25 19:45:50 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1315         * iostdio.h: Wrap including the file with #ifndef _IOSTDIO_H.
1317 Wed Oct 25 11:14:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1319         * libio.h (_IO_seekoff, _IO_seekpos):  New declarations.
1320         * libioP.h (_IO_seekoff, _IO_seekpos):  Remove declarations.
1321         * libioP.h:  Cleanup;  remove old !_IO_UNIFIED_JUMPTABLES stuff.
1323         * filebuf.cc (filebuf::~filebuf):  Only call SYSYCLOSE if currently
1324         open.  Bug found by Martin Gerbershagen <ger@ezis-ulm.de>.
1326         * streambuf.h (streambuf::pubseekoff, streambuf::pubseekpos):
1327         Added, from ANSI draft.
1328         * filebuf.cc (filebuf::open), iostream.cc (variables places), SFile.cc:
1329         Use pubseekoff/pubseekpos rather than sseekoff/sseekpos.
1331         * Makefile.in (install):  Don't install libiostream.a.
1333         * filedoalloc.c:  Also #include <unistd.h>.
1335 Mon Oct  9 18:09:54 1995  Jason Molenda  <crash@phydeaux.cygnus.com>
1337         * config.shared (SUFFIXES): add .c.
1339 Tue Sep 26 16:08:01 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1341         * procbuf.cc:  Move #pragma implementation to beginning.
1343 Wed Sep 20 17:53:33 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1345         * procbuf.h, procbuf.cc:  Add #pragma interface/implementation stuff.
1347 Wed Sep 20 18:59:00 1995  John Eaton  <jwe@bevo.che.wisc.edu>
1349         * procbuf.h: Protect from being included multiple times.
1351 Wed Sep 20 15:47:14 1995  John Eaton <jwe@bevo.che.wisc.edu>
1353         * procbuf.h (procbuf):  Add '_next' pointer field for compatibility
1354         with _IO_proc_file.
1356 Wed Sep 20 13:54:02 1995  Ian Lance Taylor  <ian@cygnus.com>
1358         * config.shared: Add support for maintainer-clean target as a
1359         synonym for realclean.
1360         * dbz/Makefile.in: Likewise.
1362 Mon Sep 11 12:11:19 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1364         * iopopen.c:  #include <sys/types.h> before <sys/wait.h>.
1365         This is in accordance with Posix, and needed for ISC.
1367 Fri Sep  8 00:11:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1369         * gen-params: Use double quotes in the eval setting $TYPE to
1370         $VALUE, to preserve any single quotes in $VALUE.
1372 Mon Aug 21 11:39:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1374         * gen-params: Test for an appropriate version of gcc before using
1375         mode attributes.
1377         * config.shared: Add $(PICDIR) to $ALL.
1379 Mon Aug  7 17:51:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1381         * gen-params:  Generate new macro _G_HAVE_SYS_CDEFS.
1382         * libio.h:  If _G_HAVE_SYS_CDEFS, get __P from <sys/cdefs.h>.
1384 Fri Aug  4 23:21:17 1995  Paul Eggert  <eggert@twinsun.com>
1386         * gen-params: When following typedef changes, allow typedefs
1387         that do not have a space before the defined type name,
1388         e.g. `typedef void *__gnuc_va_list;' as in Linux.  Also,
1389         not require a space in the definiens, e.g. `typedef void*foo;'.
1391 Thu Aug  3 17:54:15 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1393         * iostream.h, iostream.cc (istream::sync):  Added missing method.
1395 Thu Aug  3 17:49:34 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1397         * configure.in:  Remove netbsd special case.
1398         * config/netbsd.mt:  Removed;  no longer used.
1400 Tue Jun 20 16:07:12 1995  Paul Eggert  <eggert@twinsun.com>
1402         * gen-params: Take transitive closure of `typedef' relation.
1403         This is needed for BSD/OS 2.0, which has
1404         fpos_t -> off_t -> quad_t -> long long.
1406 Mon Jul 24 18:28:10 1995  Doug Evans  <dje@canuck.cygnus.com>
1408         * config.shared (TOPDIR): Delete extra '/', $rootme may be empty.
1410 Sat Jul 22 13:27:45 1995  Doug Evans  <dje@canuck.cygnus.com>
1412         * config.shared (depend.new): Fix quoting in DO NOT EDIT line.
1414         * Makefile.in (_G_config.h): Add multilib support.
1415         (install): Likewise.
1416         * config.shared: Likewise.
1417         * configure.in: Likewise.
1419 Wed Jun 28 17:40:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1421         * PlotFile.h, SFile.h, builtinbuf.h, editbuf.h, fstream.h,
1422         indstream.h, iomanip.h, iostream.h, parsestream.h, pfstream.h,
1423         procbuf.h, stdiostream.h, stream.h, streambuf.h, strstream.h: Wrap
1424         with extern "C++".
1426 Thu Jun 22 04:34:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1428         * gen-params: Surround attributes with __.
1430 Mon Jun 19 00:33:22 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1432         * config.shared (SUBDIRS): Massage broken shells that require
1433         'else true'.
1435 Sat Jun 17 11:25:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1437         * streambuf.h: Declare inline members inline in class.
1439 Thu Jun 15 20:45:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1441         * Makefile.in (VERSION):  Update to version 2.7.0.
1443 Wed Jun 14 21:41:11 1995  Jason Merrill  <jason@python.cygnus.com>
1445         * Makefile.in (STDIO_WRAP_OBJECTS): Remove stdfiles.o.
1446         (LIBIO_OBJECTS): Add stdfiles.o.
1448 Wed Jun  7 16:11:36 1995  Jason Merrill  <jason@python.cygnus.com>
1450         * config.shared (all): Appease bash.
1452 Wed Jun  7 11:16:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1454         * configure.in (MOSTLYCLEAN): Remove stamp-picdir.
1456         * config.shared (MOSTLYCLEAN): Ditto.
1457         (CLEAN): Don't.
1459 Mon Jun  5 18:29:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1461         * config/mh-*pic: Removed.
1463         * configure.in (MOSTLYCLEAN): Remove pic objects.
1464         (frags): Use toplevel pic fragments.
1466         * config.shared (CXXFLAGS): Use -O3.
1467         (PICFLAG, PICDIR): New macros.
1468         (all): Depend on $(PICDIR).
1469         (FLAGS_TO_PASS): Pass PICFLAG.
1470         (.x.o): Also build pic object.
1471         (stamp-picdir): Create directory for pic objects.
1472         (MOSTLYCLEAN): Remove pic objects.
1473         (CLEAN): Remove stamp-picdir.
1475         * Makefile.in (iostream.list): Depend on stamp-picdir.
1476         (c++clean): Don't remove _G_config.h.
1478 Mon Jun  5 15:03:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1480         * strstream.h, strstream.cc (strstream::strstream()):  Re-implement to
1481         be like ostrstream::ostrestream(), and not leak memory.
1483         * streambuf.h:  Use #if !_IO_UNIFIED_JUMPTABLES instead of #ifndef.
1485         * iolibio.h (_IO_rewind):  Add missing flags when calling _IO_seekoff.
1487 Thu May 25 22:30:21 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
1489         * config/netbsd.mt (G_CONFIG_ARGS): Add defn for off_t.  Another
1490           layer of typedefs has been added and the gen-params script can
1491           not handle it.
1493 Wed May 10 03:02:58 1995  Jason Merrill  <jason@python.cygnus.com>
1495         * iolibio.h (_IO_rewind): Add new argument to _IO_seekoff.
1497         * config/linux.mt (LIBIOSTREAM_OBJECTS): Include $(STDIO_WRAP_OBJECTS).
1498         (LIBIOSTREAM_DEP): Include stdio.list.
1499         (LIBIOSTREAM_USE): Include `cat stdio.list`.
1501         * Makefile.in (LIBIOSTREAM_DEP): New variable.
1502         (LIBIOSTREAM_USE): Ditto.
1503         (libiostream.a): Use them.
1504         (iostream.list): Ditto.
1505         (stdio.list): New rule.
1506         (stdio/stdio.list): Ditto.
1508 Tue May  9 18:29:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1510         * libioP.h (_IO_jump_t): Change TYPE for __dummy from int to
1511         _G_size_t.
1513 Sat May  6 13:50:37 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1515         * libio.h (_IO_UNIFIED_JUMPTABLES):  #define as true.
1516         (_IO_FILE):  Remove _jumps field (#if _IO_UNIFIED_JUMPTABLES).
1518         * libioP.h (enum _IO_seekflags_):  Removed.
1520         * libioP.h (_IO_setbuf_t):  Change return value of setpos jumptable
1521         function to match C++ streambuf::setpos.  (Return NULL on failure.)
1522         * fileops.c (_IO_file_setbuf), genops.c (_IO_default_setbuf),
1523         filebuf.cc, iosetvbuf.c:  Update to use new setbuf conventions.
1525         * streambuf.h (streambuf):  Re-order virtual functions more logically.
1526         * streambuf.cc (streambuf::uflow), streambuf.h:  New virtual.
1527         * libioP.h (struct _IO_jump_t):  Define using new JUMP_FIELD macro.
1528         And re-order in more logical order consistent with streambuf vtable.
1529         * fileops.c (_IO_file_jumps), iopopen.c (_IO_proc_jumps), iovfprintf.c
1530         (_IO_helper_jumps), streambuf.cc (_IO_streambuf_jumps), strops.c
1531         (_IO_str_jumps):  Update accordingly, using JUMP_INIT macro.
1532         * stdfiles.c:  Set vtable to point to _IO_file_jumps.
1533         * filebuf.cc, iopopen.c, iovfprintf.c (helper_vfprintf), iovsprintf.c,
1534         iovsscanf.c:  Use macros and #if to set jumptables.
1536         * streambuf.c:  _IO_streambuf_jumps and the _IO_sb_* methods are not
1537         needed #if _IO_UNIFIED_JUMPTABLES.
1538         * filebuf.cc (filebuf::__new):  Also no longer needed.
1539         * fstream.cc (fstreambase::__fb_init, fstreambase::fstreambase):  Fix.
1540         * stdstrbufs.c:  Use filebuf vtable instead of builtinbuf's.
1541         * builtinbuf.h, builtinbuf.cc (builtinbuf):  Commented out #if
1542         _IO_UNIFIED_JUMPTABLES - no longer needed.
1543         * strstream.cc (SET_STR_JUMPS):  Does nothing now.
1545         * builtinbuf.cc, fileops.c, genops.c, iofgetpos.c, iofsetpos.c,
1546         ioftell.c, iopopen.c, ioseekoff.c, ioseekpos.c, iosetvbuf.c,
1547         iovfprintf.c, iovfscanf.c, strops.c:  Use DEFUN and DEFUN_VOID.
1548         * filebuf.cc, fileops.c, genops.c, iopopen.c, ioseekoff.c, ioseekpos.c,
1549         iosetvbuf.c, iovfscanf.c:  Use new JUMP_* and IO_OVERFLOW/... macros.
1551         * libioP.h (_IO_seekpos_t):  Third arg is now an int (using _IOS_INPUT
1552         and _IOS_OUTPUT), not an enum _IO_seekflags_.  Flags values are
1553         changed, and their sense inverted (to match streambuf::seekpos).
1554         * libioP.h (_IO_seekoff_t):  Similarly match streambuf::seekoff.
1555         * filebuf.cc, fileops.c (_IO_file_fopen, _IO_file_seekoff), genops.c
1556         (_IO_default_seekpos, _IO_default_seekpos), iofgetpos.c, iofsetpos.c,
1557         iolibio.h (_IO_fseek), ioftell.c, ioseekoff.c, ioseekpos.c,
1558         iostream.cc, streambuf.cc, strops.c (_IO_str_seekoff), strstream.cc:
1559         New seekpos/seekoff conventions.
1560         * iostreamP.h (convert_to_seekflags):  Removed - no longer needed.
1562         * iolibio.h (_IO_fread):  New declaration.
1564         * dbz/Makefile.in:  Re-arrange for cleaner dependencies.
1566 Fri May  5 15:55:22 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1568         * libioP.h (_IO_JUMPS. JUMP_FIELD, JUMP0, JUMP1, JUMP2, JUMP3,
1569         JUMP_INIT, _IO_FINISH, _IO_OVERFLOW, ... _IO_SYSSTAT):  New macros
1570         in preparation for new unified jumptable/vtable implementation.
1571         * cleanup.c, filedoalloc.c, iofclose.c, iofflush.c, iofiledoalloc.c,
1572         ioprims.c, iosetbuffer.c, iostrerror.c, ioungetc.c:  Use DEFUN.
1573         * filedoalloc.c, iofclose, iofflush, iosetbuffer.c:  Use new macros.
1575         * iofopen.c, iofdopen.c:  Use macros and #if for new jumptables.
1577         * gen-params:  Do not #include <sys/types.h>.
1578         Add missing quote in 'eval'.
1579         Do add #include <sys/types.h> in test for <sys/resource.h>.
1580         * config/netbsd.mt:  New file, defining _G_CONFIG_ARGS (for fpos_t).
1581         * configure.in:  Use netbsd.mt for NetBSD.
1583 Wed May  3 15:03:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1585         * libioP.h (DEFUN, DEFUN_VOID, AND):  New macros, from ansidecl.h.
1586         * iofdopen.c, iofgets.c, iofopen.c, iofputs.c, iofread.c, iofwrite.c,
1587         iogetdelim.c, iogetline.c, iogets.c, ioignore.c, iopadn.c, ioperror.c,
1588         ioputs.c, iovsprintf.c, iovsscanf.c, outfloat.c:  Use DEFUN.
1590 Mon May  1 16:22:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1592         * gen-params: #include <sys/types.h>.  Don't use __WCHAR_TYPE__ in
1593         definition of _G_wchar_t.  Use __attribute__ ((mode)) to get
1594         specific-sized ints under gcc, don't worry about int8 or int64
1595         otherwise.  Provide defaults if deduction fails.
1597 Thu Apr 27 18:27:53 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1599         * streambuf.h (ios::~ios):  Delete _arrays.
1600         (_IO_NEW_STREAMS):  Turn on.
1601         * libio.h (__adjust_column):  Remove bogus declaration.
1602         * genops.c (_IO_set_column):  Fix typo (in commented-out code).
1604 Tue Apr 25 17:14:29 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1606         * config.shared (CXXINCLUDES): Use a shell variable with a
1607         different name from the make variable.
1608         * configure.in: Update accordingly.
1610 Mon Apr 17 17:19:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1612         * streambuf.h (__adjust_column):  Remove redundant declaration.
1614 Sat Apr 15 11:39:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1616         * config.shared (do-clean-dvi):  Also remove *.cps.
1618         * gen-params:  Use ${SED} instead of sed.
1620         * libio.h:  Remove #if'd out stuff (confuses makedepend).
1622         * stdstreams.cc (STD_STR):  Standard streams start with ios::dec set.
1624 Fri Apr 14 23:46:31 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1626         * iostream.h, iostream.cc (istream::read, ostream::write):
1627         Use streamsize for the length parameter.
1629         * streambuf.h:  Removed redundant __overflow and __underflow.
1631         * fstream.h, fstream.cc: Add void fstreambase::attach(int).
1633         * iosscanf.c (_IO_sscanf):  Fix non-__STDC__ missing declaration.
1635 Mon Apr  3 15:40:55 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1637         * indstream.*: Fix prototypes of xsputn and xsgetn.
1639         * fileops.c: Avoid ??? trigraph.
1641 Mon Mar 27 16:16:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1643         * iomanip.h (operator<< (ostream&, const omanip<TP>&): Define
1644         separately.
1645         (operator>> (istream&, const imanip<TP>&): Ditto.
1647 Mon Mar 27 08:56:00 1995  Brendan Kehoe  (brendan@lisa.cygnus.com)
1649         * builtinbuf.cc (builtinbuf::setbuf): Cast NULL to streambuf*, to
1650         avoid warning/error about conversion from void*.
1651         * indstream.cc (indirectbuf::seekoff): Likewise.
1652         (indirectbuf::seekpos): Likewise.
1653         * filebuf.cc (filebuf::setbuf): Likewise.
1654         (filebuf::close): Cast NULL to filebuf*.
1656 Wed Mar  1 14:23:18 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1658         * configure.in (DISTCLEAN):  Add, with target-mkfrag.
1660 Fri Feb 24 01:01:08 1995  Jason Merrill  <jason@python.cygnus.com>
1662         * configure.in (frags): Don't require so many dashes in the
1663         canonical target name.
1665 Sat Feb 18 13:18:30 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1667         * streambuf.cc (streambuf::sync):  Always return 0, even for
1668         non-flushed output.  This is required by the ANSI/ISO draft.
1669         * genops.c (_IO_sync):  Likewise always return 0.
1671 Fri Feb 17 16:33:28 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1673         * fileops.c (_IO_file_close_it):  Call _IO_file_sync, rather
1674         than _IO_do_flush, because we want to adjust the file pointer
1675         if reading and not at end (as in SVR4, and as in fflush).
1676         Also, make sure to return error indication if sync fails.
1677         (_IO_file_sync):  Ignore seek error if it is ESPIPE.
1678         (_IO_file_seekoff):  If not readable, do dumb lseek.
1679         * iofclose.c (_IO_fclose):  If closing a non-filebuf, return -1
1680         if _IO_ERR_SEEN.
1682 Fri Feb 17 19:31:00 1995  Ian Lance Taylor  <ian@cygnus.com>
1684         * gen-params: Check for struct tms in <sys/times.h>, defining
1685         HAVE_SYS_TIMES accordingly.
1687 Wed Feb 15 21:05:11 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1689         * strops.c (_IO_str_count):  Use LEN macro.
1690         (_IO_str_seekoff):  Update _len field.
1692 Mon Feb  6 19:29:00 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1694         * gen-params: Default to short, long and long long for 16, 32 and
1695         64 bit types, in case detection fails.
1697 Wed Jan 25 18:07:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1699         * gen-params (_G_wint_t): Allow for broken promotions.
1701 Tue Jan 24 16:15:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1703         * stdstrbufs.cc (_IO_fake_stdiobufs):  Add an extra layer of struct,
1704         to force correct alignment on i960s.
1705         (DEF_STDIOBUF, _IO_{stdin,stdout,stderr}_buf):  Update accordingly.
1707 Thu Jan 19 18:30:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1709         * config.shared (CXXINCLUDES): Add libstdc++ to includes for
1710         building libg++.
1711         (LIBS): Also link with libstdc++ when building libg++ toys.
1712         Don't set EXPORT_ALL_VARIABLES; users will have to set
1713         LD_LIBRARY_PATH themselves.
1715 Fri Dec 30 16:38:13 1994  Mike Stump  <mrs@cygnus.com>
1717         * config/linux.mt: Fix build problem on linux 1.0.8.
1719 Thu Dec 22 11:49:45 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
1721         * config/netware.mt: Use gcc to pre-link iostream.nlm's objects
1722           instead of using nlmconv, so that references to functions in
1723           libgcc.a are resolved.
1725         * configure.in: Append .mt to target makefile fragment file names.
1727         * floatconv.c (tens, tinytens, bigtens): Added const qualifier.
1729 Tue Dec 20 09:59:50 1994  Mike Stump  <mrs@cygnus.com>
1731         * gen-params (VTABLE_LABEL_PREFIX): Since some systems have GNU nm
1732         as nm, and they demangle by default, we have to notice this, and
1733         try --no-cplus (linux) or --no-demangle when running nm.
1735 Wed Dec 14 18:13:58 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1737         * gen-params:  To determine vt-name-mangling using dummy.C add
1738         #include and #prama interface/implementation to avoid problem with
1739         assemblers that don't emit local symbols.  Reported under HPUX 8
1740         by Thomas Arend <arend@blasius.Chemietechnik.Uni-Dortmund.DE>.
1742         * streambuf.h (ios::ios):  Move inline definition after
1743         that of ios::init (which ios::ios calls).
1745 Sun Dec  4 19:50:32 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1747         * fileops.c (_IO_file_init, _IO_file_close_it, _IO_file_sync):
1748         Set _offset to _IO_pos_BAD, to support applications that follow
1749         POSIX.1 rules on mixing file handles.
1751         * fileops.c (_IO_file_overflow):  Handle case that buffer was
1752         allocated (perhaps by setvbuf) but _IO_write_base is still 0.
1754         * iostdio.h (setbuffer):  #define as _IO_setbuffer.
1755         * streambuf.h, filebuf.cc:  Removed filebuf::do_write.
1757 Tue Nov 29 23:38:57 1994  Per Bothner  (bothner@rtl.cygnus.com)
1759         * floatconv.c (setword0, setword1):  Fix typo.
1761 Tue Nov 29 15:37:29 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1763         * config.shared:  Move -fno-implicit-template from CXXFLAGS
1764         to LIBCXXFLAGS.  Tests are better run without it.
1766         * floatconv.c (word0, word1):  Re-place/re-implement using unions
1767         instead of casts to avoid optimizer problems.
1769         * dbz/dbzmain.c:  Renamed dirname -> dir_name to avoid OSF
1770         header file braindamage.
1772 Sat Nov  5 19:44:00 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1774         * config.shared (LIBCFLAGS): Define.
1775         (LIBCXXFLAGS): Define.
1776         (DOING_LIBGXX): Define TOLIBGXX.  Change LIBS to use -lg++.  Add
1777         LD_LIBRARY_PATH and .EXPORT_ALL_VARIABLES:.
1778         (FLAGS_TO_PASS): Add LIBC{,XX}FLAGS.
1779         (XC{,XX}FLAGS): Set to LIBCFLAGS or CFLAGS depending on $LIBDIR.
1780         (COMPILE.c): Define, use in .c.o rule.
1781         (COMPILE.cc): Define, use in .cc.o rule.
1783 Sat Nov  5 15:12:12 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1785         * Makefile.in (VERSION):  Update to 0.67.
1787         * streambuf.h (ios::dont_close):  Is now set by default.
1788         * fstream.h, fstream.cc (__fb_init):  New function.  Clears
1789         ios::dont_close.  Change fstreambase constructors to call it.
1790         * strstream.cc:  *strstream constructors must clear ios::dont_close.
1791         * iostream.cc:  Simplify - don't need to set ios::dont_close.
1792         * ioassign.cc:  Simplify - assume ios::dont_close is always set.
1794         * fstream.h, fstream.cc:  If _IO_NEW_STREAMS, put the
1795         filebuf as a member __my_fb.
1796         * strstream.{h,cc}:  Likewile use a strstreambuf member __my_sb.
1797         * streambuf.h, stdstreams.cc, ioextend.cc:
1798         Fix if _IO_NEW_STREAMS to not use ios::dont_close.
1800         * streambuf.h (class ios):  Move rdbuf later, to avoid
1801         inability of g++ to inline.
1802         * filebuf.cc (filebuf::~filebuf):  Call _IO_do_flush.
1804         * config.shared:  Emit rules to make depend.
1805         * depend:  New file.
1807 Fri Nov  4 17:19:11 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1809         * README:  Fix typos.
1810         * libio.h:  Add comment.  Update Copyright notice.
1812 Fri Nov  4 21:46:30 1994  Paul Eggert  <eggert@twinsun.com>
1814         * libio.h (__P): Change argument name spelling from
1815         `paramlist' to `protos' for compatibility with BSDI 1.1.
1817 Thu Nov  3 00:45:16 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1819         * config.shared (CXXFLAGS): Add -fno-implicit-templates.
1821 Mon Oct 24 15:57:35 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1823         * config.shared:  Define NOSTDIC and use it for libio too.
1825 Thu Oct 20 19:45:35 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1827         * iogetdelim.c: #include <stdlib.h>.
1829 Thu Oct 20 17:09:52 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1831         * iostream.h:  Add classes _IO_istream_withassign and
1832         _IO_ostream_withassign.  Re-type cin, cout, cerr, clog.
1833         (class iostream):  Don't add extra _gcount field.
1834         * ioassign.cc:  New file.  Implement operator= for cin etc.
1835         * streambuf.h (class ios):  Change return type of operator=.
1836         * Makefile.in (IOSTREAM_OBJECTS):  Add ioassign.o.
1838         * Makefile.in:  Re-arrange, so linux.mt overrides can work.
1840         * fileops.c (_IO_file_seekoff):  Optimize seeks within buffer.
1842 Wed Oct 19 14:25:47 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1844         * gen-params (wint_t): Return to using __WCHAR_TYPE__ for
1845         compatibility with gcc versions prior to 2.6.1.
1847 Tue Oct 18 17:08:18 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1849         * Makefile.in:  Define _G_CONFOG_H as _G_config.h for Linux.  Use it.
1850         (IO_OBJECTS):  Add iogetdelim.o.
1851         * config/linux.mt:  New file.
1852         * configure.in:  Select config/linux.mt if Linux.
1853         * iogetdelim.c:  Verious cleanups, many from
1854         Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>.
1855         * libioP.h: Add _IO_getdelim.  Use (void) for no-parameter functions.
1857 Thu Oct 13 16:30:56 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1859         * libio.h:  Rename USE_DTOA to _IO_USE_DTOA for namespace reasons.
1860         * iostream.cc, iovfscanf.c, iovfprintf, floatconv.c:
1861         Update USE_DTOA -> _IO_USE_DTOA.
1863         * libio.h (_IO_feof, _IO_ferror):  Move to here ...
1864         * iolibio:  ... from here
1866         * iostream.cc (istream::get, istream::ignore, istream::read):
1867         Set _gcount to 0 if ipfx0 failed.
1869         * iostream.cc (flush):  Do virtual function call, rather than
1870         going through jumptable.  (To get correct method in derived class.)
1871         Bug and fix from John Wiegley <jw@cis.ohio-state.edu>.
1873         * iofdopen.c (O_ACCMODE):  Define using O_RDWR, not O_RDWRITE.
1875         * streambuf.h (ios::rdbuf(streambuf*)):  New.
1876         * streambuf.h (ios::operator=):  Make private (i.e. dis-allow).
1878 Wed Oct 12 19:09:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1880         * gen-params: Define _G_NO_NRV and _G_NO_EXTERN_TEMPLATES if not
1881         compiling with g++.
1883 Thu Oct  6 16:03:43 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1885         * iostream.texi (ostrstream::str):  Note that NUL is not written
1886         automatically.
1888 Wed Oct  5 17:28:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1890         * iogetdelim.c (_IO_getdelim):  New function.
1892 Wed Oct  5 15:40:22 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
1894         * config/netware.mt: New file, first cut at Netware NLM support.
1895         * configure.in (*-*-netware*): Use config/netware.mt.
1897         * config.shared (NLMCONV, LD): New definition.
1899         * gen-params: check for nm in ${binutils}/nm.new.
1900         * config.shared: Likewise.
1902 Tue Oct  4 12:20:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1904         * iomanip.h (omanip::operator<<):  Make 2nd arg be const.
1905         Bug and fix reported by Greg McGary <gkm@magilla.cichlid.com>.
1907         * strstream.cc (strstreambuf::pcount):  Simplify, to match
1908         ANSI/ISO specification.
1910 Mon Sep 26 15:19:52 1994  Jason Merrill  (jason@deneb.cygnus.com)
1912         * gen-params: Include <wchar.h> and <wctype.h> if they exist.
1914 Thu Sep  8 14:41:41 1994  Jason Merrill  (jason@deneb.cygnus.com)
1916         * iostream.h (class istream): Declare operator>>(long double&).
1917         (class ostream): Define operator<<(long double).
1919         * iostream.cc (istream::operator>>(long double&)): Define.
1921 Wed Sep  7 14:42:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1923         * iostream.texi (Overflow):  Fix bugs in example.
1925 Fri Sep  2 17:45:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1927         * iostream.tex:  Document a little on how to write your
1928         own streambuf-derived class, with an example.
1930 Tue Aug 30 13:03:57 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
1932         * floatconv.c (s2b): Declare X and Y to be _G_int32_t.
1933         (diff, quorem): Declare BORROW, Y, and Z likewise.
1934         (ulp): Declare L likewise.
1935         (_IO_strtod): Declare L and AADJ likewise.
1936         (_IO_dtoa): Declare L and D likewise.  Cast division of D by DS to
1937         _G_int32_t.
1939 Mon Aug 29 16:01:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1941         * iosetvbuf.c (_IO_setvbuf):  If setting _IOFBF and no
1942         buffer was specified, call __doallocate.
1944         * fileops.c, floatconv.c:  Add a bunch of parentheses to
1945         shut up gcc warnings.  Patch from H.J.Lu.
1947         * stdiostream.cc (stdiobuf::sys_read):  Inline call to getc
1948         for the normal case (size==1).
1950 Sat Aug 20 12:14:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1952         * Makefile.in (VERSION):  Increase to 0.66.
1954 Fri Aug 19 17:28:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1956         * iolibio.h:  Added _IO_printf prototype.
1957         Added extern "C" { ... } wrappers #ifdef __cplusplus.
1958         Bugs reported by Neal Becker <neal@ctd.comsat.com>.
1960 Wed Aug 17 18:17:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1962         * fileops.c (_IO_file_seekoff):  For _IO_seek_cur, adjust for
1963         read-ahead before jumping to label dumb.
1965 Wed Aug  3 13:15:01 1994  H.J. Lu  (hjl@nynexst.com)
1967         * libioP.h (CHECK_FILE(FILE,RET)): new, which checks for
1968           FILE == NULL and _IO_MAGIC_MASK.
1969           (COERCE_FILE(FILE)): merged into CHECK_FILE(FILE,RET)
1970           with typo fixes.
1972         * iofread.c, iofwrite.c: add CHECK_FILE(fp, 0);
1973         * iofclose.c: add CHECK_FILE(fp, EOF); remove _IO_MAGIC_MASK check.
1975         * iofflush.c, iofgetpos.c, iofputs.c, iofscanf.c,
1976         iofsetpos.c, iofvbuf.c, ioungetc.c:
1977         Add CHECK_FILE(fp, EOF) and remove COERCE_FILE(fp).
1979         * iofgets.c: add CHECK_FILE(fp, NULL) and remove COERCE_FILE(fp).
1980         * iofprintf.c: add CHECK_FILE(fp, -1) and remove COERCE_FILE(fp).
1981         * ioftell.c: add CHECK_FILE(fp, -1L) and remove COERCE_FILE(fp).
1982         * iosetbuffer.c: add CHECK_FILE(fp, ) and remove COERCE_FILE(fp).
1984 Fri Aug 12 15:35:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1986         * iofdopen.c (_IO_fdopen):  #define O_ACCMODE if it isn't.
1987         Still set O_APPEND if "a" is given, but don't unset it
1988         if it isn't.  Added comment.
1990 Mon Aug  8 13:11:00 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1992         * gen-params (VTABLE_LABEL_PREFIX):  Changes in the implementation.
1993         For look for _*vt[$_.]7*filebuf in the nm output, because that
1994         matches what g++ produces and has produced.  Thus it should be
1995         somewhat more robust.
1997 Sun Aug  7 22:52:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1999         * gen-params (CC):  Remove no-longer-needed -I options
2000         passed to xgcc (now they are implied by the -B options).
2002 Wed Jul 20 16:41:13 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2004         * Makefile.in (tooldir):  Added definition, so we can do
2005         'make install' in this directory.
2006         Bug reported by Klamer Schutte <schutte@tpd.tno.nl>.
2008 Mon Jul 18 18:02:34 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2010         * gen-params (VTABLE_LABEL_PREFIX):  Remove filename sppearing
2011         by itself.  Add comment explaining what is going on.
2013 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
2015         * libio.h: define _IO_uid_t and _IO_HAVE_ST_BLKSIZE
2016           as _G_xxxxxxxx.
2018 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
2020         * iopopen.c:  Don't include <errno.h>. It is included in "libioP.h".
2022         * iopopen.c (_IO_proc_close) : check if fp is on the list
2023           before close it.
2025 Thu Jul 14 16:38:47 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2027         * gen-params (CONFIG_NM):  Make sed scripts to find vtable name
2028         mangling more robost for different forms of nm output.
2030 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
2032         * iofopen.c (_IO_fopen): don't check [redundantly] fp == NULL after
2033           IO_file_init(&fp->_file).
2035         * iomanip.h (template<class TP> class iapp):
2036           change ostream to istream.
2038 Tue Jul 12 14:09:02 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2040         * Makefile.in (VERSION):  Increase to 0.65.
2041         * libioP.h (builtinbuf_vtable):  Only define #ifdef __cplusplus.
2043         * gen-params (_G_int8_t):  Only define if defined(__STDC__),
2044         because K&R C compilers don't have signed char.
2045         (_G_int64_t, _G_uint64_t):  Only define if defined(__GNUC__)
2046         because other compilers may not have long long.
2048 Sun Mar 06 13:10:21 1994  H.J. Lu  (hjl@nynexst.com)
2050         * floatconv.c (_IO_dtoa ()): fix a small memory leak, set the
2051           "on_stack" field to be 0 if "result" is not NULL.
2053 Sat Mar 05 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
2055         * floatconv.c (_IO_dtoa ()): if the number of digits of the
2056           floating point number is more than the previous one, free the
2057           old string and allocate a new one.
2058           [Minor optimization to avoid Bcopy. -PB]
2060 Mon Jul 11 10:53:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2062         * fileops.c (_IO_file_underflow):  'count' should be unsigned,
2063         since it contains the return value of read.  Reported by
2064         Teemu Torma <tot@trema.fi>.
2066 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
2068         * floatconv.c (_IO_strtod ()): make "+" and "-" as error.
2070 Sat Jul  9 15:09:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2072         Make sure _IO_FILE::_flags is always initialized correctly, for the
2073         C functions (fopen, fdopen, popen), and not just the C++ functions.
2074         * fileops.c (_IO_file_init):  Set _flags to CLOSED_FILEBUF_FLAGS.
2075         * fileops.c (_IO_file_fopen):  Remove bogus assignment.
2076         * filebuf.cc (filebuf constructors):  Don't pass CLOSED_FILEBUF_FLAGS
2077         to streambuf constructor - _IO_file_init does it instead.
2078         * filebuf.cc (CLOSED_FILEBUF_FLAGS):  Removed.
2079         * iopopen.c (_IO_proc_open):  Use _IO_mask_flags.
2081 Thu Jun 30 08:49:53 1994  Jason Merrill  (jason@deneb.cygnus.com)
2083         * dbz/Makefile.in (mostlyclean): Add target.
2085 Wed Jun 29 09:30:12 1994  Jason Merrill  (jason@deneb.cygnus.com)
2087         * gen-params: Woops, can't run a C program to determine target
2088         characteristics.  Sigh.
2090 Tue Jun 28 03:11:33 1994  Jason Merrill  (jason@deneb.cygnus.com)
2092         * gen-params: Add _G_{,u}int{8,16,64}_t, use a short C program to
2093         determine what all these should be rather than trying to compare
2094         the MAX numbers in the shell.
2096 Sun Jun 26 21:04:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2098         * stdiostream.h, stdiostream.cc (stdiobuf::xsgetn):  Removed.
2099         Too hairy.  If we want to optimize it, we should do so in
2100         filebuf::xsgetn (or rather _IO_file_xsgetn).
2102         * stdiostream.h (class stdiobuf), stdiostream.cc:  Fix parameter
2103         and return types of virtual function to matcher base types (Oops!).
2104         * streamstream.cc (stdiobuf::xsgetn, stdiobuf::xsputn):
2105         Optimize to call fread.fwrite directly if !buffered.
2106         * fileops.c:  Fix comment.
2108 Fri Jun 24 11:28:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2110         * stdiostream.h (istdiostream, ostdiostream):  New classes.
2112         More robust final cleanup.
2113         * cleanup.c (_IO_register_cleanup):  Register _IO_cleanup,
2114         rather than _IO_flush_all.
2115         * filedoalloc.c: Update comment.
2116         * genops.c (_IO_unbuffer_all):  New.  Makes all files unbuffered.
2117         * genops.c (_IO_cleanup), libioP.h:  New function.  Call
2118         _IO_flush_all, and then _IO_unbuffer_all.  This is in case C++
2119         destructors try to do output *after* _IO_cleanup is called.
2121         Construct standard stdiobufs statically (using type punning).
2122         * stdstrbufs.c;  Unless _STDIO_USES_IOSTREAM declare standard
2123         stdiobufs (for stdin, stdout, and stderr), using type punning
2124         (struct _IO_fake_stdiobuf).  This avoids constructor-time problems.
2125         * stdstreams.cc:  Remove the declarations of the stdiobufs.
2126         Instead use the new (fake) ones in stdstrbufs.cc.  We no longer
2127         have to call ios::sync_with_stdio at constructor time.
2129         Preliminary support for new ANSI streambuf::uflow virtual.
2130         * libioP.h (struct _IO_jump_t):  Add __uflow field.
2131         * genops.c (_IO_default_uflow), libioP.h:  New function.
2132         * fileops.c (_IO_file_jumps), iopopen.c (IO_proc_jumps),
2133         iovfprintf.c (_IO_helper_jumps), strops.c (_IO_str_jumps),
2134         streambuf.cc (_IO_streambuf_jumps):  Add _IO_default_uflow.
2135         * genops.c (__uflow):  New function.
2136         (save_for_backup):  New function.  Some code shared by
2137         __underflow and __uflow, moved out from the former.
2138         (_IO_default_uflow):  New function.
2139         * libio.h (_IO_getc):  Call __uflow, not __underflow.
2141 Wed Jun 22 20:22:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2143         Make sure that the vtable of a streambuf is always valid,
2144         which makes ios::rdbuf simpler and faster.
2145         * gen-params:  Add code to determine _G_VTABLE_LABEL_HAS_LENGTH,
2146         _G_VTABLE_LABEL_PREFIX, _G_VTABLE_LABEL_PREFIX_ID, and
2147         _G_USING_THUNKS, which describe how virtual function tables are named.
2148         * stdfiles.c (FILEBUF_LITERAL):  Moved to libioP.h.
2149         * libioP.h (builtinbuf_vtable):  New (complicated) declaration.
2150         * filebuf.cc (filebuf::__new), strstream.cc (SET_STR_JUMPS):
2151         Initialize vtable to builtinbuf_vtable, not NULL.
2152         * stdstrbufs.cc:  New file.  Same as stdfiles.c, except that
2153         vtable is initialized to builtinbuf_vtable, not NULL.
2154         * streambuf.h (ios::rdbuf):  Can now simplify/optimize, due to
2155         above changes.  Always, just return _strbuf.
2156         * builtinbuf.h, builtinbuf.cc (builtinbuf::vtable,
2157         builtinbuf::get_builtin_vtable):  Removed.  No longer needed.
2158         * streambuf.h, builtinbuf.cc (ios::_IO_fix_vtable):  No longer needed.
2159         Only defined #ifdef _STREAM_COMPAT, for binary compatibility.
2160         * Makefile.in:  Move stdfiles.o from IO_OBJECTS to STDIO_WRAP_OBJECTS.
2161         (IOSTREAM_OBJECT):  Add stdstrbufs.o.
2162         * Makefile.in (_G_config.h):  Pass $(CXXFLAGS) as part of $(CXX).
2164 Fri Feb 11 11:08:01 1994  SBPM Marc GINGOLD (marc@david.saclay.cea.fr)
2166         * iovfprintf.c (helper_vfprintf): add
2167           hp->_IO_file_flags = _IO_MAGIC|(_IO_IS_FILEBUF+_IO_NO_READS);
2168         [This is needed because _IO_vfprintf checks for _IO_UNBUFFERED. -PB]
2169         [Actually:  don't set _IO_IS_FILEBUF. -PB]
2171 Wed Jun 22 13:49:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2173         * stdiostream.cc, stdiostream.h (stdiobuf::buffered):  New methods.
2175         * iofdopen.c (_IO_fdopen):  Various minor improvements.
2177         * iovfscanf.c:  Don't return EOF on control_failure.
2179 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
2181         * iovfscanf.c:  Enforce the sequence of the conversion specifications.
2183 Fri Jun 17 20:57:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2185         * iofdopen.c:  Use fcntl to check that requested access mode is
2186         compatible with existing access mode, and to change the
2187         O_APPEND file status flag if need be.
2189 Thu Jun 16 17:33:50 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2191         * streambuf.h (ios::init):  Initialize all the fields.
2192         This may be overkill, but the current ANSI working paper requires it.
2193         * streambuf.h (ios::ios):  Reimplement in terms of ios::init.
2194         * iostream.cc (Non-default constructors istream::istream,
2195         ostream::ostream, iostream::iostream):  Cannot use a mem-initializer,
2196         because it is ignored if initializing a derived class.  Instead,
2197         call ios::init.
2199 Wed Jun 15 13:35:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2201         * stdstreams.cc (ISTREAM_DEF):  Fix typo (it's a _fake_istream, not
2202         a _fake_ostream).  Reported by Jason Shirk <jshirk@gomez.intel.com>.
2204         * stdiostream.h, stdiostream.cc (stdiobuf::~stdiobuf):  New.
2205         Call _IO_do_flush.
2206         * stdiostream.cc (stdiobuf::sync):  Call _IO_do_flush rather
2207         than filebuf::sync (to avoid bad seeks).
2209         * libioP.h (_IO_do_flush):  Add missing parentheses.
2211 Fri Jun  3 19:16:57 1994  Jason Merrill  (jason@deneb.cygnus.com)
2213         * config.shared (CXXFLAGS): Remove -fno-implicit-templates.
2215         * iomanip.h: Add explicit external instantiations.
2217 Wed Jun  1 14:14:44 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2219         * libio.h (struct _IO_FILE_plus):  Move definition from here ...
2220         * libioP.h (struct _IO_FILE_plus):  ... to here.  Since this
2221         file is private to the implementation, we can rename the fields
2222         from the implementor's to the user's name anme space.
2223         (This avoids a lossage on SCO, whose stdio.h has a #define _file.)
2224         * iofdopen.c, iofopen.c, stdfiles.c:  Fix field references accordingly.
2225         * iopopen.c (struct_IO_proc_file):  Rename fields from
2226         implementor's name space to user's, and update usages.
2227         * streambuf.h (streambuf::_vtable):  Re-implement to not need
2228         struct _IO_FILE_plus.
2229         * strfile.h (struct _IO_strfile_): Likewise.
2231 Wed Jun  1 13:57:48 1994  Jason Merrill  (jason@deneb.cygnus.com)
2233         * config.shared (CXXFLAGS): Use -fno-implicit-templates instead of
2234         -fexternal-templates.
2236 Tue May 31 08:49:28 1994  Mike Stump  (mrs@cygnus.com)
2238         * genops.c, iofclose.c, iofdopen.c, iofopen.c, iopopen.c: Be
2239         consistent about protecting #include <stdlib.h>.
2241         * ioputs.c: Add #include <string.h>, to avoid warning on alpha.
2243         * iofdopen.c: Add #include <stdlib.h>, so that malloc works on
2244         machines where sizeof(int) != sizeof(void *).
2246 Mon May 30 17:26:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2248         * pfstream.cc (ipfstream::ipfstream, opfstream::opfstream):
2249         Reverse sense of test of return value of procbuf::open.
2250         (It returns NULL on failure.)
2252         * filedoalloc.c (_IO_file_doallocate):  Remove dead code for
2253         USE_MALLOC_BUF.  Add code to return EOF if ALLOC_BUF fails.
2255 Sat May 28 13:47:47 1994  Jason Merrill  (jason@deneb.cygnus.com)
2257         * iomanip.cc: Explicitly instantiate smanip<int> and
2258         smanip<ios::fmtflags>.
2260 Wed May 25 16:04:12 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2262         * strfile.h:  Use __P instead of _PARAMS.
2264 Fri May 20 11:42:17 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2266         * libio.h: Rename _PARAMS macro to __P for better glibc and BSD
2267         compatibility.  (Also define _PARAMS for backwards compatibility.)
2268         * cleanup.c, iolibio.h, ioperror.c, iovfprintf.c, iovfscanf.c,
2269         libioP.h: Use __P instead of _PARAMS.
2270         * iostdio.h: Use __P instead of _ARGS.
2272         * fileops.c (_IO_file_read):  Minor stylistic tweak.  (It is
2273         preferable to test errno *after* the error return.)
2275 Fri May 13 15:25:36 1994  Jason Merrill  (jason@deneb.cygnus.com)
2277         * iostream.*: Add insertor and extractor for bool (just pretend
2278         it's an int).
2280 Fri May 13 14:12:03 1994  Mike Stump  (mrs@cygnus.com)
2282         * gen-params: Check for builtin bool support.
2284 Wed May 11 00:48:35 1994  Jason Merrill  (jason@deneb.cygnus.com)
2286         Make libg++ build with gcc -ansi -pedantic-errors
2287         * gen-params: #ifdef __STRICT_ANSI__, #define _G_NO_NRV.
2288         * pfstream.cc (ipfstream::ipfstream): Wrap use of variable-size
2289         array in #ifndef __STRICT_ANSI__.
2291 Fri May  6 12:42:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2293         * Makefile.in (VERSION):  Increase to 0.64.
2295         * isgetline.cc (istream::getline):  The delimiter should *not*
2296         be included in the gcount().
2298         * filedoalloc.c:  #include <stdlib.h> (If __STDC__) to get malloc.
2299         * iostream.h (ostream::put):  Remove overloaded versions, to match
2300         new working paper.  (Actually just put inside _STREAM_COMPAT, for now.)
2302 Tue May  3 14:14:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2304         * genops.c (_IO_default_finish):  Make robust when called
2305         multiple times on the same _IO_FILE*.  (One way this can
2306         happen is by the builtinbuf destructor being followed by the
2307         streambuf destructor.)
2309 Mon May  2 13:55:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
2311         * gen-params: Actually determine wint_t rather than depending on
2312         cpp to provide it or defaulting to the underlying type for
2313         wchar_t.
2315 Sat Apr 30 14:47:30 1994  Jason Merrill  (jason@deneb.cygnus.com)
2317         * gen-params: Add _G_wint_t, allow __*_TYPE__ to override values
2318         at compile time, fix definition of _G_ARGS.
2320 Fri Apr 29 16:55:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2322         * libio.h: Remove #pragma interface.  (There is no implementation.)
2324 Mon Mar 28 14:22:26 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2326         * iostream.cc (ostream::operator<<(double)):  Add/fix support
2327         for printing '+' when ios::showpos is set.
2328         (Fixes bug reported by Doug Moore <dougm@cs.rice.edu>.)
2329         * iostream.cc (istream::read):  Set eofbit as well as failbit on eof.
2330         * iostream.cc (ostream::operator<<(int)):  Fix conversion
2331         to unsigned (used to lose on INT_MIN).
2332         * iostream.cc (ostream::operator<<(long)):  Use (unsigned long),
2333         rather than (unsigned) for temporary.
2335         * config.shared, Makefile.in:  Remove definitions and uses
2336         of XTRAFLAGS.  It is no longer needed, since it is
2337         now implied by the -B flag.
2339 Fri Mar 25 00:31:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
2341         * builtinbuf.h: Add put /**/ around comment on trailing #endif.
2343         * Makefile.in (c++clean): Make clean in tests subdir, too.
2345 Wed Mar 23 16:42:09 1994  Doug Evans  (dje@canuck.cygnus.com)
2347         * configure.in: Remove Makefile.tem before creating it.
2348         Needed when configuring from read-only source trees.
2350 Wed Mar 16 14:06:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2352         * stdstreams.cc:  Fix so that stdiobuf are used for cin/cout/cerr,
2353         unless _STDIO_USES_IOSTREAM is defined.
2354         * filebuf.cc (filebuf::setbuf):  Fix confusion about return
2355         value from _IO_file_setbuf.
2357 Sun Mar 13 00:54:12 1994  Paul Eggert  (eggert@twinsun.com)
2359         * config.shared: Ensure that `all' precedes `.PHONY';
2360         BSDI 1.1 needs this.
2362 Sat Mar 12 03:58:00 1994  Paul Eggert  (eggert@twinsun.com)
2364         * config.shared: Output a definition of INSTALL that uses
2365         $${rootme}, not ${rootme}.  Most `make's don't care, but BSDI
2366         1.1 `make' does.
2368 Fri Mar  4 17:33:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2370         * iopopen.c:  #define _POSIX_SOURCE.
2371         * isgetline.c (istream::getline):  Various fixes.
2373 Thu Mar  3 17:58:20 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2375         * iostream.cc (write_int):  Fix test for when to add initial '0'
2376         when ios::oct and ios::showbase are set.
2377         For hex, showbase adds initial 0x (or 0X) regardless of val==0.
2378         Bugs reported by Phil Roth <proth@cs.uiuc.edu>.
2380 Mon Feb 21 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
2382         * libio.h (_IO_PENDING_OUTPUT_COUNT(_fp)): return the
2383         pending output count in _fp.
2385 Fri Feb 25 09:26:57 1994  Ian Lance Taylor  (ian@cygnus.com)
2387         * gen-params: For HAVE_SYS_WAIT, compile dummy.c, not dummy.C.
2389 Tue Feb 22 11:19:09 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2391         * streambuf.h, genops.c, libioP.h:  Rename references to
2392         _IO_FILE fields other_gbase => _IO_save_base,
2393         _aux_limit => _IO_backup_base, and _other_egptr => _IO_save_end.
2394         * libio.h:  Remove no-longer needed macros _other_gbase,
2395         _aux_limit, and _other_egptr.
2396         * genops.c (__underflow, _IO_default_finishh, _IO_unsave_markers):
2397         Check _IO_save_base for NULL before FREEing it or calling
2398         _IO_free_backup_area.
2400 Thu Feb 17 15:26:59 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2402         * gen-params:  Improve deduction of _G_uint32 and _G_int32.
2403         Should now work for 16-bit, 32-bit, or 64-bit targets.
2404         * gen-params:  Check for sys/wait.h using ${CC}, since it's
2405         now used in a C file, not a C++ file.
2406         * floatconv.c:  Typedef _G_uint32_t as unsigned32, and use
2407         unsigned32 in place of unsigned long.  (Needed for Alpha.)
2409 Tue Feb  8 13:40:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2411         * fileops.c (_IO_file_close_it):  Simplify by using _IO_do_flush.
2412         * fileops.c (_IO_file_finish):  Don't call _IO_file_close_it -
2413         do it inline.  Call _IO_do_flush even if _IO_DELETE_DONT_CLOSE.
2414         * fileops.c (_IO_file_attach):  Set _IO_DELETE_DONT_CLOSE.
2415         * genops.c (_IO_flush_all):  Only call overflow if there is
2416         something to write.
2417         * iofclose.c (_IO_fclose):  Check that magic number is correct,
2418         and clear it when done.  Avoids crashing some buggy applications.
2419         * iogetline.c (_IO_getline):  Don't gratuitously increment old_len.
2420         * iogets.c (_IO_gets):  Take care to get required ANSi semantics.
2422 Sun Feb  6 19:50:39 1994  Jason Merrill  (jason@deneb.cygnus.com)
2424         * iomanip.cc: Explicitly instantiate operator<< and >>.
2426 Fri Feb  4 12:28:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
2428         * config.shared (CXXFLAGS): Use -fexternal-templates.
2430         * iomanip.h: Uncomment #pragma interface.
2432 Thu Jan 20 13:48:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2434         If no characters are read by fgets, ANSI C doesn't allow '\0' to
2435         be written to the buffer, but it is required by ANSI C++
2436         for istream::get and istream::getline.  Both use _IO_getline ...
2437         * iogetline.c (_IO_getline):  Don't write a '\0' at the end
2438         of the read data.  The input buffer length does not include
2439         space for a '\0'.
2440         * iofgets.c, iogets.c:  Change appropriately.
2441         Also check for _IO_ERR_SEEN, as required by ANSI.
2442         * isgetline.cc:  Update accordingly.
2444 Mon Jan 17 13:24:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
2446         * Makefile.in (c++clean): Added target for compiler testing
2447         (i.e. make c++clean all).
2449 Mon Jan 10 11:20:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2451         * libio.h (_IO_putc):  Add parentheses.
2452         Patch from Rik Faith <faith@cs.unc.edu>.
2454 Tue Jan  4 01:32:28 1993  Hongjiu Lu (hjl@nynexst.com)
2456         * genops.c (_IO_default_xsputn):
2457           (_IO_default_xsgetn):
2458         * ioignore.c: change "_IO_size_t count" to
2459           "_IO_ssize_t count".
2460         * iogetline.c: change "_IO_size_t len" to
2461           "_IO_ssize_t len".
2463 Mon Dec 20 00:31:21 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2465         * config.shared (CXXINCLUDES):  Fix quoting of $(NOSTDINC).
2467 Sun Dec 19 21:03:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2469         * Makefile.in (VERSION):  Increase to 0.63.
2471 Fri Dec 17 13:02:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2473         * iofread.c (_IO_fread):  Return 0 if either size or count is 0.
2474         * iofwrite.c (_IO_fwrite):  Return 0 if either size or count is 0.
2475         (This is consistent with fread, and most implementations, but not
2476         with a literal reading of the ANSI spec.)
2477         * iovfscanf.c (_IO_vfscanf):  If got EOF while skipping spaces,
2478         set seen_eof and break (instead of returning).
2479         * sbscan.cc (streambuf::vscan):  Set error state before returning.
2480         * streambuf.h:  Add a forward declarations for class istream
2481         to work around a g++ vtable name mangling bug.  (Patch from
2482         harry@pdsrc.hilco.com via Jeffrey A Law <law@snake.cs.utah.edu>.)
2483         * NEWS:  New file.
2485 Sat Dec 11 16:21:08 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2487         * iovfprintf.c (struct helper_file, _IO_helper_overflow,
2488         helper_vfprintf, _IO_helper_jumps):  New structs and functions.
2489         (_IO_vfprintf):  Use helper_vfprintf to make printing to
2490         unbuffered files more efficient.
2491         * genops.c (_IO_default_underflow), libioP.h:  New function.
2493         * iovsscanf.c (_IO_vsscanf):  The input string's length marks
2494         its logical end-of-file.
2496 Wed Dec  8 13:20:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2498         * indstream.cc (indirectbuf::sync()):  Don't crash if get_stream()
2499         or put_stream() are NULL;  sync() both streams even if error.
2501 Sun Dec  5 19:24:29 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
2503         * iostreamP.h (convert_to_seekflags): Use _IO_seek_set instead of
2504         0 inside the conditial expressions.
2506         * iofsetpos.c (_IO_fsetpos): Delete unused var `pos'.
2508 Sat Dec  4 15:57:26 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2510         * filedoalloc.c (_IO_file_doallocate):  Change type of couldbetty
2511         to int, and type of size to _IO_size_t, instead of size_t.
2512         (Change needed for Ultrix, which incorrectly deliberately doesn't
2513         define size_t in <sys/types.h> if _POSIX_SOURCE is defined.)
2515 Thu Dec  2 22:43:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2517         * fileops.c (_IO_file_finish):  Remove redundant call to _IO_un_link.
2518         * iofclose.c (_IO_fclose):  Don't call fp->_jumps->__close;  it's
2519         too low-level.  Instead call _IO_file_close_it.
2520         * dbz/Makefile.in (rclean, distclean):  Add some missing files.
2522 Wed Dec  1 13:19:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2524         * config/hpux.mt (MATH_H_INLINES): No longer define.
2525         Patch from Jeffrey A Law <law@snake.cs.utah.edu>.
2527 Fri Nov 26 13:28:36 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2529         * config.shared (CINCLUDES):  Define default if libg++.
2530         * iofread.c:  Use _IO_sgetn.c.
2531         * iolibio.h (_IO_clearerr):  Fix typo.
2532         * genops.c (_IO_seekmark):  Return 0 on success.
2533         * floactconv.c (Binit):  Change to static.
2534         * iofclose.c (_IO_fclose):  Check if file is _IO_stdin, _IO_stdout,
2535         or _IO_stderr;  if so don't try to free it.  Fix from hjl@nynexst.com.
2537         * genops.c (_IO_default_sync), libioP.h:  New function.
2538         * libioP.h (_IO_default_close):  Use _IO_default_sync -same interface.
2540         * Makefile.in:  Increase version to 0.62.
2541         * iopopen.c (_IO_proc_close):  Use waitpid (available in libibarty,
2542         if needed), rather than wait.  Don't block/ignore SIGINT etc,
2543         as this is counter to Posix.2.
2544         * iopopen.c:  Chain open proc_files, and have the child close
2545         the ones that are open (as required by Posix.2).
2547         * fstream.h (fstreambase::rdbuf), strstream.h (strstreambase
2548         ::rdbuf):  Call ios::rdbuf() instead of getting _strbuf directly.
2550         * sbscan.cc (streambuf::vscan):  Comment out duplicate default arg.
2551         * floatconv.c:  Recognize Alpha and i860 as little-endian.
2552         * streambuf.cc:  Return two bogus value returns from void functions.
2553         * iolibio.h, iofwrite.c:  Fix buffer type to (const void*).
2554         * libio.h:  Predefine of struct _IO_FILE to help non-g++-compilers.
2555         * libioP.h, pfstream.cc, stdfiles.c, iovfscanf.c: Cleanup syntax junk.
2556         * stdstreams.cc:  Minor simplification.
2557         * streambuf.h, builtinbuf.cc:  Add non-const ios::_IO_fix_vtable()
2558         for temporary binary compatibility.
2560         * filedoalloc.c, fileops.c:  Add _POSIX_SOURCE.
2561         * fileops.c, iofopen.c, iofputs.c, iostream.cc, strops.c,
2562         strstream.cc, genops.c:  Add some missing #includes.
2563         * iofopen.c, iofdopen.c:  Return NULL if malloc fails.
2564         * iovfscanf.c:  Fix return type in strtol prototype.
2565         * fwrite.c:  Remove bogus file.
2567 Wed Nov 17 14:09:42 1993  Per Bothner  (bothner@cygnus.com)
2569         * builtinbuf.cc (ios::_IO_fix_vtable), streambuf.h:  Make method
2570         const, to reduce problems with -Wcast-qual.
2572 Tue Nov 16 19:30:42 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2574         * config.shared (CXXINCLUDE): use ${} instead of $() for NOSTDINC
2576 Tue Nov 16 14:15:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2578         * iopopen.c (_IO_proc_close):  Re-structure to avoid
2579         declarations after statements.
2580         * floatconv.c:  If not __STDC__, #define DBL_MANT_DIG.
2581         * config/isc.mt (G_CONFIG_ARGS): Remove bogus spaces.
2582         Patch from David A. Avery <daa@nic.cerf.net>.
2584 Tue Nov 16 15:58:31 1993  Mark Eichin  (eichin@cygnus.com)
2586         * Makefile.in (_G_config.h): explicitly use $(SHELL) to run
2587         gen-params, since we know it is a script (we're explicitly looking
2588         in ${srcdir} for it) and /bin/sh might not be good enough.
2590 Mon Nov 15 13:26:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2592         * builtinbuf.cc:  Don't depend on initialization of static
2593         variable builtinbuf::vtable, since that might happen after
2594         we need it (for a static constructor).  Instead, initialize
2595         it when needed by inlining the code from get_builtin_vtable
2596         into ios::_IO_fix_vtable().
2598         * floatconv.c:  Avoid using #elif, which some C compilers lack.
2599         * iogetline.c, libioP.h:  Make char parameter be int, to avoid
2600         some default promotion anomalies.
2602 Fri Nov  5 11:49:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2604         * config.shared (do-clean-dvi):  Remove TeX work files.
2605         * iopopen.c (extern _IO_fork):  Don't use parameter type void.
2606         * strops.c (_IO_str_init_static):  Clear the allocate_buffer
2607         function pointer, to mark the strfile as being static.
2608         Bug fix from Mike Raisbeck <mike@pudding.rtr.COM>.
2610 Thu Nov  4 10:44:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2612         * filebuf.cc (filebuf:): Use sseekoff rather than seekoff
2613         (which loses if vtable pointer is NULL).
2615         * iostream.cc (ostream::operator<<(long long n)):  Fix thinko.
2617         * Makefile.in (VERSION):  Increase to 0.60.
2618         * Makefile.in (IO_OBJECTS):  Added iopopen.o.
2619         * config.shared (DISTCLEAN):  Also remove Make.pack.
2620         * config.shared (CXXINCLUDES):  Add $(NOSTDINC).
2622         * config.shared (INSTALL):  Fix so it ues the correct install.sh
2623         whether $srcdir is absolute or relative.
2625         * floatconv.c (DBL_MAX_10_EXP): Fix default value.
2627 Wed Nov  3 10:20:49 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2629         * gen-params:  Make more robust to allow random junk (NeXT
2630         has spaces) before typedefs.
2632         * fileops.c (_IO_file_overflow):  Reduce code duplication.
2633         * Makefile.in (IO_OBJECTS):  Remove ioputs.o.
2635         * iovfscanf.c, libio.h:  Extra parameter to _IO_vfscanf,
2636         for optionally setting an error indication..
2637         * iofscanf.c, ioscanf.c, iofscanf.c, iovsscanf.c:  Fix calls to
2638         _IO_vfscanf to pass an extra NULL.
2639         * sbscan.cc (streambuf::vscan):  If passed an extra stream,
2640         set its error state (using new _IO_vfscanf parameter.
2642         * filedoalloc.c, fileops.c, genops.c, iogetline.c, ioignore.c,
2643         libio.h, libioP.h, streambuf.cc streambuf.h, strfile.h, strops.c,
2644         strstream.cc:  Replace macros (_base, _ebuf, _eback, _gptr, _egptr,
2645         _pbase, _pptr, _epptr) by field names (_IO_buf_base, _IO_buf_end,
2646         _IO_read_base, _IO_read_pre, IO_read_end, _IO_write_base,
2647         _IO_write_ptr, _IO_write_end).
2648         * libio.h:  Remove the old macros (which fixes a conflict.
2650 Mon Nov  1 15:22:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2652         * iostream.cc:  Use _IO_sputn instead of sputn.  _IO_sputn does
2653         not require a vtable pointer, and is also slightly faster.
2655         * builtinbuf.{h,cc} (builtinbuf::setbuf):  Fix return and
2656         parameter types.
2658 Mon Oct 25 12:56:33 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2660         Kludge to make sure _IO_FILE buffers get flushed before exit.
2661         * dbz/dbzmain.c, dbz/fake.c, dbz/byteflip.c:
2662         Invoke DBZ_FINISH macro (if defined) before (normal) exits.
2663         * dbz/Makefile.in (CFLAGS):  Define DBZ_FINISH to call _IO_flush_all.
2665 Sat Oct 23 22:10:53 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2667         * Makefile.in (VERSION):  Set to 0.60 for libg++ release.
2668         * fileops.c (_IO_file_attach):  Set _offset to _IO_pos_BAD.
2669         * iostream.cc (ostream::flush):  Fix thinkp.
2670         * editbuf.cc, isgetsb.cc, isscan.cc, osform.cc, parsestream.cc,
2671         pfstream.cc, sbform.cc, sbscan.cc, stdstreams.cc, stream.cc:
2672         Replace #include "ioprivate.h" by #include "libioP.h" (and
2673         sometimes stdarg.h, stdlib.h and/or string.h).
2674         * ioprivate.h:  Removed.
2677 Thu Oct 21 19:24:02 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2679         * PlotFile.h, SFile.h, editbuf.cc, editbuf.h, filebuf.cc,
2680         fstream.cc, fstream.h, indstream.cc, indstream.h, iomanip.cc,
2681         iomanip.h, ioprivate.h, iostream.cc, iostream.h, isgetline.cc,
2682         isgetsb.cc, parsestream.cc, parsestream.h, pfstream.cc,
2683         pfstream.h, procbuf.cc, procbuf.h, stdiostream.cc, stdiostream.h,
2684         stdstreams.cc, streambuf.cc, streambuf.h, strstream.cc,
2685         strstream.h:  Remove old (duplicate) copyright notices.
2687         * iostream.cc:  Fix calls to sync() to be safe in the presence
2688         of vtable-less streambufs.
2690 Wed Oct 20 15:22:04 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2692         * streambuf.h (streambuf::underflow, streambuf::overflow):
2693         Don't make virtual functions pure.
2694         * streambuf.cc (streambuf::underflow, streambuf::overflow):
2695         Default definitions (return EOF).
2696         * fstream.h:  Add new (int fd, char* buf, int len) constructors.
2697         These are deprecated, but added for AT&T compatibility.
2698         * fstream.cc fstreambase::fstreambase(int fd, char *p, int l): New.
2700 Thu Oct 14 14:57:01 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2702         * configure.in: use 'mv -f' instead of 'mv'
2704 Tue Oct 12 05:01:44 1993  Mike Stump  (mrs@cygnus.com)
2706         * floatconv.c: Fix typo, change __STDC to __STDC__.
2708 Mon Oct 11 17:03:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2710         * cleanup.c:  It should be #if _G_HAVE_ATEXIT, not #ifdef.
2712         * floatconv.c, iostrerror.c, iovfprintf.c, iovfscanf.c, libioP.h:
2713         Bunch of fixes to allow use of non-ANSI (K&R) C compilers.
2715         * Makefile.in (iostream.list):  Use CC=$(CXX) to force use of gcc.
2716         * README:  New file.
2718 Fri Oct  8 16:19:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2720         * Makefile.in:  Move ioungetc.o from STDIO_WRAP_OBJECTS to
2721         IO_OBJECTS (since it is needed for iovfscanf.c).
2722         * iostrerror.c:  Add declaration of strerror.
2724 Thu Oct  7 12:02:28 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2726         * cleanup.c:  New file, to cause flushing at exit.
2727         * filedoalloc.c:  Cause flushing on exit.
2728         * Makefile.in (OSPRIM_OBJECTS):  Add cleanup.o.
2729         * gen-params:  Check for atexit.
2731 Tue Oct  5 19:11:14 1993  Mike Stump  (mrs@cygnus.com)
2733         * ioperror.c (_IO_strerror): Add missing ()s in _PARAMS usage.
2735 Tue Oct  5 10:33:37 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2737         * iofprintf.c, iofscanf.c, ioprintf.c, ioscanf.c, iosprintf.c,
2738         iosscanf.c:  Remove bogus semi-colon after va_dcl.
2739         * ioperror.c:  Fix typos in declaration.
2741 Mon Oct  4 17:12:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2743         * configure.in (CLEAN):  Define (as _G_config.h *.a).
2745         * fileops.c (_IO_file_read):  Don't assume EINTR is defined.
2746         * iosetbuf.c:  Replace by generalized ...
2747         * iosetbuffer.c:  ... variant, derived from BSD.
2748         * Makefile.in (STDIO_WRAP_OBJECTS):  Change correspondingly.
2749         * iosetvbuf.c (iosetvbuf):  Minor ANSI tweak.
2750         * iostdio.h (setbuf, setlinebuf):  New #defines.
2751         * iolibio.h (_IO_setbuf, _IO_setlinebuf):  (Re-)define as macros.
2752         * Makefile.in (LIBIO_OBJECTS):  New macro.
2754 Tue Sep 28 14:15:52 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2756         * libioP.h (_IO_proc_open, _IO_proc_close): Add missing return types.
2757         * procbuf.cc:  Belated fixes.
2759 Mon Sep 27 14:04:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2761         * Makefile.in: List new files.  Add STDIO_WRAP_OBJECTS macro.
2762         * floatconv.c (d2b):  Use Exp_msk11 instead of Exp_msk1.
2763         * iofgetpos.c (_IO_fgetpos), iofsetpos.c (_IO_fsetpos):  Clean up.
2764         * iolibio.h:  New file.  Declarations of _IO_foo, for most foo
2765         where foo is a stdio function.  (Remove these from libio.h.)
2766         * iostream.h (istream::istreambuf, ostream::ostreambuf):  Move
2767         obsolete functions inside #ifdef _STREAM_COMPAT.
2768         * libio.h, libioP.h, streambuf.h, parsestream.h, stdiostream.h:
2769         Use _IO_fpos_t rather than _IO_pos_t.
2770         * iopopen.c:  New file type, for pipe (popen-like) streams.
2771         * procbuf.cc:  Now just a C++ wrapper for the files in iopopen.c.
2772         * streambuf.h (ios::unsetf):  Return complete old value of flags.
2773         * iogets.c (_IO_gets(), ioungetc.c (_IO_ungetc), ioperror.c
2774         (_IO_perror), iostrerror.c (_IO_strerror):  New files and
2775         functions, for stdio implementation.
2776         * iostdio.h:  Add declarations for various recently-added functions.
2778 Sun Sep 12 14:24:55 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2780         * streambuf.h (ios::showpos):: Fix typo.
2782 Fri Aug 27 12:05:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2784         * iopadn.c (_IO_padn):  Change to return count of chars written.
2785         * outfloat.c, iovfprintf.c:  Change for new _IO_padn interface.
2786         * iostream.cc (ostream::operator<<):  Make sure to set badbit
2787         on a failure (many places).  Use _IO_padn more.
2788         * iostream.cc (ostream& ostream::operator<<(const void *p):  Move to
2789         * osform.cc:  ... here, to reduce linking-in-the-world syndrome.
2790         * osform.cc: Use rdbuf(), instead of _strbuf directly.
2792         * genops.c (_IO_sgetn), libio.h:  New function.
2793         * streambuf.h (streambuf.h::sgetn):  Use _IO_sgetn.
2794         * SFile.cc (SFile::operator[]):  Use sseekoff, not seekoff.
2796 Thu Aug 26 10:16:31 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2798         * config.shared (SUBDIRS): only recurse if the directory is configured
2800 Wed Aug 25 12:56:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2802         * config/{hpux.mt, isc.mt, sco4.mt}:
2803         Moved from ../libg++/config (since they affect _G_config.h).
2804         * configure.in:  Set target_make_frag to one of the above files.
2806 Fri Aug 20 00:53:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2808         * iofopen.c (iofopen):  Fix type passed to _IO_un_link().
2809         * Makefile.in (_G_config.h):  Pass $CC (not $CXX) as CC.
2811         * configure.in (configdirs):  Add dbz and stdio.
2812         * fileops.c (_IO_file_seekoff):  Convert more old functionality.
2813         * iofdopen.c:  Use mode parameter to set _flags.
2814         * iofscanf.c, ioputs.c, ioscanf.c, iosprintf.c:  New files.
2815         * Makefile.in (IO_OBJECTS):  Added new objects.
2816         * iostdio.h:  Add feof. fscanf, puts, sprintf, vsprintf.
2817         * libio.h:  Add _IO_vprintf macro.
2818         * iofopen.c:  Invoke _IO_un_link if failure.
2819         * iovsprintf.c:  Write terminating NUL.
2821         * libioP.h:  Add COERCE_FILE macro (by default does nothing).
2822         * iofclose.c, iofflush.c, iofgets.c, iofprintf.c, iofputs.c,
2823         iofread.c, ioftell.c, iofwrite.c, iosetbuf.c, iosetvbuf.c:
2824         Invoke COERCE_FILE macro.
2825         * ioftell.c:  Use _IO_seekoff.
2827 Wed Aug 18 22:49:56 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2829         * sbform.cc (streambuf::form), sbscan.cc (streambuf::scan):
2830         Remove cast to _IO_va_list.  (Loses if array type.)
2832         * libio.h:  Handle _IO_va_list for systems that need <stdarg.h>.
2833         * floatconv.h:  Fix typo (reported by H.J.Lu).
2835 Wed Aug 18 19:34:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2837         * configure.in (INSTALLDIR): handle native vs. cross case
2839         * Makefile.in (install): don't use $TARGETLIB, set INSTALLDIR to
2840         $(libdir)
2842 Wed Aug 18 12:10:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2844         * Makefile.in:  Rename iostream-files to iostream.list.
2845         * configure.in:  Add iostream.list to MOSTLYCLEAN.
2847 Tue Aug 17 18:56:59 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2849         * Makefile.in:  Depend on _G_config.h where appropriate.
2850         * config.shared (CXXINCLUDES):  If doing libg++, search ../libio.
2852 Tue Aug 17 17:34:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2854         New directory.  Based on old libg++/iostream code,
2855         but extensively re-written.