2000-02-17 Zack Weinberg <zack@wolery.cumb.org>
[official-gcc.git] / libio / ChangeLog
blob1ac3f6231451998a7cd65c4e35317e97e0543399
1 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
3         * libioP.h (VTABLE_LABEL): Update for new vtable mangling.
4         * stdstrbufs.cc (filebuf_vtable): Likewise.
5         (stdiobuf_vtable): Likewise.
6         
7 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
9         * libioP.h: Handle new ABI mangling.
10         * stdstrbufs.cc: Likewise.
12 2000-05-24  Ulrich Drepper  <drepper@redhat.com>
14         * iostream.cc (endl): Fix bug in last change.
15         (ends): Make same change as for endl.
17 Tue May 23 22:56:56 2000  Jerry Quinn
19         * iostream.cc (endl): Verify stream can accept characters
20         before writing its eol.
22 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
24         * config.shared: Change "pic" to depend on $(PICFLAG), not
25         on $(enable_shared).
27 2000-05-11  Robert Lipe <robertlipe@usa.net>
29         * configure.in: Remove special casing for sco3.2v[45].
30         * config/sco4.mt: Deleted.
32 2000-05-10  Jakub Jelinek  <jakub@redhat.com>
34         * configure.in: Use mh-sparcpic for sparc*-*-*.
36 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
38         * configure.in: Indent the # of #include_next one space.
40 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
42         * configure.in: -linux-gnu*, not -linux-gnu.
44 2000-01-28  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
46         * fstream.h (ifstream::ifstream): Add ios::in to mode.
47         (ifstream::open): Likewise.
48         (ofstream::ofstream): Add ios::out to mode.
49         (ofstream::open): Likewise.
51 2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
53         * dbz/dbz.c, dbz/dbzmain.c: Include stdlib.h.  Don't declare
54         malloc, calloc, free, atol, atoi, or errno.  (errno.h was
55         already being included.)
57 2000-01-12  Fred Fish <fnf@be.com>
59         * configure.in (*-*-beos*): Recognize.
60         * config/beos.mt: New file.
62 1999-12-22  Jakub Jelinek  <jakub@redhat.com>
64         * libio.h (_IO_cookie_io_functions_t): Use _IO_off_t instead of
65         _IO_fpos_t.
66         (_IO_seekoff, _IO_seekpos): Likewise. Use _IO_off64_t instead of
67         _IO_fpos64_t.
68         * libioP.h (_IO_seekoff_t, _IO_seekpos_t, _IO_seek_t): Likewise.
69         (_IO_seekoff, _IO_seekpos): Likewise.
70         (_IO_default_seekoff, _IO_default_seekpos): Likewise.
71         (_IO_default_seek): Likewise.
72         (_IO_file_seekoff, _IO_file_seek, _IO_str_seekoff): Likewise.
73         * streambuf.h (streampos): Typedef to _IO_off_t resp. _IO_off64_t.
74         * parsestream.h (class parsebuf::pos_at_line_start): Change type
75         to _IO_off_t.
77 1999-12-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
79         * filebuf.cc (open): Support ios::ate if _G_HAVE_IO_FILE_OPEN.
80         Remove seek for ios::app if not.
82 1999-12-15  Jason Merrill  <jason@casey.cygnus.com>
84         * filedoalloc.c, floatio.h, iovfprintf.c, iovfscanf.c: Remove
85         advertising clause from BSD license, pursuant with
87           ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
89 1999-12-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
91         * strstream.h (strstreambuf::streambuf): Rename parameters to
92         avoid shadow warning.
93         * stream.h (WS): Likewise.
95 Thu Sep 30 01:08:04 1999  Jeffrey A Law  (law@cygnus.com)
97         * editbuf.cc, parsestream.cc, pfstream.cc: Include string.h.
99 Mon Sep 13 06:30:14 1999  Mark Klein <mklein@dis.com>
101         * config/mpeix.mt: New for MPEiX port.
103 Sat Sep  4 18:00:00 PDT 1999 Mark Klein (mklein@dis.com)
105         * configure.in: Add mpeix.mt make fragment.
107 1999-08-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
109         * streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the
110         global scope.
112 1999-08-07  Andreas Schwab  <schwab@suse.de>
114         * iostream.cc: Add missing calls to isfx and setup a cleanup
115         region for the locked stream.
116         * iostream.h: Likewise.
117         * isgetline.cc: Likewise.
118         * isgetsb.cc: Likewise.
119         * isscan.cc: Likewise.
121 Mon Jun 28 09:25:23 1999  Hans-Peter Nilsson  <hp@bitrange.com>
123         * configure.in (post-target): Use "$(topsrcdir)", not "$(srcdir)/..".
125 Wed Jun  2 00:19:53 1999  Eric Raskin (ehr@listworks.com)
127         * configure.in: Added DG/UX target fragment
129 Sun May 30 14:25:02 1999  Eric Raskin (ehr@listworks.com)
131         * config/dgux.mt: New file for DG/UX configuration of libio
133 1999-05-20  Angela Marie Thomas <angela@cygnus.com>
135         * configure.in: Test for ${compiler_name}.exe as well.
137 1999-05-17  Mark Kettenis  <kettenis@gnu.org>
139         * libioP.h: Only include libc-lock.h if _IO_MTSAFE_IO is defined.
141 1999-05-14  Ulrich Drepper  <drepper@cygnus.com>
143         * configure.in: Recognize target *vxworks* and add fragment vxworks.mt.
144         * config/vxworks.mt: New file.
145         * gen-params: Let configure override HAVE_PRINTF_FP.
147 1999-05-12  Jason Merrill  <jason@yorick.cygnus.com>
149         * configure.in (compiler_name): Don't do the skip-this-dir thing
150         if we're reconfiguring.
152 1999-04-29  Nathan Sidwell  <nathan@acm.org>
154         * streambuf.h (ios::~ios): Use operator delete[] to remove _arrays.
156 Mon Apr 12 19:22:44 1999  Mumit Khan  <khan@xraylith.wisc.edu>
158         * filedoalloc.c (_POSIX_SOURCE): Remove definition.
159         * fileops.c (_POSIX_SOURCE): Likewise.
160         * iopopen.c (_POSIX_SOURCE): Likewise.
161         * procbuf.cc (_POSIX_SOURCE): Likewise.
162         * libioP.h (_POSIX_SOURCE): And define it here.
163         * stdiostream.cc: Include libioP.h before others.
165 Fri Apr  2 15:11:58 1999  H.J. Lu  (hjl@gnu.org)
167         * libio/configure.in (gxx_include_dir): Handle it.
168         * libio/Makefile.in: Likewise.
170 Wed Mar 24 22:36:45 1999  Mumit Khan  <khan@xraylith.wisc.edu>
172         * configure.in (EXEEXT): Define.
173         (compiler_name): Use.
175 1999-03-24  Alexandre Oliva  <oliva@dcc.unicamp.br>
177         * gen-params (CONFIG_NM): `test ... -o ...' is not portable.
179 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
181         * configure.in: Cleanup and add mh-*pic handling for arm, powerpc
183 Fri Mar  5 01:15:15 1999  H.J. Lu  (hjl@gnu.org)
185         * config/linuxlibc1.mt (MT_CFLAGS): Add -D_G_STDIO_USES_LIBIO
186         -D_G_HAVE_WEAK_SYMBOL.
188         * genops.c: Add the proper weak alias if _G_STDIO_USES_LIBIO
189         and _G_HAVE_WEAK_SYMBOL are defined.
190         * iofclose.c: Likewise.
191         * iofeof.c: Likewise.
192         * ioferror.c: Likewise.
193         * iogetc.c: Likewise.
194         * ioputc.c: Likewise.
195         * iovsprintf.c: Likewise.
196         * iovsscanf.c: Likewise.
198 Sun Feb 28 22:39:17 1999  Geoffrey Noer  <noer@cygnus.com>
200         * configure.in: Check cygwin*, not cygwin32*.
202 Wed Feb 10 09:25:48 1999  Mumit Khan  <khan@xraylith.wisc.edu>
204         * gen-params (VTABLE_LABEL_PREFIX): Handle windows32.
206 Wed Feb  3 22:05:41 1999  H.J. Lu  (hjl@gnu.org)
207                           Jeffrey A Law  (law@cygnus.com)
209         * Makefile.in (iostream.list): Remove dependency on
210         stamp-picdir.
211         ($(LIBIOSTREAM_DEP)): Depend on stamp-picdir.
212         ($(LIBIO_FILES)): Similarly.
214         * config.shared (all): Make $(PICDIR) concurrent.
216 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
218         * configure.in (compiler_name): Add check to detect if this
219         language's compiler has been built.
221 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
223         * config.shared (depend.new): Delete libc-lock.h from
224         dependencies, and fix _G_config.h -> $(_G_CONFIG_H) rule.
225         * depend: Rebuilt.
227 Sun Oct 11 01:51:42 1998  Jeffrey A Law  (law@cygnus.com)
229         * config.shared (depend.new): Fix typo.
230         * depend: Rebuilt.
232 1998-09-09  Manfred Hollstein  <manfred@s-direktnet.de>
234         * configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's
235         value; don't change its value if --enable-version-specific-runtime-libs
236         has been specified.
238 Wed Sep  2 21:05:39 1998  H.J. Lu  (hjl@gnu.org)
240         * configure.in: Fix INSTALLDIR replacement for cross-compile.
242 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
244         * dbz/Makefile.in: Avoid assumptions about "tr" behaves when
245         LANG is set to something other than English.
247 Sun Aug 30 22:17:00 1998  H.J. Lu  (hjl@gnu.org)
249         * config.shared: Set libsubdir.
251 1998-08-25 14:34  Ulrich Drepper  <drepper@cygnus.com>
253         * libio/iogetline.c (_IO_getline_info): Don't read anything for
254         N == 0.  Patch by HJ Lu.
256 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
258         * iomanip.h: Use __extension__ for `extern' explicit template
259         instantiations.
261 1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
263         * strfile.h: Define __PMT if not already defined.
265 1998-08-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
267         * libioP.h: Use __PMT in typedefs.
268         * strfile.h: Likewise.
270 1998-06-29  Ulrich Drepper  <drepper@cygnus.com>
272         * libio.h: Rewrite __PMT change so that it works with platforms
273         defining __P but not __PMT.
275         * libio.h (__PMT): New macro.  Defined like __P.  Use is for
276         function pointers.
278 1998-06-27  Manfred Hollstein  <manfred@s-direktnet.de>
280         * Makefile.in (install): Remove superfluous /include.
282 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
284         * config.shared (FLAGS_TO_PASS): Add gcc_version_trigger.
285         (Makefile): Add dependency upon $(gcc_version_trigger).
287 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
289         * Makefile.in (install): Install _G_config.h depending on new flag
290         --enable-version-specific-runtime-libs.
291         * config/linux.mt (gxx_include_dir): Remove definition here as we use
292         gcc's default anyway.
294 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
296         * config.shared (FLAGS_TO_PASS): Add gcc_version.
298 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
300         * config.shared (FLAGS_TO_PASS): Add libsubdir.
302 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
304         * genops.c (__underflow): Read character from read pointer as unsigned.
305         (__uflow): Likewise.
307 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
309         * strops.c (_IO_str_underflow): Read newly available character
310         from buffer as unsigned.
312 Sun Apr 19 22:13:36 1998  H.J. Lu  (hjl@gnu.org)
314         * isgetline.cc (istream::get): Fix a typo.
316 Thu Mar  5 09:23:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
318         * configure.in: Make locating frag files failsafe even for the
319         special case if configuring and building in srcdir.
321 1998-02-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
323         Changes for _G_IO_IO_FILE_VERSION == 0x20001:
324         * libioP.h (_IO_showmanyc_t, _IO_SHOWMANYC, _IO_imbue_t,
325         _IO_IMBUE): New definitions.
326         (struct _IO_jump_t): Add __showmanyc and __imbue fields.
327         (_IO_file_fopen): Add new fourth argument.
328         * filebuf.cc (filebuf::open): Pass new fourth argument to
329         _IO_file_fopen.
330         * iolibio.h (_IO_freopen): Likewise.
331         * streambuf.cc (streambuf::showmanyc, streambuf::imbue): New
332         functions.
333         * streambuf.h (_IO_wchar_t): Define to _G_wchar_t.
334         (ios::fill): Remove casts.
335         (struct streambuf): Add showmanyc and imbue members.
337         * iostream.cc (ostream::operator<<(double n)) [__GLIBC_MINOR__ >=
338         1]: Initialize new fields is_char of struct printf_info.
339         (ostream::operator<<(long double n)) [__GLIBC_MINOR__ >= 1]:
340         Likewise.
342 Sun Feb 22 17:24:53 1998  Jeffrey A Law  (law@cygnus.com)
344         * config.shared: Bring back changes from Ian and Fred that were
345         accidentally clobbered.  Should eliminate the need for Dave's
346         recent change.
348 Tue Feb 17 21:56:25 1998  H.J. Lu  (hjl@gnu.org)
350         * config/linux.mt (IO_OBJECTS): Add iogetline.o.
351         * config/linuxlibc1.mt: Ditto.
353         * iogetline.c (_IO_getline_info): Renamed from _IO_getline.
354         (_IO_getline): Just call _IO_getline_info.
356         * isgetline.cc (istream::getline, istream::get, _sb_readline):
357         Call _IO_getline_info instead of _IO_getline and get the EOF
358         information.
359         * sbgetline.cc (streambuf::sgetline): Ditto.
361         * libioP.h (_IO_getline_info): New declaration.
363         * iogetline.c (_IO_getline): Handle the case when there is no
364         buffer.
366 Fri Feb 13 00:57:20 1998  Krister Walfridsson (cato@df.lth.se)
368         * fileops.c: #include <unistd.h>.
369         * ioprims.c: Likewise.
371 1998-02-10  Mark Mitchell  <mmitchell@usa.net>
373         * iostream.cc (ostream::operator<<(long double)): Don't use
374         labeled initializers.
376 Fri Feb  6 01:35:56 1998  Manfred Hollstein  <manfred@s-direktnet.de>
378         * config.shared (FLAGS_TO_PASS): Don't emit PICFLAG.
379         (.c.o): Check value of enable_shared, not PICFLAG.
380         (.C.o): Dito.
381         (.cc.o): Dito.
382         (stamp-picdir): Dito.
384 Thu Feb  5 17:41:26 1998  Dave Brolley  <brolley@cygnus.com>
386         * config.shared (LIBS): Change to -L../../libstdc++ (was -L../libstdc++)
387         if ${DOING_GPERF} is true.
389 1998-01-20  Andreas Schwab  (schwab@issan.informatik.uni-dortmund.de)
391         * iostream.cc (istream::operator>>(long double&))
392         [!_G_HAVE_LONG_DOUBLE_IO]: Scan value into separate variable, in
393         case long double is bigger than double.
394         (ostream::operator<<(double)) [_G_HAVE_PRINTF_FP]: Fix order of
395         initializers of struct printf_info to match declaration order,
396         to work around g++ bug.
397         (ostream::operator<<(long double)) [_G_HAVE_PRINTF_FP]: Likewise.
399         * gen-params: Add missing quotes.  Avoid useless use of command
400         substitution.
402 Sun Feb  1 13:29:47 1998  H.J. Lu  (hjl@gnu.org)
404         * filebuf.cc (filebuf::open): Call _IO_file_open if
405         _G_HAVE_IO_FILE_OPEN is 1.
407         * libio.h (_IO_fpos64_t, _IO_off64_t): Defined if
408         _G_IO_IO_FILE_VERSION == 0x20001.
410         * libioP.h (_IO_file_open): New declaration.
412         * libio.h (_IO_FILE, _IO_stdin_, _IO_stdout_, _IO_stderr_,
413         _IO_seekoff, _IO_seekpos): Add support for libio in glibc 2.1.
414         * libioP.h (_IO_seekoff_t, _IO_seekpos_t, _IO_seek_t,
415         _IO_seekoff, _IO_seekpos, _IO_default_seekoff,
416         _IO_default_seekpos, _IO_default_seek, _IO_file_seekoff,
417         _IO_file_seek, _IO_str_seekoff, _IO_pos_BAD, _IO_pos_as_off,
418         _IO_pos_0): Ditto.
419         * streambuf.h (streamoff, streampos): Ditto.
421         * gen-params (__extension__): Use only if gcc version >= 2.8.
423 Sun Feb  1 13:08:18 1998  Krister Walfridsson (cato@df.lth.se)
425         * dbz/dbz.c (putconf): Handle systems which use "long long" as type
426         for "off_t".
427         * dbz/dbzmain.c (mkfiles): Likewise.
429 Wed Jan 28 10:27:11 1998  Manfred Hollstein  <manfred@s-direktnet.de>
431         * config.shared (FLAGS_TO_PASS): Add gxx_include_dir.
433         * stdio/configure.in, tests/configure.in: Update with yesterday's
434         toplevel configure.in changes.
435         * testsuite/configure.in: Likewise.
437         * config.shared: Fix typo in yesterday's changes.
439 Tue Jan 27 23:26:07 1998  Manfred Hollstein  <manfred@s-direktnet.de>
441         * config.shared: Emit everything which needs to be re-definable
442         via file descriptor 1; the generic stuff is emitted using redirection
443         onto fd 2.
445         * configure.in (package_makefile_rules_frag): New variable
446         which is used in the call to config.shared; redirect file descriptor 2
447         to ${package_makefile_rules_frag}.
449 Tue Jan 27 10:35:22 1998  H.J. Lu  (hjl@gnu.org)
451         * configure.in (topsrcdir): New.
452         (CHECK_SUBDIRS, configdirs): Check ${topsrcdir}/gcc instead.
453         (config-ml.in): Use ${topsrcdir}/config-ml.in.
455         * tests/configure.in (topsrcdir): New.
456         (CHECK): Check ${topsrcdir}/gcc instead.
458 Fri Jan 16 00:48:03 1998  Manfred Hollstein  <manfred@lts.sel.alcatel.de>
460         * config.shared (FLAGS_TO_PASS): Add SHELL.
462 Thu Jan 15 00:21:58 1998  Ian Lance Taylor  <ian@cygnus.com>
464         * configure.in: For *-*-cygwin32*, add a -I for winsup to both
465         XCINCLUDES and XCXXINCLUDES.
466         * config.shared: Use ${host_includes} when setting CXXINCLUDES in
467         the DOING_LIBGXX case.
468         * Makefile.in (_G_config.h): Pass $(CINCLUDES) in CC and
469         $(CXXINCLUDES) in CXX when running gen-params.
471 Tue Jan 13 21:32:08 1998  H.J. Lu  (hjl@gnu.org)
473         * configure.in (CHECK_SUBDIRS): Set to testsuite only if
474         ${srcdir}/../gcc exists.
475         (configdirs): Include testsuite only if ${srcdir}/../gcc exists.
477         * tests/Makefile.in (check): Depend on $(CHECK).
479         * tests/configure.in (CHECK): Set to "check-iostream
480         check-stdio" if ${srcdir}/../../gcc doesn't exists.
482 Thu Jan  8 18:09:03 1998  Fred Fish  <fnf@cygnus.com>
484         * config.shared (THIS_FILE): Really found via TOLIBIO instead
485         of TOLIBCXX, which is empty when configuring gperf.
486         (LIBS): When linking gperf, find libstdc++ relative to TO_TOPDIR
487         instead of hardcoded "../".
489 1997-12-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
491         Don't make gperf depend upon libg++.
492         * config.shared (TOLIBGCXX) [DOING_GPERF]: Delete.
493         (LIBS) [DOING_GPERF]: Make it just `-L../libstdc++ -lstdc++'.
495 Thu Dec 11 11:20:59 1997  H.J. Lu  (hjl@gnu.org)
497         * configure.in (target frags): Add *-linux-gnu.
499 Fri Dec  5 16:22:15 1997  H.J. Lu  (hjl@gnu.org)
501         * streambuf.cc (streambuf::~streambuf): Don't delete _lock
502         for _IO_stdin/_IO_stdout/_IO_stderr.
504 Thu Nov 27 01:32:43 1997  Jeffrey A Law  (law@cygnus.com)
506         * Makefile.in (install): Change gxx_includedir to gcc_include_dir.
507         * config.shared (gxx_includedir): Remove default definition.
508         * config/linux.mt: Change gxx_includedir to gxx_include_dir.
509         * config/linuxaxp1.mt: Likewise.
511 Wed Nov 26 16:08:50 1997  Richard Henderson  (rth@cygnus.com)
513         * configure.in (target frags): Add powerpc*-linux-gnulibc1.
514         (stdio-lock): Similarly.
516         * configure.in (target frags): Add alpha*-linux-gnulibc1.
517         (pic frags): Its alpha*- not alpha-.
518         (stdio-lock): Kill everything.  Add alpha*-linux-gnulibc1.
519         * libio.h: Check __GLIBC_MINOR__ to find stdio-lock.h.  If not
520         _IO_MTSAFE_IO & GLIBC, make sure the lock pointer is still there.
521         * libioP.h: Check __GLIBC_MINOR__ to find libc-lock.h.
523         * config/linuxaxp1-libc-lock.h: New file.
524         * config/linuxaxp1-stdio-lock.h: New file.
525         * config/linuxaxp1.mt: New file.
527         * gen-params (va_list): Check for and use __gnuc_va_list.
528         (NULL): Work around some linux kernel headers and redefine NULL.
530 Mon Nov 24 17:04:18 1997  Michael Meissner  <meissner@cygnus.com>
532         * stdiostream.cc (sys_read): Declare ch with int type, rather than
533         without a type.
535 Tue Nov 18 09:53:58 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
537         * stdstrbufs.cc (DEF_STDFILE): Use STD_VTABLE.
539 Tue Nov 11 01:40:17 1997  Oleg Krivosheev <kriol@fnal.gov>
541         * iomanip.h: Fix guiding decls.
543 1997-11-05  Brendan Kehoe  <brendan@lisa.cygnus.com>
545         * libio.h (__P): Name its arg `p' instead of `params'.
546         Avoids problems with an unchanged Solaris math.h header.
548 Wed Oct 29 23:01:47 1997  Jason Merrill  <jason@yorick.cygnus.com>
550         * gen-params: Override NULL.
552 1997-10-27 03:53  Ulrich Drepper  <drepper@cygnus.com>
554         * stdio-lock.h: Removed.  Was never needed.
556 Wed Oct 22 19:19:32 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
558         * libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
559         not defined.
561         * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if
562         __linux__ is defined instead of __ELF__
564         * config/linuxlibc1.mt (USER_INCLUDES): Add libio.h.
566 1997-10-15  Ulrich Drepper  <drepper@cygnus.com>
568         * configure.in: Create compatibility code in bits/libc-lock.h file.
570 Thu Oct  9 07:08:41 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
572         * libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
573         not defined.
575         * filedoalloc.c (_IO_file_doallocate): Don't call
576         _IO_cleanup_registration_needed if __linux__ is defined.
578         * iofclose.c (fclose): Make it weak alias of _IO_fclose if
579         __ELF__ is defined.
581         * iovsprintf.c (vsprintf): Make it weak alias of _IO_vsprintf
582         if __ELF__ is defined.
584         * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if
585         __ELF__ is defined.
587         * config/linuxlibc1.mt (MT_CFLAGS): Defined as -D_G_HAVE_MMAP.
588         (IO_OBJECTS): Add filedoalloc.o fileops.o genops.o iofclose.o
589         iovsprintf.o iovsscanf.o strops.o.
591 Fri Oct  3 10:13:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
593         * iostream.cc, libio.h: Convert other uses of #ifdef
594         _G_HAVE_PRINTF_FP to #if.
596 1997-10-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
598         * iostream.cc (operator<<): Use `#if _G_HAVE_PRINTF_FP', not ifdef.
600 Thu Oct  2 10:36:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
602         * gen-params: Fix __printf_fp test.
603         * config/linuxlibc1.mt (gxx_includedir): Don't define.
605 Thu Oct  2 10:36:26 1997  Ulrich Drepper  <drepper@rtl.cygnus.com>
607         * config/linuxlibc1.mt (_G_CONFIG_H): Don't define.
608         * gen-params: Add test for __printf_fp.
610 Sun Sep 28 12:09:04 1997  Mark Mitchell  <mmitchell@usa.net>
612         * iomanip.h: Use new friend <> syntax.
614 Sun Sep 28 12:04:21 1997  Jason Merrill  <jason@yorick.cygnus.com>
616         * libio.h: Don't use _IO_LOCK_T if it's not defined.
618 Fri Sep 26 20:56:41 1997
620         Based on a patch by H.J. Lu  (hjl@gnu.ai.mit.edu).
622         * Makefile.in (STDIO_OBJECTS): New. Defined as stdfiles.o.
623         (LIBIO_OBJECTS): Add $(STDIO_OBJECTS).
624         (PICFLAG): New, empty.  moved to here from config.shared.
626         * config.shared (DISTCLEAN): Add target-mkfrag.
627         (PICFLAG): Removed.
629         * configure.in (*-linux-gnulibc1): Remove warning.
630         (*-linux-gnu): Use linux.mt mtsafe.mt.
631         (alpha-*-linux*): Use mh-elfalphapic.
633         * gen-params (_G_ullong): Also check unsigned long long int.
634         (_G_llong): Also check long long int.
636         * libio.h (_IO_lock_t): Add support for the Linux libc 5.
637         (_IO_peekc): Defined as _IO_peekc_unlocked if _IO_MTSAFE_IO
638         is not defined.
640         * iostream.cc (__cvt_double): Fix a typo in declaration.
641         (info): Use expr != 0 to initialize the bit fields. Don't
642         initialize "extra" for the Linux libc 5.
644         * streambuf.h (_G_NEED_STDARG_H): Changed from _IO_NEED_STDARG_H.
646         * config/linux.mt (STDIO_OBJECTS): New, empty.
647         (MT_CFLAGS): Removed.
649         * config/linuxlibc1.mt: Rewrite.  it's identical to linux.mt but
650         IO_OBJECTS mentions files not in early libc5 versions.
652         * config/mtsafe.mt: New.
654         * dbz/Makefile.in (check): Support make -j.
656         * tests/tFile.cc (tempfile): Fix a typo.
658 1997-09-19 11:52  Jim Wilson  <wilson@cygnus.com>
660         * Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.
662 1997-09-17 04:08  Ulrich Drepper  <drepper@cygnus.com>
664         * iostream.cc: Add forward declaration for __cvt_double.
665         * libio.h: Define _IO_USE_DTOA is _G_HAVE_PRINTF_FP is not defined.
666         * strops.c (_IO_str_count): Correct last change.
668 1997-09-17 02:50  Ulrich Drepper  <drepper@cygnus.com>
670         * libioP.h: Define __set_errno if not already defined.
672 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
674         * config/linux.mt: Rewrite for use with glibc 2.
675         * config/linuxlibc1.mt: Old content of linux.mt, fir libc4 and
676         libc5.
678         * config.shared (COMPILE.c): Allow new flags in MT_CFLAGS be
679         passed.
680         (COMPILE.cc): Likewise.
682         * configure.in (*-linux*): Remove goal.  We now have...
683         (*-linux-gnulibc1): For libc4 and libc5.  Emit warning.
684         (*-linux-gnu)): For glibc 2.
685         Create links to find headers for multi-threading if necessary.
687         * fileops.c: Make thread-safe by using _IO_cleanup_region_start
688         etc to handle cancelation.  Acquire locks in functions which are
689         called directly.
690         (_IO_file_read, _IO_file_write): Remove dead code.
692         * include/empty.h: Define stub macros for locking.
694         * iolibio.h: Add prototypes for obstack printing functions.
696         * ioseekoff.c (_IO_seekoff): Lock stream before working.
697         * ioseekpos.c (_IO_seekpos): Likewise.
699         * iostream.cc: Add support for long double I/O.
700         Use __printf_fp from glibc is available.
701         Use _IO_cleanup_region_start to handle cancelation correctly.
702         * iostream.h (class ostream): Change opfx and osfx to lock/unlock
703         stream
704         (class istream): Likewise for ipfx, ipfx0, ipfx1, and isfx.
705         Declare new function lock and unlock for ostream and istream.
706         * osform.cc: Use _IO_cleanup_region_start to handle cancelation
707         correctly.
709         * libio.h: Update from glibc version.  Pretty printing.
710         * libioP.h: Likewise.
712         * outfloat.c: Only compile if _IO_USE_DTOA is defined.
714         * stdio/feof.c: Make thread safe.
715         * stdio/ferror.c: Likewise.
716         * stdio/getc.c : Likewise.
717         * stdio/putc.c : Likewise.
718         * stdio/stdio.h: Declare function of thread-safe API.
720         * stdio/obprintf.c: New file.
721         * stdio/vasprintf.c: New file.
723         * stdio-lock.h: Removed.
725         * stdstrbufs.c: Add definitions for thread-safe streams.
727         * streambuf.cc: Initialize lock.
729         * strops.c (_IO_str_count): Undo last change.
731         * tests/tFile.cc: Support parallel builds by avoiding fixed
732         name for test file.
734 Thu Sep 11 18:43:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
736         * Makefile.in (iostream.list): Remove STDIO_WRAP_OBJECTS.
738 Mon Sep  8 01:30:27 1997  Weiwen Liu    <liu@hepunix.physics.yale.edu>
740         * libio.h: Fix typo.
742 Sun Sep  7 23:00:18 1997  Jim Wilson  (wilson@cygnus.com)
744         * linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio.
746 Fri Sep  5 09:58:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
748         * Makefile.in (iostream.list): Instead of adding stdio.list, add
749         STDIO_WRAP_OBJECTS.
750         (iostream.list): Lose dependency on stmp-stdio, not necessary for
751         our stuff.  The stdio stuff is present here just for uniformity
752         with glibc.
754 Thu Sep  4 17:26:22 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
756         * parsestream.cc (general_parsebuf): Cast return of malloc to char*.
758 1997-09-04 16:11  Ulrich Drepper  <drepper@cygnus.com>
760         Change compared to version initially intended to in:
761         * strops.c (_IO_str_count): Still use _IO_write_ptr, not
762         _IO_write_end, for now.
764         * iofeof.c, ioferror.c, iofflush_u.c, iogetc.c, ioputc.c, peekc.c,
765         stdio-lock.h: New files.
767         * include: New dir.
768         * include/empty.h: New header.
770         * filedoalloc.c: Update and reformat copyright.
771         Don't use DEFUN.
772         Use __set_errno throughout the code to support multi-threaded
773         programs.
774         Correct layout to follow the Coding Standard.
775         Add casts to prevent warnings.
776         * fileops.c: Likewise.
777         * genops.c: Likewise.
778         * iofclose.c: Likewise.
779         * iofdopen.c: Likewise.
780         * iofflush.c: Likewise.
781         * iofgetpos.c: Likewise.
782         * iofgets.c: Likewise.
783         * iofopen.c: Likewise.
784         * iofprintf.c: Likewise.
785         * iofputs.c: Likewise.
786         * iofread.c: Likewise.
787         * iofsetpos.c: Likewise.
788         * ioftell.c: Likewise.
789         * iofwrite.c: Likewise.
790         * iogetdelim.c: Likewise.
791         * iogetline.c: Likewise.
792         * iogets.c: Likewise.
793         * iopadn.c: Likewise.
794         * iopopen.c: Likewise.
795         * ioputs.c: Likewise.
796         * ioseekoff.c: Likewise.
797         * iosetbuffer.c: Likewise.
798         * iosetvbuf.c: Likewise.
799         * iosprintf.c: Likewise.
800         * ioungetc.c: Likewise.
801         * iovsprintf.c: Likewise.
802         * iovsscanf.c: Likewise.
803         * libio.h: Likewise.
804         * libioP.h: Likewise.
805         * stdfiles.c: Likewise.
806         * strfile.h: Likewise.
807         * strops.c: Likewise.
809         * Makefile.in (IO_OBJECTS): Add peekc.o, iogetc.o, ioputc.o,
810         iofeof.o, and ioferror.o.
811         (iostream.list): Depend upon stmp-stdio.  Add the entries
812         from stdio.list to iostream.list.
813         (stmp-stdio): New name for what was the stdio/stdio.list rule.
814         All it now does is cd down into stdio and build stdio.list.
816         * configure.in (ALL): Add libiostream.a.
818         * libio.h [_IO_MTSFE_IO]: Include header declaring locking code.
819         Otherwise define opaque _IO_lock_t.
820         Define _IO_cookie_file.
821         Rename _IO_getc to _IO_getc_unlocked, _IO_peekc to _IO_peekc_unlocked,
822         _IO_putc to _IO_putc_unlocked, _IO_feof to _IO_feof_unclocked, and
823         _IO_ferror to _IO_ferror_unlocked.
824         Add prototypes for _IO_getc, _IO_putc, _IO_feof, _IO_ferror,
825         and _IO_peekc_locked.
826         Add declarations for _IO_flockfile, _IO_funlockfile, and
827         _IO_ftrylockfile.  If !_IO_MTSAFE_IO define _IO_flockfile,
828         _IO_funlockfile, _IO_ftrylockfile, _IO_cleanup_region_start, and
829         _IO_cleanup_region_end as empty macros.
831         * libioP.h: Change type of finish function to take an additional int
832         argument and change declaration of finish functions.
833         Add prototypes for _IO_seekoff and _IO_seekpos.
834         If _G_HAVE_MMAP is defined use stream buffers allocated with mmap.
835         Redefine FREE_BUF and ALLOC_BUF macros to help in both situations.
836         (FILEBUF_LITERAL): If we compile for a thread-safe library also
837         initialize lock member.
839         * filedoalloc.c: Take care for systems already defining _POSIX_SOURCE.
840         Keep name space clean on systems which require this.
841         (_IO_file_doallocate): Adopt ALLOC_BUF call for changed semantic.
843         * fileops.c: Keep name space clean on systems which require this.
844         (_IO_file_attach): Don't fail if seek failed because it's used on a
845         pipe.
846         (_IO_file_underflow): Update buffer pointers before calling `read'
847         since the `read' might not return anymore.
848         (_IO_file_overflow): If stream allows no writes set error flag.
849         (_IO_seekoff): Make sure that after flushing the file pointer in
850         the underlying file is exact.
851         (_IO_file_read): Don't restart `read' syscall if it return EINTR.
852         This violates POSIX.
853         (_IO_file_write): Likewise for `write'.
854         (_IO_cleanup): Install as exit handler in glibc.
856         * genops.c (_IO_setb): Correctly use FREE_BUF.
857         (_IO_default_doallocate): Correctly use ALLOC_BUF.
858         (_IO_init): Initialize lock in stream structure.
859         (_IO_default_finish): Destroy lock.
860         (_IO_get_column): Don't compile since it's not needed.
861         (_IO_nobackup_default): Likewise.
863         * iopopen.c: Take care for systems already defining _POSIX_SOURCE.
864         Correct _IO_fork and _IO_dup2 prototypes.
866         * iofclose.c: Acquire lock before starting the work.
867         * iofflush.c: Likewise.
868         * iofgetpos.c: Likewise.
869         * iofgets.c: Likewise.
870         * iofputs.c: Likewise.
871         * iofread.c: Likewise.
872         * iofsetpos.c: Likewise.
873         * ioftell.c: Likewise.
874         * iofwrite.c: Likewise.
875         * iogetdelim.c: Likewise.
876         * iogets.c: Likewise.
877         * ioputs.c: Likewise.
878         * iosetbuffer.c: Likewise.
879         * iosetvbuf.c: Likewise.
880         * ioungetc.c: Likewise.
882         * iofdopen.c: Create and initialize lock for new stream.
883         * iofopen.c: Likewise.
884         * iopopen.c (_IO_popen): Likewise.
885         * iovsprintf.c: Likewise.
886         * iovsscanf.c: Likewise.
888         * genops.c: Make weak aliases for various functions.
889         * iofclose.c: Likewise.
890         * iofdopen.c: Likewise.
891         * iofflush.c: Likewise.
892         * iofgetpos.c: Likewise.
893         * iofgets.c: Likewise.
894         * iofopen.c: Likewise.
895         * iofputs.c: Likewise.
896         * iofread.c: Likewise.
897         * iofsetpos.c: Likewise.
898         * ioftell.c: Likewise.
899         * iofwrite.c: Likewise.
900         * iogetdelim.c: Likewise.
901         * iogets.c: Likewise.
902         * ioputs.c: Likewise.
903         * iosetbuffer.c: Likewise.
904         * iosetvbuf.c: Likewise.
905         * ioungetc.c: Likewise.
906         * iovsprintf.c: Likewise.
907         * iovsscanf.c: Likewise.
909         * iofflush_u.c: New file.  fflush_unlocked implementation.
911         * iostream.h [_G_HAVE_LONG_DOUBLE_IO]: Declare real long double
912         output operator.
914         * peekc.c: New file.  Implement _IO_peekc_locked function.
916         * stdfiles.c: If we compile for a thread-safe library also define
917         lock variable.
919 Tue Aug 26 12:24:01 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
921         * testsuite/Makefile.in (check): Don't depend on site.exp.
922         (just-check): Depend on site.exp.
924 Wed Aug 20 02:01:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
926         * iostream.h: Add copy assignment ops for _IO_?stream_withassign.
928 Tue Jul 22 10:31:41 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
930         * config.shared (CHECK_SUBDIRS): Use install-sh, not install.sh.
932 Wed Jun 25 12:20:55 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
934         * config.shared (DOING_GPERF): Look for this, defining TOLIBGXX
935         and LIBS for it.
937 Wed Jun 18 11:03:34 1997  Bob Manson  <manson@charmed.cygnus.com>
939         * config.shared (FLAGS_TO_PASS): Don't include RUNTEST.
941 Tue Jun 17 22:23:48 1997  Bob Manson  <manson@charmed.cygnus.com>
943         * config.shared (FLAGS_TO_PASS): Pass RUNTEST and RUNTESTFLAGS.
945 Fri May 16 21:08:53 1997  Bob Manson  <manson@charmed.cygnus.com>
947         * iovfprintf.c: Declare __cvt_double before use.
949         * floatconv.c (d2b): Use _G_int32_t instead of int for the
950         e and bits parameters.
951         (_IO_strtod): Use _G_int32_t.
953         * gen-params: Look for NO_USE_DTOA and USE_INT32_FLAGS.
955         * strops.c (_IO_str_init_static): use _G_int32_t appropriately.
957         * libio.h: If _G_NO_USE_DTOA is set, then don't define
958         _IO_USE_DTOA.
960         * config/mn10200.mt: Don't use dtoa, it only works
961         for "real" doubles.
963 Thu May 15 17:44:12 1997  Bob Manson  <manson@charmed.cygnus.com>
965         * configure.in: Set CHECK_SUBDIRS to testsuite if we're doing
966         a cross compile.
968         * config.shared(check): Only run make check in the directories
969         specified by CHECK_SUBDIRS. Set CHECK_SUBDIRS to SUBDIRS
970         if it has no previous value.
972 Thu May  1 17:35:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
974         * Makefile.in (test, tpipe): Add $(CFLAGS).
976 Wed Apr 30 12:16:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
978         * configure.in: Don't turn on multilib here.
980 Sat Apr 26 13:38:21 1997  Bob Manson  <manson@charmed.cygnus.com>
982         * configure.in (configdirs): Add testsuite directory.
984         * testsuite/ChangeLog:
985         * testsuite/Makefile.in:
986         * testsuite/libio.tests/tiomanip.exp:
987         * testsuite/libio.tests/tstdiomisc.exp:
988         * testsuite/libio.tests/tiomisc.exp:
989         * testsuite/libio.tests/tFile.exp:
990         * testsuite/libio.tests/tfformat.exp:
991         * testsuite/libio.tests/tiformat.exp:
992         * testsuite/libio.tests/hounddog.exp:
993         * testsuite/libio.tests/putbackdog.exp:
994         * testsuite/configure.in:
995         * testsuite/lib/libio.exp:
996         * testsuite/config/default.exp:
997         New files for DejaGnu-style testsuite.
999 Fri Apr  4 03:16:44 1997  Ulrich Drepper  <drepepr@cygnus.com>
1001         * configure.in: Enable multilibing by default.
1002         Update multilib template to read config-ml.in.
1004         * floatconv.c: Enable use in cross targets which use the
1005         newlib ieeefp.h header.
1007 Thu Jan 23 09:16:16 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
1009         * libioP.h (_IO_file_attach): Delete redundant decl.
1011 Tue Jan 21 22:13:45 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
1013         * streambuf.h (class ios): Take out STREAMSIZE member, since we
1014         only need (and should only have) the global one.
1016 Tue Jan  7 14:02:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
1018         * iostream.h (long long fns): Use __extension__.
1020         * gen-params: Use _G_llong and _G_ullong instead of long long for
1021         deduced types.
1023 Fri Dec  6 13:13:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
1025         * dbz/dbz.c: Use off_t.
1027 Sat Nov 23 15:44:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
1029         * Makefile.in (install): Don't install _G_config.h with other headers.
1031 Mon Nov 18 17:12:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
1033         * config.shared (SUBDIRS): Use -O instead of -O3 for debugging.
1035 Sun Nov  3 12:43:34 1996  Jason Merrill  <jason@yorick.cygnus.com>
1037         * iostream.cc (write_int): Treat string literals as const.
1039 Thu Sep 26 10:09:18 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
1041         * depend: Regenerate.
1043 Wed Sep 25 22:54:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
1045         * config.shared (depend.new): Deal with headers that don't end in .h.
1047 Thu Aug 29 17:05:53 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
1049         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
1051 Mon Aug  5 01:26:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
1053         * config{ure.in,.shared} (DISTCLEAN): Add multilib.out.
1055 Fri Aug  2 17:39:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
1057         * libio.h (NULL): Use __null.
1058         * libioP.h (NULL): Ditto.
1059         * streambuf.h (NULL): Ditto.
1060         * ioextend.cc (get_array_element): Use NULL instead of (void*)0.
1062 Fri Jul  5 18:26:41 1996  Jim Wilson  <wilson@cygnus.com>
1064         * strfile.h (struct _IO_streambuf): New struct type.
1065         (struct _IO_strfile): Use it.
1067 Tue Jun 18 18:24:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
1069         * fstream.h (fstreambase): Make __my_fb mutable.
1070         From Joe Buck.
1072 Tue Jun 18 11:03:53 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1074         * dbz/fake.c (main): Set return type to int.
1075         * dbz/dbzmain.c (main): Likewise.
1076         * dbz/byteflip.c (main): Likewise.
1078 Mon Jun 17 14:05:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
1080         * gen-params: Check if clog conflicts with system libraries.
1081         * stdstreams.cc: If it does, use __IO_clog.
1082         * iostream.h: Likewise.
1084 Tue Jun 11 13:39:31 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1086         * stdiostream.h (istdiostream (FILE*)): Put istream base
1087         initializer before init for __f.
1088         (ostdiostream (FILE*)): Likewise for ostream base init.
1090 Tue May 14 11:47:21 1996  Per Bothner  <bothner@andros.cygnus.com>
1092         * strfile.h (_IO_str_fields):  Removed _len field.
1093         (_IO_STR_DYNAMIC, _IO_STR_FROZEN):  new macros.
1094         * strstream.h (strstreambuf::is_static):  Removed.
1095         (strstreambuf::frozen):  Use _IO_STR_DYNAMIC instead of is_static.
1096         * strstream.h, strstream.cc:  Remove support for !_IO_NEW_STREAMS.
1097         * strstream.cc (strstreambuf::init_dynamic):  Don't set _s._len.
1098         * strops.c (_IO_str_init_static):  Better handling of the
1099         negative (== unbounded) size case.
1100         (_IO_str_overflow, _IO_str_underflow, _IO_str_count):  Re-write
1101         to not use _s._len, and otherwise cleanup/fix.
1102         * strstream.h, strstream.cc (strstreambase::strstreambase()):  Call
1103         ios::init here.
1104         (other constructors):  Simplify - init already called.
1106 Tue May 14 10:55:21 1996  Per Bothner  <bothner@deneb.cygnus.com>
1108         Change so that strstreambuf default constructor does no allocation.
1109         * strstream.h (strstreambuf::init_dynamic):  Default initial size = 0.
1110         * strstream.cc (strstreambuf::init_dynamic):  Don't allocate a
1111         buffer (yet) if initial_size is 0.
1112         * strops.c (_IO_str_overflow):  Add 100 to size of re-allocated
1113         buffer, to handle case when initial size is 0.
1115         * iostdio.h (remove, rename, tmpfile, tempnam):  Comment out.
1117 Mon May 13 23:19:39 1996  Per Bothner  <bothner@deneb.cygnus.com>
1119         * fileops.c (_IO_file_close_it):  Just call _IO_do_flush rather
1120         than _IO_file_sync, to avoid useless lseek.
1122 Tue May 14 10:48:48 1996  Jason Merrill  <jason@yorick.cygnus.com>
1124         * floatconv.c (_IO_strtod): Force rv into the stack.
1126         * config.shared (gxx_includedir): Now $(includedir)/g++.
1128 Sat Apr 27 02:37:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
1130         * libioP.h (JUMP*): Implement for thunks.
1131         (_IO_jump_t): Add second dummy field for thunks.
1133 Thu Apr 25 13:20:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
1135         * config.shared (CXX): Use gcc, not g++.
1137 Wed Apr 24 10:29:50 1996  Doug Evans  <dje@blues.cygnus.com>
1139         * config.shared (depend.new): Delete $(srcdir)/ from foo.{c,cc}
1140         for SunOS VPATH.
1141         * depend: Regenerated.
1143 Fri Apr 19 17:24:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
1145         * Version 2.8.0b3.
1147 Wed Apr 10 17:16:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
1149         * configure.in (ALL): Don't build iostream.a.
1151 Mon Apr  8 14:44:11 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1153         * iosetvbuf.c (_IO_setvbuf):  Clear _IO_UNBUFFERED unless _IONBF.
1155 Mon Apr  8 15:08:23 1996  Ian Lance Taylor  <ian@cygnus.com>
1157         * configure.in: Permit --enable-shared to specify a list of
1158         directories.
1160 Fri Apr  5 17:48:56 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1162         * config.shared (MOSTLYCLEAN):  Also remove ${EXTRA_MOSTLYCLEAN}.
1164 Fri Mar 22 23:25:00 1996 Ulrich Drepper  <drepepr@gnu.ai.mit.edu>
1166         * genops.c (_IO_sputbackc, _IO_sungetc): Clear EOF flag if putsh
1167         back was successful.
1169 Wed Mar 27 11:54:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
1171         * Version 2.8.0b2.
1173 Fri Mar 22 15:39:36 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1175         * fileops.c (_IO_do_write):  Revert previous fix.  (It fails to
1176         handle the case that fp->_IO_read_end != fp->_IO_write_base.)
1177         (_IO_file_overflow):  Instead, if _IO_read_ptr is at the end of
1178         the buffer, reset all the read pointers to _IO_buf_base.
1180 Tue Mar 12 12:03:17 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1182         * fileops.c (_IO_do_write):  Even if to_do==0, must re-set buffer
1183         pointers.  Bug and solution from Luke Blanshard <luke@cs.wisc.edu>.
1185 Wed Feb 28 10:00:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
1187         * Version 2.8.0b1.
1189 Tue Feb 27 18:08:16 1996  Per Bothner  <bothner@kalessin.cygnus.com>
1191         * iopopen.c (_IO_proc_open):  Use (char*)0 rather than imprecise NULL.
1193         * streambuf.h (ios):  Add ios::binary;  deprecate ios::bin.
1194         * filebuf.cc (filebuf::open):  Handle ios::binary.
1196 Fri Feb  9 12:40:19 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1198         * cleanup.c (_IO_cleanup_registration_needed) [!_G_HAVE_ATEXIT]: Init
1199         to NULL.
1200         * filedoalloc.c (_IO_cleanup_registration_needed): Remove decl.
1202 Thu Feb  8 08:12:50 1996  Brendan Kehoe  <brendan@cygnus.com>
1204         * filedoalloc.c (_IO_cleanup_registration_needed): Revert previous
1205         change, since cleanup.c only defines it if _G_HAVE_ATEXIT.
1207 Wed Feb  7 15:10:17 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
1209         * filedoalloc.c (_IO_cleanup_registration_needed): Declare as extern.
1211 Tue Dec 12 17:21:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1213         * indstream.h, instream.cc (indirectbuf::uflow):  New method.
1214         * indstream.cc (indirectbuf::underflow):  Fix to use sgetc, not sbumpc.
1215         Fixes bug reported by Kevin Beyer <beyer@cs.wisc.edu>.
1217         * indstream.cc (indirectbuf::seekpos):  Add paranoia test.
1219 Fri Dec  8 14:55:34 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1221         * stream.h:  Add warning to not use these functions.
1222         * stream.cc (str, chr):  Re-implement here (from libg++).
1224 Tue Nov 28 15:07:01 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1226         * config.shared:  Use test instead of [ to avoid DEC Unix lossage.
1228 Thu Nov 23 14:51:43 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1230         * iopopen.c: Move #include <sys/types.h> ahead of #include <signal.h>
1231         to deal with BSDI's literal implementation of Posix.
1233 Sat Nov 25 11:21:55 1995  Doug Evans  <dje@canuck.cygnus.com>
1235         * Makefile.in (install): Set rootme.
1236         * config.shared (TOPDIR): Set with ${foo-...} rather than ${foo=...}.
1237         (INSTALL): Handle absolute, dot, relative-not-dot values of srcdir.
1238         (TEXIDIR): Likewise.
1240 Tue Nov 21 14:12:05 1995  Ian Lance Taylor  <ian@cygnus.com>
1242         * configure.in: Check ${with_cross_host} rather than comparing
1243         ${host} and ${target}.
1245 Mon Nov 20 13:55:29 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1247         * configure.in: Match *-sco3.2v[45]*.
1249 Wed Nov 15 20:19:31 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1251         * config.shared (FLAGS_TO_PASS): Also pass SHLIB and SHCURSES.
1253 Tue Nov 14 01:41:08 1995  Doug Evans  <dje@canuck.cygnus.com>
1255         * config.shared (TO_REAL_TOPDIR): Define.
1256         (MULTITOP): Deleted.
1257         (MULTISRCTOP, MULTIBUILDTOP): New.
1258         (TOPDIR): Change MULTITOP to MULTIBUILDTOP, and use TO_REAL_TOPDIR.
1259         (INSTALL): Add with_multisrctop, TO_REAL_TOPDIR.
1260         (TEXIDIR): Use TO_REAL_TOPDIR.
1261         (LIBS): Delete MULTITOP.
1262         (FLAGS_TO_PASS): Add NM.
1263         (CXXINCLUDES): Delete MULTITOP.
1264         (depend.new): Delete adding MULTITOP to ../ build tree references.
1265         Add MULTISRCTOP to ../ source tree references.
1266         * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
1267         instead of cfg-ml-pos.in.
1269 Sun Nov 12 16:30:48 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1271         * Makefile.in (VERSION):  Set to 2.7.1.
1272         * configure.in:  Add warning for Linux.
1273         * config.shared (DISTCLEAN):  Add EXTRA_DISTCLEAN.
1275         * editbuf.h (edit_mark::index_in_buffer):  Avoid unused param warning.
1277         * iostream.cc (istream::operator>> (char*)):  Improve ANSI compliance.
1279 Fri Nov 10 08:41:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1281         * config.shared (check): Add missing semicolon.
1283 Thu Nov  9 17:27:22 1995  Jason Merrill  <jason@yorick.cygnus.com>
1285         * configure.in (ALL): Remove $(OSPRIM_OBJECTS).
1286         * config.shared (check): Set LD_LIBRARY_PATH.
1287         * NEWS: Fix typo.
1288         * iogetdelim.c (_IO_getdelim): Index *lineptr, rather than lineptr.
1289         From alan@spri.levels.unisa.edu.au (Alan Modra).
1291 Mon Nov  6 15:03:33 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1293         * streambuf.cc, editbuf.cc, isgetline.cc, parsestream.cc:
1294         Fixes to avoid -Wall warnings.
1296 Fri Nov  3 16:41:41 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1298         * gen-params [!__STDC__]: Include varargs.h instead of stdarg.h.
1300 Thu Nov  2 15:04:03 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1302         * config.shared:  Re-write if X then Y else true fi to (not X) || Y.
1304 Wed Nov  1 13:26:44 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1306         * iostream.h (istream::ipfx):  Add default argument value.
1307         Reported by Yotam Medini <yotam_medini@tmai.com>.
1309         * libioP.h (_IO_blen):  Fix typo.
1310         Reported by Bryan T. Vold <btv@ldl.healthpartners.com>.
1312 Fri Oct 27 19:26:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1314         * Makefile.in (_G_config.h):  Set CC to $(CC) rather than to $(CXX),
1315         now that CXX defaults to g++ and CC default to gcc (when found).
1316         * config.shared:  Simplify CXX and CC, since they get overridden
1317         by ../configure anyway.
1319 Wed Oct 25 19:45:50 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1321         * iostdio.h: Wrap including the file with #ifndef _IOSTDIO_H.
1323 Wed Oct 25 11:14:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1325         * libio.h (_IO_seekoff, _IO_seekpos):  New declarations.
1326         * libioP.h (_IO_seekoff, _IO_seekpos):  Remove declarations.
1327         * libioP.h:  Cleanup;  remove old !_IO_UNIFIED_JUMPTABLES stuff.
1329         * filebuf.cc (filebuf::~filebuf):  Only call SYSYCLOSE if currently
1330         open.  Bug found by Martin Gerbershagen <ger@ezis-ulm.de>.
1332         * streambuf.h (streambuf::pubseekoff, streambuf::pubseekpos):
1333         Added, from ANSI draft.
1334         * filebuf.cc (filebuf::open), iostream.cc (variables places), SFile.cc:
1335         Use pubseekoff/pubseekpos rather than sseekoff/sseekpos.
1337         * Makefile.in (install):  Don't install libiostream.a.
1339         * filedoalloc.c:  Also #include <unistd.h>.
1341 Mon Oct  9 18:09:54 1995  Jason Molenda  <crash@phydeaux.cygnus.com>
1343         * config.shared (SUFFIXES): add .c.
1345 Tue Sep 26 16:08:01 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1347         * procbuf.cc:  Move #pragma implementation to beginning.
1349 Wed Sep 20 17:53:33 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1351         * procbuf.h, procbuf.cc:  Add #pragma interface/implementation stuff.
1353 Wed Sep 20 18:59:00 1995  John Eaton  <jwe@bevo.che.wisc.edu>
1355         * procbuf.h: Protect from being included multiple times.
1357 Wed Sep 20 15:47:14 1995  John Eaton <jwe@bevo.che.wisc.edu>
1359         * procbuf.h (procbuf):  Add '_next' pointer field for compatibility
1360         with _IO_proc_file.
1362 Wed Sep 20 13:54:02 1995  Ian Lance Taylor  <ian@cygnus.com>
1364         * config.shared: Add support for maintainer-clean target as a
1365         synonym for realclean.
1366         * dbz/Makefile.in: Likewise.
1368 Mon Sep 11 12:11:19 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1370         * iopopen.c:  #include <sys/types.h> before <sys/wait.h>.
1371         This is in accordance with Posix, and needed for ISC.
1373 Fri Sep  8 00:11:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1375         * gen-params: Use double quotes in the eval setting $TYPE to
1376         $VALUE, to preserve any single quotes in $VALUE.
1378 Mon Aug 21 11:39:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1380         * gen-params: Test for an appropriate version of gcc before using
1381         mode attributes.
1383         * config.shared: Add $(PICDIR) to $ALL.
1385 Mon Aug  7 17:51:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1387         * gen-params:  Generate new macro _G_HAVE_SYS_CDEFS.
1388         * libio.h:  If _G_HAVE_SYS_CDEFS, get __P from <sys/cdefs.h>.
1390 Fri Aug  4 23:21:17 1995  Paul Eggert  <eggert@twinsun.com>
1392         * gen-params: When following typedef changes, allow typedefs
1393         that do not have a space before the defined type name,
1394         e.g. `typedef void *__gnuc_va_list;' as in Linux.  Also,
1395         not require a space in the definiens, e.g. `typedef void*foo;'.
1397 Thu Aug  3 17:54:15 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1399         * iostream.h, iostream.cc (istream::sync):  Added missing method.
1401 Thu Aug  3 17:49:34 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1403         * configure.in:  Remove netbsd special case.
1404         * config/netbsd.mt:  Removed;  no longer used.
1406 Tue Jun 20 16:07:12 1995  Paul Eggert  <eggert@twinsun.com>
1408         * gen-params: Take transitive closure of `typedef' relation.
1409         This is needed for BSD/OS 2.0, which has
1410         fpos_t -> off_t -> quad_t -> long long.
1412 Mon Jul 24 18:28:10 1995  Doug Evans  <dje@canuck.cygnus.com>
1414         * config.shared (TOPDIR): Delete extra '/', $rootme may be empty.
1416 Sat Jul 22 13:27:45 1995  Doug Evans  <dje@canuck.cygnus.com>
1418         * config.shared (depend.new): Fix quoting in DO NOT EDIT line.
1420         * Makefile.in (_G_config.h): Add multilib support.
1421         (install): Likewise.
1422         * config.shared: Likewise.
1423         * configure.in: Likewise.
1425 Wed Jun 28 17:40:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1427         * PlotFile.h, SFile.h, builtinbuf.h, editbuf.h, fstream.h,
1428         indstream.h, iomanip.h, iostream.h, parsestream.h, pfstream.h,
1429         procbuf.h, stdiostream.h, stream.h, streambuf.h, strstream.h: Wrap
1430         with extern "C++".
1432 Thu Jun 22 04:34:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1434         * gen-params: Surround attributes with __.
1436 Mon Jun 19 00:33:22 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1438         * config.shared (SUBDIRS): Massage broken shells that require
1439         'else true'.
1441 Sat Jun 17 11:25:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1443         * streambuf.h: Declare inline members inline in class.
1445 Thu Jun 15 20:45:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1447         * Makefile.in (VERSION):  Update to version 2.7.0.
1449 Wed Jun 14 21:41:11 1995  Jason Merrill  <jason@python.cygnus.com>
1451         * Makefile.in (STDIO_WRAP_OBJECTS): Remove stdfiles.o.
1452         (LIBIO_OBJECTS): Add stdfiles.o.
1454 Wed Jun  7 16:11:36 1995  Jason Merrill  <jason@python.cygnus.com>
1456         * config.shared (all): Appease bash.
1458 Wed Jun  7 11:16:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1460         * configure.in (MOSTLYCLEAN): Remove stamp-picdir.
1462         * config.shared (MOSTLYCLEAN): Ditto.
1463         (CLEAN): Don't.
1465 Mon Jun  5 18:29:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1467         * config/mh-*pic: Removed.
1469         * configure.in (MOSTLYCLEAN): Remove pic objects.
1470         (frags): Use toplevel pic fragments.
1472         * config.shared (CXXFLAGS): Use -O3.
1473         (PICFLAG, PICDIR): New macros.
1474         (all): Depend on $(PICDIR).
1475         (FLAGS_TO_PASS): Pass PICFLAG.
1476         (.x.o): Also build pic object.
1477         (stamp-picdir): Create directory for pic objects.
1478         (MOSTLYCLEAN): Remove pic objects.
1479         (CLEAN): Remove stamp-picdir.
1481         * Makefile.in (iostream.list): Depend on stamp-picdir.
1482         (c++clean): Don't remove _G_config.h.
1484 Mon Jun  5 15:03:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1486         * strstream.h, strstream.cc (strstream::strstream()):  Re-implement to
1487         be like ostrstream::ostrestream(), and not leak memory.
1489         * streambuf.h:  Use #if !_IO_UNIFIED_JUMPTABLES instead of #ifndef.
1491         * iolibio.h (_IO_rewind):  Add missing flags when calling _IO_seekoff.
1493 Thu May 25 22:30:21 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
1495         * config/netbsd.mt (G_CONFIG_ARGS): Add defn for off_t.  Another
1496           layer of typedefs has been added and the gen-params script can
1497           not handle it.
1499 Wed May 10 03:02:58 1995  Jason Merrill  <jason@python.cygnus.com>
1501         * iolibio.h (_IO_rewind): Add new argument to _IO_seekoff.
1503         * config/linux.mt (LIBIOSTREAM_OBJECTS): Include $(STDIO_WRAP_OBJECTS).
1504         (LIBIOSTREAM_DEP): Include stdio.list.
1505         (LIBIOSTREAM_USE): Include `cat stdio.list`.
1507         * Makefile.in (LIBIOSTREAM_DEP): New variable.
1508         (LIBIOSTREAM_USE): Ditto.
1509         (libiostream.a): Use them.
1510         (iostream.list): Ditto.
1511         (stdio.list): New rule.
1512         (stdio/stdio.list): Ditto.
1514 Tue May  9 18:29:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1516         * libioP.h (_IO_jump_t): Change TYPE for __dummy from int to
1517         _G_size_t.
1519 Sat May  6 13:50:37 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1521         * libio.h (_IO_UNIFIED_JUMPTABLES):  #define as true.
1522         (_IO_FILE):  Remove _jumps field (#if _IO_UNIFIED_JUMPTABLES).
1524         * libioP.h (enum _IO_seekflags_):  Removed.
1526         * libioP.h (_IO_setbuf_t):  Change return value of setpos jumptable
1527         function to match C++ streambuf::setpos.  (Return NULL on failure.)
1528         * fileops.c (_IO_file_setbuf), genops.c (_IO_default_setbuf),
1529         filebuf.cc, iosetvbuf.c:  Update to use new setbuf conventions.
1531         * streambuf.h (streambuf):  Re-order virtual functions more logically.
1532         * streambuf.cc (streambuf::uflow), streambuf.h:  New virtual.
1533         * libioP.h (struct _IO_jump_t):  Define using new JUMP_FIELD macro.
1534         And re-order in more logical order consistent with streambuf vtable.
1535         * fileops.c (_IO_file_jumps), iopopen.c (_IO_proc_jumps), iovfprintf.c
1536         (_IO_helper_jumps), streambuf.cc (_IO_streambuf_jumps), strops.c
1537         (_IO_str_jumps):  Update accordingly, using JUMP_INIT macro.
1538         * stdfiles.c:  Set vtable to point to _IO_file_jumps.
1539         * filebuf.cc, iopopen.c, iovfprintf.c (helper_vfprintf), iovsprintf.c,
1540         iovsscanf.c:  Use macros and #if to set jumptables.
1542         * streambuf.c:  _IO_streambuf_jumps and the _IO_sb_* methods are not
1543         needed #if _IO_UNIFIED_JUMPTABLES.
1544         * filebuf.cc (filebuf::__new):  Also no longer needed.
1545         * fstream.cc (fstreambase::__fb_init, fstreambase::fstreambase):  Fix.
1546         * stdstrbufs.c:  Use filebuf vtable instead of builtinbuf's.
1547         * builtinbuf.h, builtinbuf.cc (builtinbuf):  Commented out #if
1548         _IO_UNIFIED_JUMPTABLES - no longer needed.
1549         * strstream.cc (SET_STR_JUMPS):  Does nothing now.
1551         * builtinbuf.cc, fileops.c, genops.c, iofgetpos.c, iofsetpos.c,
1552         ioftell.c, iopopen.c, ioseekoff.c, ioseekpos.c, iosetvbuf.c,
1553         iovfprintf.c, iovfscanf.c, strops.c:  Use DEFUN and DEFUN_VOID.
1554         * filebuf.cc, fileops.c, genops.c, iopopen.c, ioseekoff.c, ioseekpos.c,
1555         iosetvbuf.c, iovfscanf.c:  Use new JUMP_* and IO_OVERFLOW/... macros.
1557         * libioP.h (_IO_seekpos_t):  Third arg is now an int (using _IOS_INPUT
1558         and _IOS_OUTPUT), not an enum _IO_seekflags_.  Flags values are
1559         changed, and their sense inverted (to match streambuf::seekpos).
1560         * libioP.h (_IO_seekoff_t):  Similarly match streambuf::seekoff.
1561         * filebuf.cc, fileops.c (_IO_file_fopen, _IO_file_seekoff), genops.c
1562         (_IO_default_seekpos, _IO_default_seekpos), iofgetpos.c, iofsetpos.c,
1563         iolibio.h (_IO_fseek), ioftell.c, ioseekoff.c, ioseekpos.c,
1564         iostream.cc, streambuf.cc, strops.c (_IO_str_seekoff), strstream.cc:
1565         New seekpos/seekoff conventions.
1566         * iostreamP.h (convert_to_seekflags):  Removed - no longer needed.
1568         * iolibio.h (_IO_fread):  New declaration.
1570         * dbz/Makefile.in:  Re-arrange for cleaner dependencies.
1572 Fri May  5 15:55:22 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1574         * libioP.h (_IO_JUMPS. JUMP_FIELD, JUMP0, JUMP1, JUMP2, JUMP3,
1575         JUMP_INIT, _IO_FINISH, _IO_OVERFLOW, ... _IO_SYSSTAT):  New macros
1576         in preparation for new unified jumptable/vtable implementation.
1577         * cleanup.c, filedoalloc.c, iofclose.c, iofflush.c, iofiledoalloc.c,
1578         ioprims.c, iosetbuffer.c, iostrerror.c, ioungetc.c:  Use DEFUN.
1579         * filedoalloc.c, iofclose, iofflush, iosetbuffer.c:  Use new macros.
1581         * iofopen.c, iofdopen.c:  Use macros and #if for new jumptables.
1583         * gen-params:  Do not #include <sys/types.h>.
1584         Add missing quote in 'eval'.
1585         Do add #include <sys/types.h> in test for <sys/resource.h>.
1586         * config/netbsd.mt:  New file, defining _G_CONFIG_ARGS (for fpos_t).
1587         * configure.in:  Use netbsd.mt for NetBSD.
1589 Wed May  3 15:03:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1591         * libioP.h (DEFUN, DEFUN_VOID, AND):  New macros, from ansidecl.h.
1592         * iofdopen.c, iofgets.c, iofopen.c, iofputs.c, iofread.c, iofwrite.c,
1593         iogetdelim.c, iogetline.c, iogets.c, ioignore.c, iopadn.c, ioperror.c,
1594         ioputs.c, iovsprintf.c, iovsscanf.c, outfloat.c:  Use DEFUN.
1596 Mon May  1 16:22:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1598         * gen-params: #include <sys/types.h>.  Don't use __WCHAR_TYPE__ in
1599         definition of _G_wchar_t.  Use __attribute__ ((mode)) to get
1600         specific-sized ints under gcc, don't worry about int8 or int64
1601         otherwise.  Provide defaults if deduction fails.
1603 Thu Apr 27 18:27:53 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1605         * streambuf.h (ios::~ios):  Delete _arrays.
1606         (_IO_NEW_STREAMS):  Turn on.
1607         * libio.h (__adjust_column):  Remove bogus declaration.
1608         * genops.c (_IO_set_column):  Fix typo (in commented-out code).
1610 Tue Apr 25 17:14:29 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1612         * config.shared (CXXINCLUDES): Use a shell variable with a
1613         different name from the make variable.
1614         * configure.in: Update accordingly.
1616 Mon Apr 17 17:19:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1618         * streambuf.h (__adjust_column):  Remove redundant declaration.
1620 Sat Apr 15 11:39:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1622         * config.shared (do-clean-dvi):  Also remove *.cps.
1624         * gen-params:  Use ${SED} instead of sed.
1626         * libio.h:  Remove #if'd out stuff (confuses makedepend).
1628         * stdstreams.cc (STD_STR):  Standard streams start with ios::dec set.
1630 Fri Apr 14 23:46:31 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1632         * iostream.h, iostream.cc (istream::read, ostream::write):
1633         Use streamsize for the length parameter.
1635         * streambuf.h:  Removed redundant __overflow and __underflow.
1637         * fstream.h, fstream.cc: Add void fstreambase::attach(int).
1639         * iosscanf.c (_IO_sscanf):  Fix non-__STDC__ missing declaration.
1641 Mon Apr  3 15:40:55 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1643         * indstream.*: Fix prototypes of xsputn and xsgetn.
1645         * fileops.c: Avoid ??? trigraph.
1647 Mon Mar 27 16:16:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1649         * iomanip.h (operator<< (ostream&, const omanip<TP>&): Define
1650         separately.
1651         (operator>> (istream&, const imanip<TP>&): Ditto.
1653 Mon Mar 27 08:56:00 1995  Brendan Kehoe  (brendan@lisa.cygnus.com)
1655         * builtinbuf.cc (builtinbuf::setbuf): Cast NULL to streambuf*, to
1656         avoid warning/error about conversion from void*.
1657         * indstream.cc (indirectbuf::seekoff): Likewise.
1658         (indirectbuf::seekpos): Likewise.
1659         * filebuf.cc (filebuf::setbuf): Likewise.
1660         (filebuf::close): Cast NULL to filebuf*.
1662 Wed Mar  1 14:23:18 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1664         * configure.in (DISTCLEAN):  Add, with target-mkfrag.
1666 Fri Feb 24 01:01:08 1995  Jason Merrill  <jason@python.cygnus.com>
1668         * configure.in (frags): Don't require so many dashes in the
1669         canonical target name.
1671 Sat Feb 18 13:18:30 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1673         * streambuf.cc (streambuf::sync):  Always return 0, even for
1674         non-flushed output.  This is required by the ANSI/ISO draft.
1675         * genops.c (_IO_sync):  Likewise always return 0.
1677 Fri Feb 17 16:33:28 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1679         * fileops.c (_IO_file_close_it):  Call _IO_file_sync, rather
1680         than _IO_do_flush, because we want to adjust the file pointer
1681         if reading and not at end (as in SVR4, and as in fflush).
1682         Also, make sure to return error indication if sync fails.
1683         (_IO_file_sync):  Ignore seek error if it is ESPIPE.
1684         (_IO_file_seekoff):  If not readable, do dumb lseek.
1685         * iofclose.c (_IO_fclose):  If closing a non-filebuf, return -1
1686         if _IO_ERR_SEEN.
1688 Fri Feb 17 19:31:00 1995  Ian Lance Taylor  <ian@cygnus.com>
1690         * gen-params: Check for struct tms in <sys/times.h>, defining
1691         HAVE_SYS_TIMES accordingly.
1693 Wed Feb 15 21:05:11 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1695         * strops.c (_IO_str_count):  Use LEN macro.
1696         (_IO_str_seekoff):  Update _len field.
1698 Mon Feb  6 19:29:00 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1700         * gen-params: Default to short, long and long long for 16, 32 and
1701         64 bit types, in case detection fails.
1703 Wed Jan 25 18:07:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1705         * gen-params (_G_wint_t): Allow for broken promotions.
1707 Tue Jan 24 16:15:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1709         * stdstrbufs.cc (_IO_fake_stdiobufs):  Add an extra layer of struct,
1710         to force correct alignment on i960s.
1711         (DEF_STDIOBUF, _IO_{stdin,stdout,stderr}_buf):  Update accordingly.
1713 Thu Jan 19 18:30:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1715         * config.shared (CXXINCLUDES): Add libstdc++ to includes for
1716         building libg++.
1717         (LIBS): Also link with libstdc++ when building libg++ toys.
1718         Don't set EXPORT_ALL_VARIABLES; users will have to set
1719         LD_LIBRARY_PATH themselves.
1721 Fri Dec 30 16:38:13 1994  Mike Stump  <mrs@cygnus.com>
1723         * config/linux.mt: Fix build problem on linux 1.0.8.
1725 Thu Dec 22 11:49:45 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
1727         * config/netware.mt: Use gcc to pre-link iostream.nlm's objects
1728           instead of using nlmconv, so that references to functions in
1729           libgcc.a are resolved.
1731         * configure.in: Append .mt to target makefile fragment file names.
1733         * floatconv.c (tens, tinytens, bigtens): Added const qualifier.
1735 Tue Dec 20 09:59:50 1994  Mike Stump  <mrs@cygnus.com>
1737         * gen-params (VTABLE_LABEL_PREFIX): Since some systems have GNU nm
1738         as nm, and they demangle by default, we have to notice this, and
1739         try --no-cplus (linux) or --no-demangle when running nm.
1741 Wed Dec 14 18:13:58 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1743         * gen-params:  To determine vt-name-mangling using dummy.C add
1744         #include and #prama interface/implementation to avoid problem with
1745         assemblers that don't emit local symbols.  Reported under HPUX 8
1746         by Thomas Arend <arend@blasius.Chemietechnik.Uni-Dortmund.DE>.
1748         * streambuf.h (ios::ios):  Move inline definition after
1749         that of ios::init (which ios::ios calls).
1751 Sun Dec  4 19:50:32 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1753         * fileops.c (_IO_file_init, _IO_file_close_it, _IO_file_sync):
1754         Set _offset to _IO_pos_BAD, to support applications that follow
1755         POSIX.1 rules on mixing file handles.
1757         * fileops.c (_IO_file_overflow):  Handle case that buffer was
1758         allocated (perhaps by setvbuf) but _IO_write_base is still 0.
1760         * iostdio.h (setbuffer):  #define as _IO_setbuffer.
1761         * streambuf.h, filebuf.cc:  Removed filebuf::do_write.
1763 Tue Nov 29 23:38:57 1994  Per Bothner  (bothner@rtl.cygnus.com)
1765         * floatconv.c (setword0, setword1):  Fix typo.
1767 Tue Nov 29 15:37:29 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1769         * config.shared:  Move -fno-implicit-template from CXXFLAGS
1770         to LIBCXXFLAGS.  Tests are better run without it.
1772         * floatconv.c (word0, word1):  Re-place/re-implement using unions
1773         instead of casts to avoid optimizer problems.
1775         * dbz/dbzmain.c:  Renamed dirname -> dir_name to avoid OSF
1776         header file braindamage.
1778 Sat Nov  5 19:44:00 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1780         * config.shared (LIBCFLAGS): Define.
1781         (LIBCXXFLAGS): Define.
1782         (DOING_LIBGXX): Define TOLIBGXX.  Change LIBS to use -lg++.  Add
1783         LD_LIBRARY_PATH and .EXPORT_ALL_VARIABLES:.
1784         (FLAGS_TO_PASS): Add LIBC{,XX}FLAGS.
1785         (XC{,XX}FLAGS): Set to LIBCFLAGS or CFLAGS depending on $LIBDIR.
1786         (COMPILE.c): Define, use in .c.o rule.
1787         (COMPILE.cc): Define, use in .cc.o rule.
1789 Sat Nov  5 15:12:12 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1791         * Makefile.in (VERSION):  Update to 0.67.
1793         * streambuf.h (ios::dont_close):  Is now set by default.
1794         * fstream.h, fstream.cc (__fb_init):  New function.  Clears
1795         ios::dont_close.  Change fstreambase constructors to call it.
1796         * strstream.cc:  *strstream constructors must clear ios::dont_close.
1797         * iostream.cc:  Simplify - don't need to set ios::dont_close.
1798         * ioassign.cc:  Simplify - assume ios::dont_close is always set.
1800         * fstream.h, fstream.cc:  If _IO_NEW_STREAMS, put the
1801         filebuf as a member __my_fb.
1802         * strstream.{h,cc}:  Likewile use a strstreambuf member __my_sb.
1803         * streambuf.h, stdstreams.cc, ioextend.cc:
1804         Fix if _IO_NEW_STREAMS to not use ios::dont_close.
1806         * streambuf.h (class ios):  Move rdbuf later, to avoid
1807         inability of g++ to inline.
1808         * filebuf.cc (filebuf::~filebuf):  Call _IO_do_flush.
1810         * config.shared:  Emit rules to make depend.
1811         * depend:  New file.
1813 Fri Nov  4 17:19:11 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1815         * README:  Fix typos.
1816         * libio.h:  Add comment.  Update Copyright notice.
1818 Fri Nov  4 21:46:30 1994  Paul Eggert  <eggert@twinsun.com>
1820         * libio.h (__P): Change argument name spelling from
1821         `paramlist' to `protos' for compatibility with BSDI 1.1.
1823 Thu Nov  3 00:45:16 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1825         * config.shared (CXXFLAGS): Add -fno-implicit-templates.
1827 Mon Oct 24 15:57:35 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1829         * config.shared:  Define NOSTDIC and use it for libio too.
1831 Thu Oct 20 19:45:35 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1833         * iogetdelim.c: #include <stdlib.h>.
1835 Thu Oct 20 17:09:52 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1837         * iostream.h:  Add classes _IO_istream_withassign and
1838         _IO_ostream_withassign.  Re-type cin, cout, cerr, clog.
1839         (class iostream):  Don't add extra _gcount field.
1840         * ioassign.cc:  New file.  Implement operator= for cin etc.
1841         * streambuf.h (class ios):  Change return type of operator=.
1842         * Makefile.in (IOSTREAM_OBJECTS):  Add ioassign.o.
1844         * Makefile.in:  Re-arrange, so linux.mt overrides can work.
1846         * fileops.c (_IO_file_seekoff):  Optimize seeks within buffer.
1848 Wed Oct 19 14:25:47 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1850         * gen-params (wint_t): Return to using __WCHAR_TYPE__ for
1851         compatibility with gcc versions prior to 2.6.1.
1853 Tue Oct 18 17:08:18 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1855         * Makefile.in:  Define _G_CONFOG_H as _G_config.h for Linux.  Use it.
1856         (IO_OBJECTS):  Add iogetdelim.o.
1857         * config/linux.mt:  New file.
1858         * configure.in:  Select config/linux.mt if Linux.
1859         * iogetdelim.c:  Verious cleanups, many from
1860         Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>.
1861         * libioP.h: Add _IO_getdelim.  Use (void) for no-parameter functions.
1863 Thu Oct 13 16:30:56 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1865         * libio.h:  Rename USE_DTOA to _IO_USE_DTOA for namespace reasons.
1866         * iostream.cc, iovfscanf.c, iovfprintf, floatconv.c:
1867         Update USE_DTOA -> _IO_USE_DTOA.
1869         * libio.h (_IO_feof, _IO_ferror):  Move to here ...
1870         * iolibio:  ... from here
1872         * iostream.cc (istream::get, istream::ignore, istream::read):
1873         Set _gcount to 0 if ipfx0 failed.
1875         * iostream.cc (flush):  Do virtual function call, rather than
1876         going through jumptable.  (To get correct method in derived class.)
1877         Bug and fix from John Wiegley <jw@cis.ohio-state.edu>.
1879         * iofdopen.c (O_ACCMODE):  Define using O_RDWR, not O_RDWRITE.
1881         * streambuf.h (ios::rdbuf(streambuf*)):  New.
1882         * streambuf.h (ios::operator=):  Make private (i.e. dis-allow).
1884 Wed Oct 12 19:09:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1886         * gen-params: Define _G_NO_NRV and _G_NO_EXTERN_TEMPLATES if not
1887         compiling with g++.
1889 Thu Oct  6 16:03:43 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1891         * iostream.texi (ostrstream::str):  Note that NUL is not written
1892         automatically.
1894 Wed Oct  5 17:28:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1896         * iogetdelim.c (_IO_getdelim):  New function.
1898 Wed Oct  5 15:40:22 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
1900         * config/netware.mt: New file, first cut at Netware NLM support.
1901         * configure.in (*-*-netware*): Use config/netware.mt.
1903         * config.shared (NLMCONV, LD): New definition.
1905         * gen-params: check for nm in ${binutils}/nm.new.
1906         * config.shared: Likewise.
1908 Tue Oct  4 12:20:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1910         * iomanip.h (omanip::operator<<):  Make 2nd arg be const.
1911         Bug and fix reported by Greg McGary <gkm@magilla.cichlid.com>.
1913         * strstream.cc (strstreambuf::pcount):  Simplify, to match
1914         ANSI/ISO specification.
1916 Mon Sep 26 15:19:52 1994  Jason Merrill  (jason@deneb.cygnus.com)
1918         * gen-params: Include <wchar.h> and <wctype.h> if they exist.
1920 Thu Sep  8 14:41:41 1994  Jason Merrill  (jason@deneb.cygnus.com)
1922         * iostream.h (class istream): Declare operator>>(long double&).
1923         (class ostream): Define operator<<(long double).
1925         * iostream.cc (istream::operator>>(long double&)): Define.
1927 Wed Sep  7 14:42:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1929         * iostream.texi (Overflow):  Fix bugs in example.
1931 Fri Sep  2 17:45:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1933         * iostream.tex:  Document a little on how to write your
1934         own streambuf-derived class, with an example.
1936 Tue Aug 30 13:03:57 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
1938         * floatconv.c (s2b): Declare X and Y to be _G_int32_t.
1939         (diff, quorem): Declare BORROW, Y, and Z likewise.
1940         (ulp): Declare L likewise.
1941         (_IO_strtod): Declare L and AADJ likewise.
1942         (_IO_dtoa): Declare L and D likewise.  Cast division of D by DS to
1943         _G_int32_t.
1945 Mon Aug 29 16:01:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1947         * iosetvbuf.c (_IO_setvbuf):  If setting _IOFBF and no
1948         buffer was specified, call __doallocate.
1950         * fileops.c, floatconv.c:  Add a bunch of parentheses to
1951         shut up gcc warnings.  Patch from H.J.Lu.
1953         * stdiostream.cc (stdiobuf::sys_read):  Inline call to getc
1954         for the normal case (size==1).
1956 Sat Aug 20 12:14:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1958         * Makefile.in (VERSION):  Increase to 0.66.
1960 Fri Aug 19 17:28:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1962         * iolibio.h:  Added _IO_printf prototype.
1963         Added extern "C" { ... } wrappers #ifdef __cplusplus.
1964         Bugs reported by Neal Becker <neal@ctd.comsat.com>.
1966 Wed Aug 17 18:17:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1968         * fileops.c (_IO_file_seekoff):  For _IO_seek_cur, adjust for
1969         read-ahead before jumping to label dumb.
1971 Wed Aug  3 13:15:01 1994  H.J. Lu  (hjl@nynexst.com)
1973         * libioP.h (CHECK_FILE(FILE,RET)): new, which checks for
1974           FILE == NULL and _IO_MAGIC_MASK.
1975           (COERCE_FILE(FILE)): merged into CHECK_FILE(FILE,RET)
1976           with typo fixes.
1978         * iofread.c, iofwrite.c: add CHECK_FILE(fp, 0);
1979         * iofclose.c: add CHECK_FILE(fp, EOF); remove _IO_MAGIC_MASK check.
1981         * iofflush.c, iofgetpos.c, iofputs.c, iofscanf.c,
1982         iofsetpos.c, iofvbuf.c, ioungetc.c:
1983         Add CHECK_FILE(fp, EOF) and remove COERCE_FILE(fp).
1985         * iofgets.c: add CHECK_FILE(fp, NULL) and remove COERCE_FILE(fp).
1986         * iofprintf.c: add CHECK_FILE(fp, -1) and remove COERCE_FILE(fp).
1987         * ioftell.c: add CHECK_FILE(fp, -1L) and remove COERCE_FILE(fp).
1988         * iosetbuffer.c: add CHECK_FILE(fp, ) and remove COERCE_FILE(fp).
1990 Fri Aug 12 15:35:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1992         * iofdopen.c (_IO_fdopen):  #define O_ACCMODE if it isn't.
1993         Still set O_APPEND if "a" is given, but don't unset it
1994         if it isn't.  Added comment.
1996 Mon Aug  8 13:11:00 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1998         * gen-params (VTABLE_LABEL_PREFIX):  Changes in the implementation.
1999         For look for _*vt[$_.]7*filebuf in the nm output, because that
2000         matches what g++ produces and has produced.  Thus it should be
2001         somewhat more robust.
2003 Sun Aug  7 22:52:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2005         * gen-params (CC):  Remove no-longer-needed -I options
2006         passed to xgcc (now they are implied by the -B options).
2008 Wed Jul 20 16:41:13 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2010         * Makefile.in (tooldir):  Added definition, so we can do
2011         'make install' in this directory.
2012         Bug reported by Klamer Schutte <schutte@tpd.tno.nl>.
2014 Mon Jul 18 18:02:34 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2016         * gen-params (VTABLE_LABEL_PREFIX):  Remove filename sppearing
2017         by itself.  Add comment explaining what is going on.
2019 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
2021         * libio.h: define _IO_uid_t and _IO_HAVE_ST_BLKSIZE
2022           as _G_xxxxxxxx.
2024 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
2026         * iopopen.c:  Don't include <errno.h>. It is included in "libioP.h".
2028         * iopopen.c (_IO_proc_close) : check if fp is on the list
2029           before close it.
2031 Thu Jul 14 16:38:47 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2033         * gen-params (CONFIG_NM):  Make sed scripts to find vtable name
2034         mangling more robost for different forms of nm output.
2036 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
2038         * iofopen.c (_IO_fopen): don't check [redundantly] fp == NULL after
2039           IO_file_init(&fp->_file).
2041         * iomanip.h (template<class TP> class iapp):
2042           change ostream to istream.
2044 Tue Jul 12 14:09:02 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2046         * Makefile.in (VERSION):  Increase to 0.65.
2047         * libioP.h (builtinbuf_vtable):  Only define #ifdef __cplusplus.
2049         * gen-params (_G_int8_t):  Only define if defined(__STDC__),
2050         because K&R C compilers don't have signed char.
2051         (_G_int64_t, _G_uint64_t):  Only define if defined(__GNUC__)
2052         because other compilers may not have long long.
2054 Sun Mar 06 13:10:21 1994  H.J. Lu  (hjl@nynexst.com)
2056         * floatconv.c (_IO_dtoa ()): fix a small memory leak, set the
2057           "on_stack" field to be 0 if "result" is not NULL.
2059 Sat Mar 05 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
2061         * floatconv.c (_IO_dtoa ()): if the number of digits of the
2062           floating point number is more than the previous one, free the
2063           old string and allocate a new one.
2064           [Minor optimization to avoid Bcopy. -PB]
2066 Mon Jul 11 10:53:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2068         * fileops.c (_IO_file_underflow):  'count' should be unsigned,
2069         since it contains the return value of read.  Reported by
2070         Teemu Torma <tot@trema.fi>.
2072 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
2074         * floatconv.c (_IO_strtod ()): make "+" and "-" as error.
2076 Sat Jul  9 15:09:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2078         Make sure _IO_FILE::_flags is always initialized correctly, for the
2079         C functions (fopen, fdopen, popen), and not just the C++ functions.
2080         * fileops.c (_IO_file_init):  Set _flags to CLOSED_FILEBUF_FLAGS.
2081         * fileops.c (_IO_file_fopen):  Remove bogus assignment.
2082         * filebuf.cc (filebuf constructors):  Don't pass CLOSED_FILEBUF_FLAGS
2083         to streambuf constructor - _IO_file_init does it instead.
2084         * filebuf.cc (CLOSED_FILEBUF_FLAGS):  Removed.
2085         * iopopen.c (_IO_proc_open):  Use _IO_mask_flags.
2087 Thu Jun 30 08:49:53 1994  Jason Merrill  (jason@deneb.cygnus.com)
2089         * dbz/Makefile.in (mostlyclean): Add target.
2091 Wed Jun 29 09:30:12 1994  Jason Merrill  (jason@deneb.cygnus.com)
2093         * gen-params: Woops, can't run a C program to determine target
2094         characteristics.  Sigh.
2096 Tue Jun 28 03:11:33 1994  Jason Merrill  (jason@deneb.cygnus.com)
2098         * gen-params: Add _G_{,u}int{8,16,64}_t, use a short C program to
2099         determine what all these should be rather than trying to compare
2100         the MAX numbers in the shell.
2102 Sun Jun 26 21:04:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2104         * stdiostream.h, stdiostream.cc (stdiobuf::xsgetn):  Removed.
2105         Too hairy.  If we want to optimize it, we should do so in
2106         filebuf::xsgetn (or rather _IO_file_xsgetn).
2108         * stdiostream.h (class stdiobuf), stdiostream.cc:  Fix parameter
2109         and return types of virtual function to matcher base types (Oops!).
2110         * streamstream.cc (stdiobuf::xsgetn, stdiobuf::xsputn):
2111         Optimize to call fread.fwrite directly if !buffered.
2112         * fileops.c:  Fix comment.
2114 Fri Jun 24 11:28:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2116         * stdiostream.h (istdiostream, ostdiostream):  New classes.
2118         More robust final cleanup.
2119         * cleanup.c (_IO_register_cleanup):  Register _IO_cleanup,
2120         rather than _IO_flush_all.
2121         * filedoalloc.c: Update comment.
2122         * genops.c (_IO_unbuffer_all):  New.  Makes all files unbuffered.
2123         * genops.c (_IO_cleanup), libioP.h:  New function.  Call
2124         _IO_flush_all, and then _IO_unbuffer_all.  This is in case C++
2125         destructors try to do output *after* _IO_cleanup is called.
2127         Construct standard stdiobufs statically (using type punning).
2128         * stdstrbufs.c;  Unless _STDIO_USES_IOSTREAM declare standard
2129         stdiobufs (for stdin, stdout, and stderr), using type punning
2130         (struct _IO_fake_stdiobuf).  This avoids constructor-time problems.
2131         * stdstreams.cc:  Remove the declarations of the stdiobufs.
2132         Instead use the new (fake) ones in stdstrbufs.cc.  We no longer
2133         have to call ios::sync_with_stdio at constructor time.
2135         Preliminary support for new ANSI streambuf::uflow virtual.
2136         * libioP.h (struct _IO_jump_t):  Add __uflow field.
2137         * genops.c (_IO_default_uflow), libioP.h:  New function.
2138         * fileops.c (_IO_file_jumps), iopopen.c (IO_proc_jumps),
2139         iovfprintf.c (_IO_helper_jumps), strops.c (_IO_str_jumps),
2140         streambuf.cc (_IO_streambuf_jumps):  Add _IO_default_uflow.
2141         * genops.c (__uflow):  New function.
2142         (save_for_backup):  New function.  Some code shared by
2143         __underflow and __uflow, moved out from the former.
2144         (_IO_default_uflow):  New function.
2145         * libio.h (_IO_getc):  Call __uflow, not __underflow.
2147 Wed Jun 22 20:22:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2149         Make sure that the vtable of a streambuf is always valid,
2150         which makes ios::rdbuf simpler and faster.
2151         * gen-params:  Add code to determine _G_VTABLE_LABEL_HAS_LENGTH,
2152         _G_VTABLE_LABEL_PREFIX, _G_VTABLE_LABEL_PREFIX_ID, and
2153         _G_USING_THUNKS, which describe how virtual function tables are named.
2154         * stdfiles.c (FILEBUF_LITERAL):  Moved to libioP.h.
2155         * libioP.h (builtinbuf_vtable):  New (complicated) declaration.
2156         * filebuf.cc (filebuf::__new), strstream.cc (SET_STR_JUMPS):
2157         Initialize vtable to builtinbuf_vtable, not NULL.
2158         * stdstrbufs.cc:  New file.  Same as stdfiles.c, except that
2159         vtable is initialized to builtinbuf_vtable, not NULL.
2160         * streambuf.h (ios::rdbuf):  Can now simplify/optimize, due to
2161         above changes.  Always, just return _strbuf.
2162         * builtinbuf.h, builtinbuf.cc (builtinbuf::vtable,
2163         builtinbuf::get_builtin_vtable):  Removed.  No longer needed.
2164         * streambuf.h, builtinbuf.cc (ios::_IO_fix_vtable):  No longer needed.
2165         Only defined #ifdef _STREAM_COMPAT, for binary compatibility.
2166         * Makefile.in:  Move stdfiles.o from IO_OBJECTS to STDIO_WRAP_OBJECTS.
2167         (IOSTREAM_OBJECT):  Add stdstrbufs.o.
2168         * Makefile.in (_G_config.h):  Pass $(CXXFLAGS) as part of $(CXX).
2170 Fri Feb 11 11:08:01 1994  SBPM Marc GINGOLD (marc@david.saclay.cea.fr)
2172         * iovfprintf.c (helper_vfprintf): add
2173           hp->_IO_file_flags = _IO_MAGIC|(_IO_IS_FILEBUF+_IO_NO_READS);
2174         [This is needed because _IO_vfprintf checks for _IO_UNBUFFERED. -PB]
2175         [Actually:  don't set _IO_IS_FILEBUF. -PB]
2177 Wed Jun 22 13:49:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2179         * stdiostream.cc, stdiostream.h (stdiobuf::buffered):  New methods.
2181         * iofdopen.c (_IO_fdopen):  Various minor improvements.
2183         * iovfscanf.c:  Don't return EOF on control_failure.
2185 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
2187         * iovfscanf.c:  Enforce the sequence of the conversion specifications.
2189 Fri Jun 17 20:57:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2191         * iofdopen.c:  Use fcntl to check that requested access mode is
2192         compatible with existing access mode, and to change the
2193         O_APPEND file status flag if need be.
2195 Thu Jun 16 17:33:50 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2197         * streambuf.h (ios::init):  Initialize all the fields.
2198         This may be overkill, but the current ANSI working paper requires it.
2199         * streambuf.h (ios::ios):  Reimplement in terms of ios::init.
2200         * iostream.cc (Non-default constructors istream::istream,
2201         ostream::ostream, iostream::iostream):  Cannot use a mem-initializer,
2202         because it is ignored if initializing a derived class.  Instead,
2203         call ios::init.
2205 Wed Jun 15 13:35:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2207         * stdstreams.cc (ISTREAM_DEF):  Fix typo (it's a _fake_istream, not
2208         a _fake_ostream).  Reported by Jason Shirk <jshirk@gomez.intel.com>.
2210         * stdiostream.h, stdiostream.cc (stdiobuf::~stdiobuf):  New.
2211         Call _IO_do_flush.
2212         * stdiostream.cc (stdiobuf::sync):  Call _IO_do_flush rather
2213         than filebuf::sync (to avoid bad seeks).
2215         * libioP.h (_IO_do_flush):  Add missing parentheses.
2217 Fri Jun  3 19:16:57 1994  Jason Merrill  (jason@deneb.cygnus.com)
2219         * config.shared (CXXFLAGS): Remove -fno-implicit-templates.
2221         * iomanip.h: Add explicit external instantiations.
2223 Wed Jun  1 14:14:44 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2225         * libio.h (struct _IO_FILE_plus):  Move definition from here ...
2226         * libioP.h (struct _IO_FILE_plus):  ... to here.  Since this
2227         file is private to the implementation, we can rename the fields
2228         from the implementor's to the user's name anme space.
2229         (This avoids a lossage on SCO, whose stdio.h has a #define _file.)
2230         * iofdopen.c, iofopen.c, stdfiles.c:  Fix field references accordingly.
2231         * iopopen.c (struct_IO_proc_file):  Rename fields from
2232         implementor's name space to user's, and update usages.
2233         * streambuf.h (streambuf::_vtable):  Re-implement to not need
2234         struct _IO_FILE_plus.
2235         * strfile.h (struct _IO_strfile_): Likewise.
2237 Wed Jun  1 13:57:48 1994  Jason Merrill  (jason@deneb.cygnus.com)
2239         * config.shared (CXXFLAGS): Use -fno-implicit-templates instead of
2240         -fexternal-templates.
2242 Tue May 31 08:49:28 1994  Mike Stump  (mrs@cygnus.com)
2244         * genops.c, iofclose.c, iofdopen.c, iofopen.c, iopopen.c: Be
2245         consistent about protecting #include <stdlib.h>.
2247         * ioputs.c: Add #include <string.h>, to avoid warning on alpha.
2249         * iofdopen.c: Add #include <stdlib.h>, so that malloc works on
2250         machines where sizeof(int) != sizeof(void *).
2252 Mon May 30 17:26:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2254         * pfstream.cc (ipfstream::ipfstream, opfstream::opfstream):
2255         Reverse sense of test of return value of procbuf::open.
2256         (It returns NULL on failure.)
2258         * filedoalloc.c (_IO_file_doallocate):  Remove dead code for
2259         USE_MALLOC_BUF.  Add code to return EOF if ALLOC_BUF fails.
2261 Sat May 28 13:47:47 1994  Jason Merrill  (jason@deneb.cygnus.com)
2263         * iomanip.cc: Explicitly instantiate smanip<int> and
2264         smanip<ios::fmtflags>.
2266 Wed May 25 16:04:12 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2268         * strfile.h:  Use __P instead of _PARAMS.
2270 Fri May 20 11:42:17 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2272         * libio.h: Rename _PARAMS macro to __P for better glibc and BSD
2273         compatibility.  (Also define _PARAMS for backwards compatibility.)
2274         * cleanup.c, iolibio.h, ioperror.c, iovfprintf.c, iovfscanf.c,
2275         libioP.h: Use __P instead of _PARAMS.
2276         * iostdio.h: Use __P instead of _ARGS.
2278         * fileops.c (_IO_file_read):  Minor stylistic tweak.  (It is
2279         preferable to test errno *after* the error return.)
2281 Fri May 13 15:25:36 1994  Jason Merrill  (jason@deneb.cygnus.com)
2283         * iostream.*: Add insertor and extractor for bool (just pretend
2284         it's an int).
2286 Fri May 13 14:12:03 1994  Mike Stump  (mrs@cygnus.com)
2288         * gen-params: Check for builtin bool support.
2290 Wed May 11 00:48:35 1994  Jason Merrill  (jason@deneb.cygnus.com)
2292         Make libg++ build with gcc -ansi -pedantic-errors
2293         * gen-params: #ifdef __STRICT_ANSI__, #define _G_NO_NRV.
2294         * pfstream.cc (ipfstream::ipfstream): Wrap use of variable-size
2295         array in #ifndef __STRICT_ANSI__.
2297 Fri May  6 12:42:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2299         * Makefile.in (VERSION):  Increase to 0.64.
2301         * isgetline.cc (istream::getline):  The delimiter should *not*
2302         be included in the gcount().
2304         * filedoalloc.c:  #include <stdlib.h> (If __STDC__) to get malloc.
2305         * iostream.h (ostream::put):  Remove overloaded versions, to match
2306         new working paper.  (Actually just put inside _STREAM_COMPAT, for now.)
2308 Tue May  3 14:14:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2310         * genops.c (_IO_default_finish):  Make robust when called
2311         multiple times on the same _IO_FILE*.  (One way this can
2312         happen is by the builtinbuf destructor being followed by the
2313         streambuf destructor.)
2315 Mon May  2 13:55:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
2317         * gen-params: Actually determine wint_t rather than depending on
2318         cpp to provide it or defaulting to the underlying type for
2319         wchar_t.
2321 Sat Apr 30 14:47:30 1994  Jason Merrill  (jason@deneb.cygnus.com)
2323         * gen-params: Add _G_wint_t, allow __*_TYPE__ to override values
2324         at compile time, fix definition of _G_ARGS.
2326 Fri Apr 29 16:55:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2328         * libio.h: Remove #pragma interface.  (There is no implementation.)
2330 Mon Mar 28 14:22:26 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2332         * iostream.cc (ostream::operator<<(double)):  Add/fix support
2333         for printing '+' when ios::showpos is set.
2334         (Fixes bug reported by Doug Moore <dougm@cs.rice.edu>.)
2335         * iostream.cc (istream::read):  Set eofbit as well as failbit on eof.
2336         * iostream.cc (ostream::operator<<(int)):  Fix conversion
2337         to unsigned (used to lose on INT_MIN).
2338         * iostream.cc (ostream::operator<<(long)):  Use (unsigned long),
2339         rather than (unsigned) for temporary.
2341         * config.shared, Makefile.in:  Remove definitions and uses
2342         of XTRAFLAGS.  It is no longer needed, since it is
2343         now implied by the -B flag.
2345 Fri Mar 25 00:31:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
2347         * builtinbuf.h: Add put /**/ around comment on trailing #endif.
2349         * Makefile.in (c++clean): Make clean in tests subdir, too.
2351 Wed Mar 23 16:42:09 1994  Doug Evans  (dje@canuck.cygnus.com)
2353         * configure.in: Remove Makefile.tem before creating it.
2354         Needed when configuring from read-only source trees.
2356 Wed Mar 16 14:06:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2358         * stdstreams.cc:  Fix so that stdiobuf are used for cin/cout/cerr,
2359         unless _STDIO_USES_IOSTREAM is defined.
2360         * filebuf.cc (filebuf::setbuf):  Fix confusion about return
2361         value from _IO_file_setbuf.
2363 Sun Mar 13 00:54:12 1994  Paul Eggert  (eggert@twinsun.com)
2365         * config.shared: Ensure that `all' precedes `.PHONY';
2366         BSDI 1.1 needs this.
2368 Sat Mar 12 03:58:00 1994  Paul Eggert  (eggert@twinsun.com)
2370         * config.shared: Output a definition of INSTALL that uses
2371         $${rootme}, not ${rootme}.  Most `make's don't care, but BSDI
2372         1.1 `make' does.
2374 Fri Mar  4 17:33:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2376         * iopopen.c:  #define _POSIX_SOURCE.
2377         * isgetline.c (istream::getline):  Various fixes.
2379 Thu Mar  3 17:58:20 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2381         * iostream.cc (write_int):  Fix test for when to add initial '0'
2382         when ios::oct and ios::showbase are set.
2383         For hex, showbase adds initial 0x (or 0X) regardless of val==0.
2384         Bugs reported by Phil Roth <proth@cs.uiuc.edu>.
2386 Mon Feb 21 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
2388         * libio.h (_IO_PENDING_OUTPUT_COUNT(_fp)): return the
2389         pending output count in _fp.
2391 Fri Feb 25 09:26:57 1994  Ian Lance Taylor  (ian@cygnus.com)
2393         * gen-params: For HAVE_SYS_WAIT, compile dummy.c, not dummy.C.
2395 Tue Feb 22 11:19:09 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2397         * streambuf.h, genops.c, libioP.h:  Rename references to
2398         _IO_FILE fields other_gbase => _IO_save_base,
2399         _aux_limit => _IO_backup_base, and _other_egptr => _IO_save_end.
2400         * libio.h:  Remove no-longer needed macros _other_gbase,
2401         _aux_limit, and _other_egptr.
2402         * genops.c (__underflow, _IO_default_finishh, _IO_unsave_markers):
2403         Check _IO_save_base for NULL before FREEing it or calling
2404         _IO_free_backup_area.
2406 Thu Feb 17 15:26:59 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2408         * gen-params:  Improve deduction of _G_uint32 and _G_int32.
2409         Should now work for 16-bit, 32-bit, or 64-bit targets.
2410         * gen-params:  Check for sys/wait.h using ${CC}, since it's
2411         now used in a C file, not a C++ file.
2412         * floatconv.c:  Typedef _G_uint32_t as unsigned32, and use
2413         unsigned32 in place of unsigned long.  (Needed for Alpha.)
2415 Tue Feb  8 13:40:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2417         * fileops.c (_IO_file_close_it):  Simplify by using _IO_do_flush.
2418         * fileops.c (_IO_file_finish):  Don't call _IO_file_close_it -
2419         do it inline.  Call _IO_do_flush even if _IO_DELETE_DONT_CLOSE.
2420         * fileops.c (_IO_file_attach):  Set _IO_DELETE_DONT_CLOSE.
2421         * genops.c (_IO_flush_all):  Only call overflow if there is
2422         something to write.
2423         * iofclose.c (_IO_fclose):  Check that magic number is correct,
2424         and clear it when done.  Avoids crashing some buggy applications.
2425         * iogetline.c (_IO_getline):  Don't gratuitously increment old_len.
2426         * iogets.c (_IO_gets):  Take care to get required ANSi semantics.
2428 Sun Feb  6 19:50:39 1994  Jason Merrill  (jason@deneb.cygnus.com)
2430         * iomanip.cc: Explicitly instantiate operator<< and >>.
2432 Fri Feb  4 12:28:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
2434         * config.shared (CXXFLAGS): Use -fexternal-templates.
2436         * iomanip.h: Uncomment #pragma interface.
2438 Thu Jan 20 13:48:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2440         If no characters are read by fgets, ANSI C doesn't allow '\0' to
2441         be written to the buffer, but it is required by ANSI C++
2442         for istream::get and istream::getline.  Both use _IO_getline ...
2443         * iogetline.c (_IO_getline):  Don't write a '\0' at the end
2444         of the read data.  The input buffer length does not include
2445         space for a '\0'.
2446         * iofgets.c, iogets.c:  Change appropriately.
2447         Also check for _IO_ERR_SEEN, as required by ANSI.
2448         * isgetline.cc:  Update accordingly.
2450 Mon Jan 17 13:24:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
2452         * Makefile.in (c++clean): Added target for compiler testing
2453         (i.e. make c++clean all).
2455 Mon Jan 10 11:20:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2457         * libio.h (_IO_putc):  Add parentheses.
2458         Patch from Rik Faith <faith@cs.unc.edu>.
2460 Tue Jan  4 01:32:28 1993  Hongjiu Lu (hjl@nynexst.com)
2462         * genops.c (_IO_default_xsputn):
2463           (_IO_default_xsgetn):
2464         * ioignore.c: change "_IO_size_t count" to
2465           "_IO_ssize_t count".
2466         * iogetline.c: change "_IO_size_t len" to
2467           "_IO_ssize_t len".
2469 Mon Dec 20 00:31:21 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2471         * config.shared (CXXINCLUDES):  Fix quoting of $(NOSTDINC).
2473 Sun Dec 19 21:03:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2475         * Makefile.in (VERSION):  Increase to 0.63.
2477 Fri Dec 17 13:02:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2479         * iofread.c (_IO_fread):  Return 0 if either size or count is 0.
2480         * iofwrite.c (_IO_fwrite):  Return 0 if either size or count is 0.
2481         (This is consistent with fread, and most implementations, but not
2482         with a literal reading of the ANSI spec.)
2483         * iovfscanf.c (_IO_vfscanf):  If got EOF while skipping spaces,
2484         set seen_eof and break (instead of returning).
2485         * sbscan.cc (streambuf::vscan):  Set error state before returning.
2486         * streambuf.h:  Add a forward declarations for class istream
2487         to work around a g++ vtable name mangling bug.  (Patch from
2488         harry@pdsrc.hilco.com via Jeffrey A Law <law@snake.cs.utah.edu>.)
2489         * NEWS:  New file.
2491 Sat Dec 11 16:21:08 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2493         * iovfprintf.c (struct helper_file, _IO_helper_overflow,
2494         helper_vfprintf, _IO_helper_jumps):  New structs and functions.
2495         (_IO_vfprintf):  Use helper_vfprintf to make printing to
2496         unbuffered files more efficient.
2497         * genops.c (_IO_default_underflow), libioP.h:  New function.
2499         * iovsscanf.c (_IO_vsscanf):  The input string's length marks
2500         its logical end-of-file.
2502 Wed Dec  8 13:20:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2504         * indstream.cc (indirectbuf::sync()):  Don't crash if get_stream()
2505         or put_stream() are NULL;  sync() both streams even if error.
2507 Sun Dec  5 19:24:29 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
2509         * iostreamP.h (convert_to_seekflags): Use _IO_seek_set instead of
2510         0 inside the conditial expressions.
2512         * iofsetpos.c (_IO_fsetpos): Delete unused var `pos'.
2514 Sat Dec  4 15:57:26 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2516         * filedoalloc.c (_IO_file_doallocate):  Change type of couldbetty
2517         to int, and type of size to _IO_size_t, instead of size_t.
2518         (Change needed for Ultrix, which incorrectly deliberately doesn't
2519         define size_t in <sys/types.h> if _POSIX_SOURCE is defined.)
2521 Thu Dec  2 22:43:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2523         * fileops.c (_IO_file_finish):  Remove redundant call to _IO_un_link.
2524         * iofclose.c (_IO_fclose):  Don't call fp->_jumps->__close;  it's
2525         too low-level.  Instead call _IO_file_close_it.
2526         * dbz/Makefile.in (rclean, distclean):  Add some missing files.
2528 Wed Dec  1 13:19:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2530         * config/hpux.mt (MATH_H_INLINES): No longer define.
2531         Patch from Jeffrey A Law <law@snake.cs.utah.edu>.
2533 Fri Nov 26 13:28:36 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2535         * config.shared (CINCLUDES):  Define default if libg++.
2536         * iofread.c:  Use _IO_sgetn.c.
2537         * iolibio.h (_IO_clearerr):  Fix typo.
2538         * genops.c (_IO_seekmark):  Return 0 on success.
2539         * floactconv.c (Binit):  Change to static.
2540         * iofclose.c (_IO_fclose):  Check if file is _IO_stdin, _IO_stdout,
2541         or _IO_stderr;  if so don't try to free it.  Fix from hjl@nynexst.com.
2543         * genops.c (_IO_default_sync), libioP.h:  New function.
2544         * libioP.h (_IO_default_close):  Use _IO_default_sync -same interface.
2546         * Makefile.in:  Increase version to 0.62.
2547         * iopopen.c (_IO_proc_close):  Use waitpid (available in libibarty,
2548         if needed), rather than wait.  Don't block/ignore SIGINT etc,
2549         as this is counter to Posix.2.
2550         * iopopen.c:  Chain open proc_files, and have the child close
2551         the ones that are open (as required by Posix.2).
2553         * fstream.h (fstreambase::rdbuf), strstream.h (strstreambase
2554         ::rdbuf):  Call ios::rdbuf() instead of getting _strbuf directly.
2556         * sbscan.cc (streambuf::vscan):  Comment out duplicate default arg.
2557         * floatconv.c:  Recognize Alpha and i860 as little-endian.
2558         * streambuf.cc:  Return two bogus value returns from void functions.
2559         * iolibio.h, iofwrite.c:  Fix buffer type to (const void*).
2560         * libio.h:  Predefine of struct _IO_FILE to help non-g++-compilers.
2561         * libioP.h, pfstream.cc, stdfiles.c, iovfscanf.c: Cleanup syntax junk.
2562         * stdstreams.cc:  Minor simplification.
2563         * streambuf.h, builtinbuf.cc:  Add non-const ios::_IO_fix_vtable()
2564         for temporary binary compatibility.
2566         * filedoalloc.c, fileops.c:  Add _POSIX_SOURCE.
2567         * fileops.c, iofopen.c, iofputs.c, iostream.cc, strops.c,
2568         strstream.cc, genops.c:  Add some missing #includes.
2569         * iofopen.c, iofdopen.c:  Return NULL if malloc fails.
2570         * iovfscanf.c:  Fix return type in strtol prototype.
2571         * fwrite.c:  Remove bogus file.
2573 Wed Nov 17 14:09:42 1993  Per Bothner  (bothner@cygnus.com)
2575         * builtinbuf.cc (ios::_IO_fix_vtable), streambuf.h:  Make method
2576         const, to reduce problems with -Wcast-qual.
2578 Tue Nov 16 19:30:42 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2580         * config.shared (CXXINCLUDE): use ${} instead of $() for NOSTDINC
2582 Tue Nov 16 14:15:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2584         * iopopen.c (_IO_proc_close):  Re-structure to avoid
2585         declarations after statements.
2586         * floatconv.c:  If not __STDC__, #define DBL_MANT_DIG.
2587         * config/isc.mt (G_CONFIG_ARGS): Remove bogus spaces.
2588         Patch from David A. Avery <daa@nic.cerf.net>.
2590 Tue Nov 16 15:58:31 1993  Mark Eichin  (eichin@cygnus.com)
2592         * Makefile.in (_G_config.h): explicitly use $(SHELL) to run
2593         gen-params, since we know it is a script (we're explicitly looking
2594         in ${srcdir} for it) and /bin/sh might not be good enough.
2596 Mon Nov 15 13:26:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2598         * builtinbuf.cc:  Don't depend on initialization of static
2599         variable builtinbuf::vtable, since that might happen after
2600         we need it (for a static constructor).  Instead, initialize
2601         it when needed by inlining the code from get_builtin_vtable
2602         into ios::_IO_fix_vtable().
2604         * floatconv.c:  Avoid using #elif, which some C compilers lack.
2605         * iogetline.c, libioP.h:  Make char parameter be int, to avoid
2606         some default promotion anomalies.
2608 Fri Nov  5 11:49:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2610         * config.shared (do-clean-dvi):  Remove TeX work files.
2611         * iopopen.c (extern _IO_fork):  Don't use parameter type void.
2612         * strops.c (_IO_str_init_static):  Clear the allocate_buffer
2613         function pointer, to mark the strfile as being static.
2614         Bug fix from Mike Raisbeck <mike@pudding.rtr.COM>.
2616 Thu Nov  4 10:44:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2618         * filebuf.cc (filebuf:): Use sseekoff rather than seekoff
2619         (which loses if vtable pointer is NULL).
2621         * iostream.cc (ostream::operator<<(long long n)):  Fix thinko.
2623         * Makefile.in (VERSION):  Increase to 0.60.
2624         * Makefile.in (IO_OBJECTS):  Added iopopen.o.
2625         * config.shared (DISTCLEAN):  Also remove Make.pack.
2626         * config.shared (CXXINCLUDES):  Add $(NOSTDINC).
2628         * config.shared (INSTALL):  Fix so it ues the correct install.sh
2629         whether $srcdir is absolute or relative.
2631         * floatconv.c (DBL_MAX_10_EXP): Fix default value.
2633 Wed Nov  3 10:20:49 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2635         * gen-params:  Make more robust to allow random junk (NeXT
2636         has spaces) before typedefs.
2638         * fileops.c (_IO_file_overflow):  Reduce code duplication.
2639         * Makefile.in (IO_OBJECTS):  Remove ioputs.o.
2641         * iovfscanf.c, libio.h:  Extra parameter to _IO_vfscanf,
2642         for optionally setting an error indication..
2643         * iofscanf.c, ioscanf.c, iofscanf.c, iovsscanf.c:  Fix calls to
2644         _IO_vfscanf to pass an extra NULL.
2645         * sbscan.cc (streambuf::vscan):  If passed an extra stream,
2646         set its error state (using new _IO_vfscanf parameter.
2648         * filedoalloc.c, fileops.c, genops.c, iogetline.c, ioignore.c,
2649         libio.h, libioP.h, streambuf.cc streambuf.h, strfile.h, strops.c,
2650         strstream.cc:  Replace macros (_base, _ebuf, _eback, _gptr, _egptr,
2651         _pbase, _pptr, _epptr) by field names (_IO_buf_base, _IO_buf_end,
2652         _IO_read_base, _IO_read_pre, IO_read_end, _IO_write_base,
2653         _IO_write_ptr, _IO_write_end).
2654         * libio.h:  Remove the old macros (which fixes a conflict.
2656 Mon Nov  1 15:22:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2658         * iostream.cc:  Use _IO_sputn instead of sputn.  _IO_sputn does
2659         not require a vtable pointer, and is also slightly faster.
2661         * builtinbuf.{h,cc} (builtinbuf::setbuf):  Fix return and
2662         parameter types.
2664 Mon Oct 25 12:56:33 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2666         Kludge to make sure _IO_FILE buffers get flushed before exit.
2667         * dbz/dbzmain.c, dbz/fake.c, dbz/byteflip.c:
2668         Invoke DBZ_FINISH macro (if defined) before (normal) exits.
2669         * dbz/Makefile.in (CFLAGS):  Define DBZ_FINISH to call _IO_flush_all.
2671 Sat Oct 23 22:10:53 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2673         * Makefile.in (VERSION):  Set to 0.60 for libg++ release.
2674         * fileops.c (_IO_file_attach):  Set _offset to _IO_pos_BAD.
2675         * iostream.cc (ostream::flush):  Fix thinkp.
2676         * editbuf.cc, isgetsb.cc, isscan.cc, osform.cc, parsestream.cc,
2677         pfstream.cc, sbform.cc, sbscan.cc, stdstreams.cc, stream.cc:
2678         Replace #include "ioprivate.h" by #include "libioP.h" (and
2679         sometimes stdarg.h, stdlib.h and/or string.h).
2680         * ioprivate.h:  Removed.
2683 Thu Oct 21 19:24:02 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2685         * PlotFile.h, SFile.h, editbuf.cc, editbuf.h, filebuf.cc,
2686         fstream.cc, fstream.h, indstream.cc, indstream.h, iomanip.cc,
2687         iomanip.h, ioprivate.h, iostream.cc, iostream.h, isgetline.cc,
2688         isgetsb.cc, parsestream.cc, parsestream.h, pfstream.cc,
2689         pfstream.h, procbuf.cc, procbuf.h, stdiostream.cc, stdiostream.h,
2690         stdstreams.cc, streambuf.cc, streambuf.h, strstream.cc,
2691         strstream.h:  Remove old (duplicate) copyright notices.
2693         * iostream.cc:  Fix calls to sync() to be safe in the presence
2694         of vtable-less streambufs.
2696 Wed Oct 20 15:22:04 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2698         * streambuf.h (streambuf::underflow, streambuf::overflow):
2699         Don't make virtual functions pure.
2700         * streambuf.cc (streambuf::underflow, streambuf::overflow):
2701         Default definitions (return EOF).
2702         * fstream.h:  Add new (int fd, char* buf, int len) constructors.
2703         These are deprecated, but added for AT&T compatibility.
2704         * fstream.cc fstreambase::fstreambase(int fd, char *p, int l): New.
2706 Thu Oct 14 14:57:01 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2708         * configure.in: use 'mv -f' instead of 'mv'
2710 Tue Oct 12 05:01:44 1993  Mike Stump  (mrs@cygnus.com)
2712         * floatconv.c: Fix typo, change __STDC to __STDC__.
2714 Mon Oct 11 17:03:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2716         * cleanup.c:  It should be #if _G_HAVE_ATEXIT, not #ifdef.
2718         * floatconv.c, iostrerror.c, iovfprintf.c, iovfscanf.c, libioP.h:
2719         Bunch of fixes to allow use of non-ANSI (K&R) C compilers.
2721         * Makefile.in (iostream.list):  Use CC=$(CXX) to force use of gcc.
2722         * README:  New file.
2724 Fri Oct  8 16:19:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2726         * Makefile.in:  Move ioungetc.o from STDIO_WRAP_OBJECTS to
2727         IO_OBJECTS (since it is needed for iovfscanf.c).
2728         * iostrerror.c:  Add declaration of strerror.
2730 Thu Oct  7 12:02:28 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2732         * cleanup.c:  New file, to cause flushing at exit.
2733         * filedoalloc.c:  Cause flushing on exit.
2734         * Makefile.in (OSPRIM_OBJECTS):  Add cleanup.o.
2735         * gen-params:  Check for atexit.
2737 Tue Oct  5 19:11:14 1993  Mike Stump  (mrs@cygnus.com)
2739         * ioperror.c (_IO_strerror): Add missing ()s in _PARAMS usage.
2741 Tue Oct  5 10:33:37 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2743         * iofprintf.c, iofscanf.c, ioprintf.c, ioscanf.c, iosprintf.c,
2744         iosscanf.c:  Remove bogus semi-colon after va_dcl.
2745         * ioperror.c:  Fix typos in declaration.
2747 Mon Oct  4 17:12:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2749         * configure.in (CLEAN):  Define (as _G_config.h *.a).
2751         * fileops.c (_IO_file_read):  Don't assume EINTR is defined.
2752         * iosetbuf.c:  Replace by generalized ...
2753         * iosetbuffer.c:  ... variant, derived from BSD.
2754         * Makefile.in (STDIO_WRAP_OBJECTS):  Change correspondingly.
2755         * iosetvbuf.c (iosetvbuf):  Minor ANSI tweak.
2756         * iostdio.h (setbuf, setlinebuf):  New #defines.
2757         * iolibio.h (_IO_setbuf, _IO_setlinebuf):  (Re-)define as macros.
2758         * Makefile.in (LIBIO_OBJECTS):  New macro.
2760 Tue Sep 28 14:15:52 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2762         * libioP.h (_IO_proc_open, _IO_proc_close): Add missing return types.
2763         * procbuf.cc:  Belated fixes.
2765 Mon Sep 27 14:04:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2767         * Makefile.in: List new files.  Add STDIO_WRAP_OBJECTS macro.
2768         * floatconv.c (d2b):  Use Exp_msk11 instead of Exp_msk1.
2769         * iofgetpos.c (_IO_fgetpos), iofsetpos.c (_IO_fsetpos):  Clean up.
2770         * iolibio.h:  New file.  Declarations of _IO_foo, for most foo
2771         where foo is a stdio function.  (Remove these from libio.h.)
2772         * iostream.h (istream::istreambuf, ostream::ostreambuf):  Move
2773         obsolete functions inside #ifdef _STREAM_COMPAT.
2774         * libio.h, libioP.h, streambuf.h, parsestream.h, stdiostream.h:
2775         Use _IO_fpos_t rather than _IO_pos_t.
2776         * iopopen.c:  New file type, for pipe (popen-like) streams.
2777         * procbuf.cc:  Now just a C++ wrapper for the files in iopopen.c.
2778         * streambuf.h (ios::unsetf):  Return complete old value of flags.
2779         * iogets.c (_IO_gets(), ioungetc.c (_IO_ungetc), ioperror.c
2780         (_IO_perror), iostrerror.c (_IO_strerror):  New files and
2781         functions, for stdio implementation.
2782         * iostdio.h:  Add declarations for various recently-added functions.
2784 Sun Sep 12 14:24:55 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2786         * streambuf.h (ios::showpos):: Fix typo.
2788 Fri Aug 27 12:05:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2790         * iopadn.c (_IO_padn):  Change to return count of chars written.
2791         * outfloat.c, iovfprintf.c:  Change for new _IO_padn interface.
2792         * iostream.cc (ostream::operator<<):  Make sure to set badbit
2793         on a failure (many places).  Use _IO_padn more.
2794         * iostream.cc (ostream& ostream::operator<<(const void *p):  Move to
2795         * osform.cc:  ... here, to reduce linking-in-the-world syndrome.
2796         * osform.cc: Use rdbuf(), instead of _strbuf directly.
2798         * genops.c (_IO_sgetn), libio.h:  New function.
2799         * streambuf.h (streambuf.h::sgetn):  Use _IO_sgetn.
2800         * SFile.cc (SFile::operator[]):  Use sseekoff, not seekoff.
2802 Thu Aug 26 10:16:31 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2804         * config.shared (SUBDIRS): only recurse if the directory is configured
2806 Wed Aug 25 12:56:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2808         * config/{hpux.mt, isc.mt, sco4.mt}:
2809         Moved from ../libg++/config (since they affect _G_config.h).
2810         * configure.in:  Set target_make_frag to one of the above files.
2812 Fri Aug 20 00:53:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2814         * iofopen.c (iofopen):  Fix type passed to _IO_un_link().
2815         * Makefile.in (_G_config.h):  Pass $CC (not $CXX) as CC.
2817         * configure.in (configdirs):  Add dbz and stdio.
2818         * fileops.c (_IO_file_seekoff):  Convert more old functionality.
2819         * iofdopen.c:  Use mode parameter to set _flags.
2820         * iofscanf.c, ioputs.c, ioscanf.c, iosprintf.c:  New files.
2821         * Makefile.in (IO_OBJECTS):  Added new objects.
2822         * iostdio.h:  Add feof. fscanf, puts, sprintf, vsprintf.
2823         * libio.h:  Add _IO_vprintf macro.
2824         * iofopen.c:  Invoke _IO_un_link if failure.
2825         * iovsprintf.c:  Write terminating NUL.
2827         * libioP.h:  Add COERCE_FILE macro (by default does nothing).
2828         * iofclose.c, iofflush.c, iofgets.c, iofprintf.c, iofputs.c,
2829         iofread.c, ioftell.c, iofwrite.c, iosetbuf.c, iosetvbuf.c:
2830         Invoke COERCE_FILE macro.
2831         * ioftell.c:  Use _IO_seekoff.
2833 Wed Aug 18 22:49:56 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2835         * sbform.cc (streambuf::form), sbscan.cc (streambuf::scan):
2836         Remove cast to _IO_va_list.  (Loses if array type.)
2838         * libio.h:  Handle _IO_va_list for systems that need <stdarg.h>.
2839         * floatconv.h:  Fix typo (reported by H.J.Lu).
2841 Wed Aug 18 19:34:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2843         * configure.in (INSTALLDIR): handle native vs. cross case
2845         * Makefile.in (install): don't use $TARGETLIB, set INSTALLDIR to
2846         $(libdir)
2848 Wed Aug 18 12:10:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2850         * Makefile.in:  Rename iostream-files to iostream.list.
2851         * configure.in:  Add iostream.list to MOSTLYCLEAN.
2853 Tue Aug 17 18:56:59 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2855         * Makefile.in:  Depend on _G_config.h where appropriate.
2856         * config.shared (CXXINCLUDES):  If doing libg++, search ../libio.
2858 Tue Aug 17 17:34:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2860         New directory.  Based on old libg++/iostream code,
2861         but extensively re-written.