Add match_insn2; Fix prototype in loop.c
[official-gcc.git] / libio / ChangeLog
blob3c07e25d95da2eb9be61718bb68df71ba3bb9011
1 Sun Apr 19 22:13:36 1998  H.J. Lu  (hjl@gnu.org)
3         * isgetline.cc (istream::get): Fix a typo.
5 Thu Mar  5 09:23:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7         * configure.in: Make locating frag files failsafe even for the
8         special case if configuring and building in srcdir.
10 1998-02-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12         Changes for _G_IO_IO_FILE_VERSION == 0x20001:
13         * libioP.h (_IO_showmanyc_t, _IO_SHOWMANYC, _IO_imbue_t,
14         _IO_IMBUE): New definitions.
15         (struct _IO_jump_t): Add __showmanyc and __imbue fields.
16         (_IO_file_fopen): Add new fourth argument.
17         * filebuf.cc (filebuf::open): Pass new fourth argument to
18         _IO_file_fopen.
19         * iolibio.h (_IO_freopen): Likewise.
20         * streambuf.cc (streambuf::showmanyc, streambuf::imbue): New
21         functions.
22         * streambuf.h (_IO_wchar_t): Define to _G_wchar_t.
23         (ios::fill): Remove casts.
24         (struct streambuf): Add showmanyc and imbue members.
26         * iostream.cc (ostream::operator<<(double n)) [__GLIBC_MINOR__ >=
27         1]: Initialize new fields is_char of struct printf_info.
28         (ostream::operator<<(long double n)) [__GLIBC_MINOR__ >= 1]:
29         Likewise.
31 Sun Feb 22 17:24:53 1998  Jeffrey A Law  (law@cygnus.com)
33         * config.shared: Bring back changes from Ian and Fred that were
34         accidentally clobbered.  Should eliminate the need for Dave's
35         recent change.
37 Tue Feb 17 21:56:25 1998  H.J. Lu  (hjl@gnu.org)
39         * config/linux.mt (IO_OBJECTS): Add iogetline.o.
40         * config/linuxlibc1.mt: Ditto.
42         * iogetline.c (_IO_getline_info): Renamed from _IO_getline.
43         (_IO_getline): Just call _IO_getline_info.
45         * isgetline.cc (istream::getline, istream::get, _sb_readline):
46         Call _IO_getline_info instead of _IO_getline and get the EOF
47         information.
48         * sbgetline.cc (streambuf::sgetline): Ditto.
50         * libioP.h (_IO_getline_info): New declaration.
52         * iogetline.c (_IO_getline): Handle the case when there is no
53         buffer.
55 Fri Feb 13 00:57:20 1998  Krister Walfridsson (cato@df.lth.se)
57         * fileops.c: #include <unistd.h>.
58         * ioprims.c: Likewise.
60 1998-02-10  Mark Mitchell  <mmitchell@usa.net>
62         * iostream.cc (ostream::operator<<(long double)): Don't use
63         labeled initializers.
65 Fri Feb  6 01:35:56 1998  Manfred Hollstein  <manfred@s-direktnet.de>
67         * config.shared (FLAGS_TO_PASS): Don't emit PICFLAG.
68         (.c.o): Check value of enable_shared, not PICFLAG.
69         (.C.o): Dito.
70         (.cc.o): Dito.
71         (stamp-picdir): Dito.
73 Thu Feb  5 17:41:26 1998  Dave Brolley  <brolley@cygnus.com>
75         * config.shared (LIBS): Change to -L../../libstdc++ (was -L../libstdc++)
76         if ${DOING_GPERF} is true.
78 1998-01-20  Andreas Schwab  (schwab@issan.informatik.uni-dortmund.de)
80         * iostream.cc (istream::operator>>(long double&))
81         [!_G_HAVE_LONG_DOUBLE_IO]: Scan value into separate variable, in
82         case long double is bigger than double.
83         (ostream::operator<<(double)) [_G_HAVE_PRINTF_FP]: Fix order of
84         initializers of struct printf_info to match declaration order,
85         to work around g++ bug.
86         (ostream::operator<<(long double)) [_G_HAVE_PRINTF_FP]: Likewise.
88         * gen-params: Add missing quotes.  Avoid useless use of command
89         substitution.
91 Sun Feb  1 13:29:47 1998  H.J. Lu  (hjl@gnu.org)
93         * filebuf.cc (filebuf::open): Call _IO_file_open if
94         _G_HAVE_IO_FILE_OPEN is 1.
96         * libio.h (_IO_fpos64_t, _IO_off64_t): Defined if
97         _G_IO_IO_FILE_VERSION == 0x20001.
99         * libioP.h (_IO_file_open): New declaration.
101         * libio.h (_IO_FILE, _IO_stdin_, _IO_stdout_, _IO_stderr_,
102         _IO_seekoff, _IO_seekpos): Add support for libio in glibc 2.1.
103         * libioP.h (_IO_seekoff_t, _IO_seekpos_t, _IO_seek_t,
104         _IO_seekoff, _IO_seekpos, _IO_default_seekoff,
105         _IO_default_seekpos, _IO_default_seek, _IO_file_seekoff,
106         _IO_file_seek, _IO_str_seekoff, _IO_pos_BAD, _IO_pos_as_off,
107         _IO_pos_0): Ditto.
108         * streambuf.h (streamoff, streampos): Ditto.
110         * gen-params (__extension__): Use only if gcc version >= 2.8.
112 Sun Feb  1 13:08:18 1998  Krister Walfridsson (cato@df.lth.se)
114         * dbz/dbz.c (putconf): Handle systems which use "long long" as type
115         for "off_t".
116         * dbz/dbzmain.c (mkfiles): Likewise.
118 Wed Jan 28 10:27:11 1998  Manfred Hollstein  <manfred@s-direktnet.de>
120         * config.shared (FLAGS_TO_PASS): Add gxx_include_dir.
122         * stdio/configure.in, tests/configure.in: Update with yesterday's
123         toplevel configure.in changes.
124         * testsuite/configure.in: Likewise.
126         * config.shared: Fix typo in yesterday's changes.
128 Tue Jan 27 23:26:07 1998  Manfred Hollstein  <manfred@s-direktnet.de>
130         * config.shared: Emit everything which needs to be re-definable
131         via file descriptor 1; the generic stuff is emitted using redirection
132         onto fd 2.
134         * configure.in (package_makefile_rules_frag): New variable
135         which is used in the call to config.shared; redirect file descriptor 2
136         to ${package_makefile_rules_frag}.
138 Tue Jan 27 10:35:22 1998  H.J. Lu  (hjl@gnu.org)
140         * configure.in (topsrcdir): New.
141         (CHECK_SUBDIRS, configdirs): Check ${topsrcdir}/gcc instead.
142         (config-ml.in): Use ${topsrcdir}/config-ml.in.
144         * tests/configure.in (topsrcdir): New.
145         (CHECK): Check ${topsrcdir}/gcc instead.
147 Fri Jan 16 00:48:03 1998  Manfred Hollstein  <manfred@lts.sel.alcatel.de>
149         * config.shared (FLAGS_TO_PASS): Add SHELL.
151 Thu Jan 15 00:21:58 1998  Ian Lance Taylor  <ian@cygnus.com>
153         * configure.in: For *-*-cygwin32*, add a -I for winsup to both
154         XCINCLUDES and XCXXINCLUDES.
155         * config.shared: Use ${host_includes} when setting CXXINCLUDES in
156         the DOING_LIBGXX case.
157         * Makefile.in (_G_config.h): Pass $(CINCLUDES) in CC and
158         $(CXXINCLUDES) in CXX when running gen-params.
160 Tue Jan 13 21:32:08 1998  H.J. Lu  (hjl@gnu.org)
162         * configure.in (CHECK_SUBDIRS): Set to testsuite only if
163         ${srcdir}/../gcc exists.
164         (configdirs): Include testsuite only if ${srcdir}/../gcc exists.
166         * tests/Makefile.in (check): Depend on $(CHECK).
168         * tests/configure.in (CHECK): Set to "check-iostream
169         check-stdio" if ${srcdir}/../../gcc doesn't exists.
171 Thu Jan  8 18:09:03 1998  Fred Fish  <fnf@cygnus.com>
173         * config.shared (THIS_FILE): Really found via TOLIBIO instead
174         of TOLIBCXX, which is empty when configuring gperf.
175         (LIBS): When linking gperf, find libstdc++ relative to TO_TOPDIR
176         instead of hardcoded "../".
178 1997-12-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
180         Don't make gperf depend upon libg++.
181         * config.shared (TOLIBGCXX) [DOING_GPERF]: Delete.
182         (LIBS) [DOING_GPERF]: Make it just `-L../libstdc++ -lstdc++'. 
184 Thu Dec 11 11:20:59 1997  H.J. Lu  (hjl@gnu.org)
186         * configure.in (target frags): Add *-linux-gnu.
188 Fri Dec  5 16:22:15 1997  H.J. Lu  (hjl@gnu.org)
190         * streambuf.cc (streambuf::~streambuf): Don't delete _lock
191         for _IO_stdin/_IO_stdout/_IO_stderr.
193 Thu Nov 27 01:32:43 1997  Jeffrey A Law  (law@cygnus.com)
195         * Makefile.in (install): Change gxx_includedir to gcc_include_dir.
196         * config.shared (gxx_includedir): Remove default definition.
197         * config/linux.mt: Change gxx_includedir to gxx_include_dir.
198         * config/linuxaxp1.mt: Likewise.
200 Wed Nov 26 16:08:50 1997  Richard Henderson  (rth@cygnus.com)
202         * configure.in (target frags): Add powerpc*-linux-gnulibc1.
203         (stdio-lock): Similarly.
205         * configure.in (target frags): Add alpha*-linux-gnulibc1.
206         (pic frags): Its alpha*- not alpha-.
207         (stdio-lock): Kill everything.  Add alpha*-linux-gnulibc1.
208         * libio.h: Check __GLIBC_MINOR__ to find stdio-lock.h.  If not
209         _IO_MTSAFE_IO & GLIBC, make sure the lock pointer is still there.
210         * libioP.h: Check __GLIBC_MINOR__ to find libc-lock.h.
212         * config/linuxaxp1-libc-lock.h: New file.
213         * config/linuxaxp1-stdio-lock.h: New file.
214         * config/linuxaxp1.mt: New file.
216         * gen-params (va_list): Check for and use __gnuc_va_list.
217         (NULL): Work around some linux kernel headers and redefine NULL.
219 Mon Nov 24 17:04:18 1997  Michael Meissner  <meissner@cygnus.com>
221         * stdiostream.cc (sys_read): Declare ch with int type, rather than
222         without a type.
224 Tue Nov 18 09:53:58 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
226         * stdstrbufs.cc (DEF_STDFILE): Use STD_VTABLE.
228 Tue Nov 11 01:40:17 1997  Oleg Krivosheev <kriol@fnal.gov>
230         * iomanip.h: Fix guiding decls.
232 1997-11-05  Brendan Kehoe  <brendan@lisa.cygnus.com>
234         * libio.h (__P): Name its arg `p' instead of `params'.
235         Avoids problems with an unchanged Solaris math.h header.
237 Wed Oct 29 23:01:47 1997  Jason Merrill  <jason@yorick.cygnus.com>
239         * gen-params: Override NULL.
241 1997-10-27 03:53  Ulrich Drepper  <drepper@cygnus.com>
243         * stdio-lock.h: Removed.  Was never needed.
245 Wed Oct 22 19:19:32 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
247         * libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
248         not defined.
250         * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if
251         __linux__ is defined instead of __ELF__
253         * config/linuxlibc1.mt (USER_INCLUDES): Add libio.h.
255 1997-10-15  Ulrich Drepper  <drepper@cygnus.com>
257         * configure.in: Create compatibility code in bits/libc-lock.h file.
259 Thu Oct  9 07:08:41 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
261         * libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
262         not defined.
264         * filedoalloc.c (_IO_file_doallocate): Don't call
265         _IO_cleanup_registration_needed if __linux__ is defined.
267         * iofclose.c (fclose): Make it weak alias of _IO_fclose if
268         __ELF__ is defined.
270         * iovsprintf.c (vsprintf): Make it weak alias of _IO_vsprintf
271         if __ELF__ is defined.
273         * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if
274         __ELF__ is defined.
276         * config/linuxlibc1.mt (MT_CFLAGS): Defined as -D_G_HAVE_MMAP.
277         (IO_OBJECTS): Add filedoalloc.o fileops.o genops.o iofclose.o
278         iovsprintf.o iovsscanf.o strops.o.
280 Fri Oct  3 10:13:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
282         * iostream.cc, libio.h: Convert other uses of #ifdef
283         _G_HAVE_PRINTF_FP to #if.
285 1997-10-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
287         * iostream.cc (operator<<): Use `#if _G_HAVE_PRINTF_FP', not ifdef.
289 Thu Oct  2 10:36:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
291         * gen-params: Fix __printf_fp test.
292         * config/linuxlibc1.mt (gxx_includedir): Don't define.
294 Thu Oct  2 10:36:26 1997  Ulrich Drepper  <drepper@rtl.cygnus.com>
296         * config/linuxlibc1.mt (_G_CONFIG_H): Don't define.
297         * gen-params: Add test for __printf_fp.
299 Sun Sep 28 12:09:04 1997  Mark Mitchell  <mmitchell@usa.net>
301         * iomanip.h: Use new friend <> syntax.
303 Sun Sep 28 12:04:21 1997  Jason Merrill  <jason@yorick.cygnus.com>
305         * libio.h: Don't use _IO_LOCK_T if it's not defined.
307 Fri Sep 26 20:56:41 1997
309         Based on a patch by H.J. Lu  (hjl@gnu.ai.mit.edu).
311         * Makefile.in (STDIO_OBJECTS): New. Defined as stdfiles.o.
312         (LIBIO_OBJECTS): Add $(STDIO_OBJECTS).
313         (PICFLAG): New, empty.  moved to here from config.shared.
315         * config.shared (DISTCLEAN): Add target-mkfrag.
316         (PICFLAG): Removed.
318         * configure.in (*-linux-gnulibc1): Remove warning.
319         (*-linux-gnu): Use linux.mt mtsafe.mt.
320         (alpha-*-linux*): Use mh-elfalphapic.
322         * gen-params (_G_ullong): Also check unsigned long long int.
323         (_G_llong): Also check long long int.
325         * libio.h (_IO_lock_t): Add support for the Linux libc 5.
326         (_IO_peekc): Defined as _IO_peekc_unlocked if _IO_MTSAFE_IO
327         is not defined.
329         * iostream.cc (__cvt_double): Fix a typo in declaration.
330         (info): Use expr != 0 to initialize the bit fields. Don't
331         initialize "extra" for the Linux libc 5.
333         * streambuf.h (_G_NEED_STDARG_H): Changed from _IO_NEED_STDARG_H.
335         * config/linux.mt (STDIO_OBJECTS): New, empty.
336         (MT_CFLAGS): Removed.
338         * config/linuxlibc1.mt: Rewrite.  it's identical to linux.mt but
339         IO_OBJECTS mentions files not in early libc5 versions.
341         * config/mtsafe.mt: New.
343         * dbz/Makefile.in (check): Support make -j.
345         * tests/tFile.cc (tempfile): Fix a typo.
347 1997-09-19 11:52  Jim Wilson  <wilson@cygnus.com>
349         * Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.
351 1997-09-17 04:08  Ulrich Drepper  <drepper@cygnus.com>
353         * iostream.cc: Add forward declaration for __cvt_double.
354         * libio.h: Define _IO_USE_DTOA is _G_HAVE_PRINTF_FP is not defined.
355         * strops.c (_IO_str_count): Correct last change.
357 1997-09-17 02:50  Ulrich Drepper  <drepper@cygnus.com>
359         * libioP.h: Define __set_errno if not already defined.
361 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
363         * config/linux.mt: Rewrite for use with glibc 2.
364         * config/linuxlibc1.mt: Old content of linux.mt, fir libc4 and
365         libc5.
367         * config.shared (COMPILE.c): Allow new flags in MT_CFLAGS be
368         passed.
369         (COMPILE.cc): Likewise.
371         * configure.in (*-linux*): Remove goal.  We now have...
372         (*-linux-gnulibc1): For libc4 and libc5.  Emit warning.
373         (*-linux-gnu)): For glibc 2.
374         Create links to find headers for multi-threading if necessary.
376         * fileops.c: Make thread-safe by using _IO_cleanup_region_start
377         etc to handle cancelation.  Acquire locks in functions which are
378         called directly.
379         (_IO_file_read, _IO_file_write): Remove dead code.
381         * include/empty.h: Define stub macros for locking.
383         * iolibio.h: Add prototypes for obstack printing functions.
385         * ioseekoff.c (_IO_seekoff): Lock stream before working.
386         * ioseekpos.c (_IO_seekpos): Likewise.
388         * iostream.cc: Add support for long double I/O.
389         Use __printf_fp from glibc is available.
390         Use _IO_cleanup_region_start to handle cancelation correctly.
391         * iostream.h (class ostream): Change opfx and osfx to lock/unlock
392         stream
393         (class istream): Likewise for ipfx, ipfx0, ipfx1, and isfx.
394         Declare new function lock and unlock for ostream and istream.
395         * osform.cc: Use _IO_cleanup_region_start to handle cancelation
396         correctly.
398         * libio.h: Update from glibc version.  Pretty printing.
399         * libioP.h: Likewise.
401         * outfloat.c: Only compile if _IO_USE_DTOA is defined.
403         * stdio/feof.c: Make thread safe.
404         * stdio/ferror.c: Likewise.
405         * stdio/getc.c : Likewise.
406         * stdio/putc.c : Likewise.
407         * stdio/stdio.h: Declare function of thread-safe API.
409         * stdio/obprintf.c: New file.
410         * stdio/vasprintf.c: New file.
412         * stdio-lock.h: Removed.
414         * stdstrbufs.c: Add definitions for thread-safe streams.
416         * streambuf.cc: Initialize lock.
418         * strops.c (_IO_str_count): Undo last change.
420         * tests/tFile.cc: Support parallel builds by avoiding fixed
421         name for test file.
423 Thu Sep 11 18:43:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
425         * Makefile.in (iostream.list): Remove STDIO_WRAP_OBJECTS.
427 Mon Sep  8 01:30:27 1997  Weiwen Liu    <liu@hepunix.physics.yale.edu>
429         * libio.h: Fix typo.
431 Sun Sep  7 23:00:18 1997  Jim Wilson  (wilson@cygnus.com)
433         * linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio.
435 Fri Sep  5 09:58:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
437         * Makefile.in (iostream.list): Instead of adding stdio.list, add
438         STDIO_WRAP_OBJECTS.
439         (iostream.list): Lose dependency on stmp-stdio, not necessary for
440         our stuff.  The stdio stuff is present here just for uniformity
441         with glibc.
443 Thu Sep  4 17:26:22 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
445         * parsestream.cc (general_parsebuf): Cast return of malloc to char*.
447 1997-09-04 16:11  Ulrich Drepper  <drepper@cygnus.com>
449         Change compared to version initially intended to in:
450         * strops.c (_IO_str_count): Still use _IO_write_ptr, not
451         _IO_write_end, for now.
453         * iofeof.c, ioferror.c, iofflush_u.c, iogetc.c, ioputc.c, peekc.c,
454         stdio-lock.h: New files.
456         * include: New dir.
457         * include/empty.h: New header.
459         * filedoalloc.c: Update and reformat copyright.
460         Don't use DEFUN.
461         Use __set_errno throughout the code to support multi-threaded
462         programs.
463         Correct layout to follow the Coding Standard.
464         Add casts to prevent warnings.
465         * fileops.c: Likewise.
466         * genops.c: Likewise.
467         * iofclose.c: Likewise.
468         * iofdopen.c: Likewise.
469         * iofflush.c: Likewise.
470         * iofgetpos.c: Likewise.
471         * iofgets.c: Likewise.
472         * iofopen.c: Likewise.
473         * iofprintf.c: Likewise.
474         * iofputs.c: Likewise.
475         * iofread.c: Likewise.
476         * iofsetpos.c: Likewise.
477         * ioftell.c: Likewise.
478         * iofwrite.c: Likewise.
479         * iogetdelim.c: Likewise.
480         * iogetline.c: Likewise.
481         * iogets.c: Likewise.
482         * iopadn.c: Likewise.
483         * iopopen.c: Likewise.
484         * ioputs.c: Likewise.
485         * ioseekoff.c: Likewise.
486         * iosetbuffer.c: Likewise.
487         * iosetvbuf.c: Likewise.
488         * iosprintf.c: Likewise.
489         * ioungetc.c: Likewise.
490         * iovsprintf.c: Likewise.
491         * iovsscanf.c: Likewise.
492         * libio.h: Likewise.
493         * libioP.h: Likewise.
494         * stdfiles.c: Likewise.
495         * strfile.h: Likewise.
496         * strops.c: Likewise.
498         * Makefile.in (IO_OBJECTS): Add peekc.o, iogetc.o, ioputc.o,
499         iofeof.o, and ioferror.o.
500         (iostream.list): Depend upon stmp-stdio.  Add the entries
501         from stdio.list to iostream.list.
502         (stmp-stdio): New name for what was the stdio/stdio.list rule.
503         All it now does is cd down into stdio and build stdio.list.
505         * configure.in (ALL): Add libiostream.a.
507         * libio.h [_IO_MTSFE_IO]: Include header declaring locking code.
508         Otherwise define opaque _IO_lock_t.
509         Define _IO_cookie_file.
510         Rename _IO_getc to _IO_getc_unlocked, _IO_peekc to _IO_peekc_unlocked,
511         _IO_putc to _IO_putc_unlocked, _IO_feof to _IO_feof_unclocked, and
512         _IO_ferror to _IO_ferror_unlocked.
513         Add prototypes for _IO_getc, _IO_putc, _IO_feof, _IO_ferror,
514         and _IO_peekc_locked.
515         Add declarations for _IO_flockfile, _IO_funlockfile, and
516         _IO_ftrylockfile.  If !_IO_MTSAFE_IO define _IO_flockfile,
517         _IO_funlockfile, _IO_ftrylockfile, _IO_cleanup_region_start, and
518         _IO_cleanup_region_end as empty macros.
520         * libioP.h: Change type of finish function to take an additional int
521         argument and change declaration of finish functions.
522         Add prototypes for _IO_seekoff and _IO_seekpos.
523         If _G_HAVE_MMAP is defined use stream buffers allocated with mmap.
524         Redefine FREE_BUF and ALLOC_BUF macros to help in both situations.
525         (FILEBUF_LITERAL): If we compile for a thread-safe library also
526         initialize lock member.
528         * filedoalloc.c: Take care for systems already defining _POSIX_SOURCE.
529         Keep name space clean on systems which require this.
530         (_IO_file_doallocate): Adopt ALLOC_BUF call for changed semantic.
532         * fileops.c: Keep name space clean on systems which require this.
533         (_IO_file_attach): Don't fail if seek failed because it's used on a
534         pipe.
535         (_IO_file_underflow): Update buffer pointers before calling `read'
536         since the `read' might not return anymore.
537         (_IO_file_overflow): If stream allows no writes set error flag.
538         (_IO_seekoff): Make sure that after flushing the file pointer in
539         the underlying file is exact.
540         (_IO_file_read): Don't restart `read' syscall if it return EINTR.
541         This violates POSIX.
542         (_IO_file_write): Likewise for `write'.
543         (_IO_cleanup): Install as exit handler in glibc.
545         * genops.c (_IO_setb): Correctly use FREE_BUF.
546         (_IO_default_doallocate): Correctly use ALLOC_BUF.
547         (_IO_init): Initialize lock in stream structure.
548         (_IO_default_finish): Destroy lock.
549         (_IO_get_column): Don't compile since it's not needed.
550         (_IO_nobackup_default): Likewise.
552         * iopopen.c: Take care for systems already defining _POSIX_SOURCE.
553         Correct _IO_fork and _IO_dup2 prototypes.
555         * iofclose.c: Acquire lock before starting the work.
556         * iofflush.c: Likewise.
557         * iofgetpos.c: Likewise.
558         * iofgets.c: Likewise.
559         * iofputs.c: Likewise.
560         * iofread.c: Likewise.
561         * iofsetpos.c: Likewise.
562         * ioftell.c: Likewise.
563         * iofwrite.c: Likewise.
564         * iogetdelim.c: Likewise.
565         * iogets.c: Likewise.
566         * ioputs.c: Likewise.
567         * iosetbuffer.c: Likewise.
568         * iosetvbuf.c: Likewise.
569         * ioungetc.c: Likewise.
571         * iofdopen.c: Create and initialize lock for new stream.
572         * iofopen.c: Likewise.
573         * iopopen.c (_IO_popen): Likewise.
574         * iovsprintf.c: Likewise.
575         * iovsscanf.c: Likewise.
577         * genops.c: Make weak aliases for various functions.
578         * iofclose.c: Likewise.
579         * iofdopen.c: Likewise.
580         * iofflush.c: Likewise.
581         * iofgetpos.c: Likewise.
582         * iofgets.c: Likewise.
583         * iofopen.c: Likewise.
584         * iofputs.c: Likewise.
585         * iofread.c: Likewise.
586         * iofsetpos.c: Likewise.
587         * ioftell.c: Likewise.
588         * iofwrite.c: Likewise.
589         * iogetdelim.c: Likewise.
590         * iogets.c: Likewise.
591         * ioputs.c: Likewise.
592         * iosetbuffer.c: Likewise.
593         * iosetvbuf.c: Likewise.
594         * ioungetc.c: Likewise.
595         * iovsprintf.c: Likewise.
596         * iovsscanf.c: Likewise.
598         * iofflush_u.c: New file.  fflush_unlocked implementation.
600         * iostream.h [_G_HAVE_LONG_DOUBLE_IO]: Declare real long double
601         output operator.
603         * peekc.c: New file.  Implement _IO_peekc_locked function.
605         * stdfiles.c: If we compile for a thread-safe library also define
606         lock variable.
608 Tue Aug 26 12:24:01 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
610         * testsuite/Makefile.in (check): Don't depend on site.exp.
611         (just-check): Depend on site.exp.
613 Wed Aug 20 02:01:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
615         * iostream.h: Add copy assignment ops for _IO_?stream_withassign.
617 Tue Jul 22 10:31:41 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
619         * config.shared (CHECK_SUBDIRS): Use install-sh, not install.sh.
621 Wed Jun 25 12:20:55 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
623         * config.shared (DOING_GPERF): Look for this, defining TOLIBGXX
624         and LIBS for it.
626 Wed Jun 18 11:03:34 1997  Bob Manson  <manson@charmed.cygnus.com>
628         * config.shared (FLAGS_TO_PASS): Don't include RUNTEST.
630 Tue Jun 17 22:23:48 1997  Bob Manson  <manson@charmed.cygnus.com>
632         * config.shared (FLAGS_TO_PASS): Pass RUNTEST and RUNTESTFLAGS.
634 Fri May 16 21:08:53 1997  Bob Manson  <manson@charmed.cygnus.com>
636         * iovfprintf.c: Declare __cvt_double before use.
638         * floatconv.c (d2b): Use _G_int32_t instead of int for the
639         e and bits parameters.
640         (_IO_strtod): Use _G_int32_t.
642         * gen-params: Look for NO_USE_DTOA and USE_INT32_FLAGS.
644         * strops.c (_IO_str_init_static): use _G_int32_t appropriately.
646         * libio.h: If _G_NO_USE_DTOA is set, then don't define
647         _IO_USE_DTOA.
649         * config/mn10200.mt: Don't use dtoa, it only works
650         for "real" doubles.
652 Thu May 15 17:44:12 1997  Bob Manson  <manson@charmed.cygnus.com>
654         * configure.in: Set CHECK_SUBDIRS to testsuite if we're doing
655         a cross compile.
657         * config.shared(check): Only run make check in the directories
658         specified by CHECK_SUBDIRS. Set CHECK_SUBDIRS to SUBDIRS
659         if it has no previous value.
661 Thu May  1 17:35:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
663         * Makefile.in (test, tpipe): Add $(CFLAGS).
665 Wed Apr 30 12:16:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
667         * configure.in: Don't turn on multilib here.
669 Sat Apr 26 13:38:21 1997  Bob Manson  <manson@charmed.cygnus.com>
671         * configure.in (configdirs): Add testsuite directory.
673         * testsuite/ChangeLog:
674         * testsuite/Makefile.in:
675         * testsuite/libio.tests/tiomanip.exp:
676         * testsuite/libio.tests/tstdiomisc.exp:
677         * testsuite/libio.tests/tiomisc.exp:
678         * testsuite/libio.tests/tFile.exp:
679         * testsuite/libio.tests/tfformat.exp:
680         * testsuite/libio.tests/tiformat.exp:
681         * testsuite/libio.tests/hounddog.exp:
682         * testsuite/libio.tests/putbackdog.exp:
683         * testsuite/configure.in:
684         * testsuite/lib/libio.exp:
685         * testsuite/config/default.exp:
686         New files for DejaGnu-style testsuite.
688 Fri Apr  4 03:16:44 1997  Ulrich Drepper  <drepepr@cygnus.com>
690         * configure.in: Enable multilibing by default.
691         Update multilib template to read config-ml.in.
693         * floatconv.c: Enable use in cross targets which use the
694         newlib ieeefp.h header.
696 Thu Jan 23 09:16:16 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
698         * libioP.h (_IO_file_attach): Delete redundant decl.
700 Tue Jan 21 22:13:45 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
702         * streambuf.h (class ios): Take out STREAMSIZE member, since we
703         only need (and should only have) the global one.
705 Tue Jan  7 14:02:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
707         * iostream.h (long long fns): Use __extension__.
709         * gen-params: Use _G_llong and _G_ullong instead of long long for
710         deduced types.
712 Fri Dec  6 13:13:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
714         * dbz/dbz.c: Use off_t.
716 Sat Nov 23 15:44:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
718         * Makefile.in (install): Don't install _G_config.h with other headers.
720 Mon Nov 18 17:12:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
722         * config.shared (SUBDIRS): Use -O instead of -O3 for debugging.
724 Sun Nov  3 12:43:34 1996  Jason Merrill  <jason@yorick.cygnus.com>
726         * iostream.cc (write_int): Treat string literals as const.
728 Thu Sep 26 10:09:18 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
730         * depend: Regenerate.
732 Wed Sep 25 22:54:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
734         * config.shared (depend.new): Deal with headers that don't end in .h.
736 Thu Aug 29 17:05:53 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
738         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
740 Mon Aug  5 01:26:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
742         * config{ure.in,.shared} (DISTCLEAN): Add multilib.out.
744 Fri Aug  2 17:39:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
746         * libio.h (NULL): Use __null.
747         * libioP.h (NULL): Ditto.
748         * streambuf.h (NULL): Ditto.
749         * ioextend.cc (get_array_element): Use NULL instead of (void*)0.
751 Fri Jul  5 18:26:41 1996  Jim Wilson  <wilson@cygnus.com>
753         * strfile.h (struct _IO_streambuf): New struct type.
754         (struct _IO_strfile): Use it.
756 Tue Jun 18 18:24:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
758         * fstream.h (fstreambase): Make __my_fb mutable.
759         From Joe Buck.
761 Tue Jun 18 11:03:53 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
763         * dbz/fake.c (main): Set return type to int.
764         * dbz/dbzmain.c (main): Likewise.
765         * dbz/byteflip.c (main): Likewise.
767 Mon Jun 17 14:05:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
769         * gen-params: Check if clog conflicts with system libraries.
770         * stdstreams.cc: If it does, use __IO_clog.
771         * iostream.h: Likewise.
773 Tue Jun 11 13:39:31 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
775         * stdiostream.h (istdiostream (FILE*)): Put istream base
776         initializer before init for __f.
777         (ostdiostream (FILE*)): Likewise for ostream base init.
779 Tue May 14 11:47:21 1996  Per Bothner  <bothner@andros.cygnus.com>
781         * strfile.h (_IO_str_fields):  Removed _len field.
782         (_IO_STR_DYNAMIC, _IO_STR_FROZEN):  new macros.
783         * strstream.h (strstreambuf::is_static):  Removed.
784         (strstreambuf::frozen):  Use _IO_STR_DYNAMIC instead of is_static.
785         * strstream.h, strstream.cc:  Remove support for !_IO_NEW_STREAMS.
786         * strstream.cc (strstreambuf::init_dynamic):  Don't set _s._len.
787         * strops.c (_IO_str_init_static):  Better handling of the
788         negative (== unbounded) size case.
789         (_IO_str_overflow, _IO_str_underflow, _IO_str_count):  Re-write
790         to not use _s._len, and otherwise cleanup/fix.
791         * strstream.h, strstream.cc (strstreambase::strstreambase()):  Call
792         ios::init here.
793         (other constructors):  Simplify - init already called.
795 Tue May 14 10:55:21 1996  Per Bothner  <bothner@deneb.cygnus.com>
797         Change so that strstreambuf default constructor does no allocation.
798         * strstream.h (strstreambuf::init_dynamic):  Default initial size = 0.
799         * strstream.cc (strstreambuf::init_dynamic):  Don't allocate a
800         buffer (yet) if initial_size is 0.
801         * strops.c (_IO_str_overflow):  Add 100 to size of re-allocated
802         buffer, to handle case when initial size is 0.
804         * iostdio.h (remove, rename, tmpfile, tempnam):  Comment out.
806 Mon May 13 23:19:39 1996  Per Bothner  <bothner@deneb.cygnus.com>
808         * fileops.c (_IO_file_close_it):  Just call _IO_do_flush rather
809         than _IO_file_sync, to avoid useless lseek.
811 Tue May 14 10:48:48 1996  Jason Merrill  <jason@yorick.cygnus.com>
813         * floatconv.c (_IO_strtod): Force rv into the stack.
815         * config.shared (gxx_includedir): Now $(includedir)/g++.
817 Sat Apr 27 02:37:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
819         * libioP.h (JUMP*): Implement for thunks.
820         (_IO_jump_t): Add second dummy field for thunks.
822 Thu Apr 25 13:20:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
824         * config.shared (CXX): Use gcc, not g++.
826 Wed Apr 24 10:29:50 1996  Doug Evans  <dje@blues.cygnus.com>
828         * config.shared (depend.new): Delete $(srcdir)/ from foo.{c,cc}
829         for SunOS VPATH.
830         * depend: Regenerated.
832 Fri Apr 19 17:24:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
834         * Version 2.8.0b3.
836 Wed Apr 10 17:16:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
838         * configure.in (ALL): Don't build iostream.a.
840 Mon Apr  8 14:44:11 1996  Per Bothner  <bothner@kalessin.cygnus.com>
842         * iosetvbuf.c (_IO_setvbuf):  Clear _IO_UNBUFFERED unless _IONBF.
844 Mon Apr  8 15:08:23 1996  Ian Lance Taylor  <ian@cygnus.com>
846         * configure.in: Permit --enable-shared to specify a list of
847         directories.
849 Fri Apr  5 17:48:56 1996  Per Bothner  <bothner@kalessin.cygnus.com>
851         * config.shared (MOSTLYCLEAN):  Also remove ${EXTRA_MOSTLYCLEAN}.
853 Fri Mar 22 23:25:00 1996 Ulrich Drepper  <drepepr@gnu.ai.mit.edu>
855         * genops.c (_IO_sputbackc, _IO_sungetc): Clear EOF flag if putsh
856         back was successful.
858 Wed Mar 27 11:54:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
860         * Version 2.8.0b2.
862 Fri Mar 22 15:39:36 1996  Per Bothner  <bothner@kalessin.cygnus.com>
864         * fileops.c (_IO_do_write):  Revert previous fix.  (It fails to
865         handle the case that fp->_IO_read_end != fp->_IO_write_base.)
866         (_IO_file_overflow):  Instead, if _IO_read_ptr is at the end of
867         the buffer, reset all the read pointers to _IO_buf_base.
869 Tue Mar 12 12:03:17 1996  Per Bothner  <bothner@kalessin.cygnus.com>
871         * fileops.c (_IO_do_write):  Even if to_do==0, must re-set buffer
872         pointers.  Bug and solution from Luke Blanshard <luke@cs.wisc.edu>.
874 Wed Feb 28 10:00:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
876         * Version 2.8.0b1.
878 Tue Feb 27 18:08:16 1996  Per Bothner  <bothner@kalessin.cygnus.com>
880         * iopopen.c (_IO_proc_open):  Use (char*)0 rather than imprecise NULL.
882         * streambuf.h (ios):  Add ios::binary;  deprecate ios::bin.
883         * filebuf.cc (filebuf::open):  Handle ios::binary.
885 Fri Feb  9 12:40:19 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
887         * cleanup.c (_IO_cleanup_registration_needed) [!_G_HAVE_ATEXIT]: Init
888         to NULL.
889         * filedoalloc.c (_IO_cleanup_registration_needed): Remove decl.
891 Thu Feb  8 08:12:50 1996  Brendan Kehoe  <brendan@cygnus.com>
893         * filedoalloc.c (_IO_cleanup_registration_needed): Revert previous
894         change, since cleanup.c only defines it if _G_HAVE_ATEXIT.
896 Wed Feb  7 15:10:17 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
898         * filedoalloc.c (_IO_cleanup_registration_needed): Declare as extern.
900 Tue Dec 12 17:21:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
902         * indstream.h, instream.cc (indirectbuf::uflow):  New method.
903         * indstream.cc (indirectbuf::underflow):  Fix to use sgetc, not sbumpc.
904         Fixes bug reported by Kevin Beyer <beyer@cs.wisc.edu>.
906         * indstream.cc (indirectbuf::seekpos):  Add paranoia test.
908 Fri Dec  8 14:55:34 1995  Per Bothner  <bothner@kalessin.cygnus.com>
910         * stream.h:  Add warning to not use these functions.
911         * stream.cc (str, chr):  Re-implement here (from libg++).
913 Tue Nov 28 15:07:01 1995  Per Bothner  <bothner@kalessin.cygnus.com>
915         * config.shared:  Use test instead of [ to avoid DEC Unix lossage.
917 Thu Nov 23 14:51:43 1995  Per Bothner  <bothner@kalessin.cygnus.com>
919         * iopopen.c: Move #include <sys/types.h> ahead of #include <signal.h>
920         to deal with BSDI's literal implementation of Posix.
922 Sat Nov 25 11:21:55 1995  Doug Evans  <dje@canuck.cygnus.com>
924         * Makefile.in (install): Set rootme.
925         * config.shared (TOPDIR): Set with ${foo-...} rather than ${foo=...}.
926         (INSTALL): Handle absolute, dot, relative-not-dot values of srcdir.
927         (TEXIDIR): Likewise.
929 Tue Nov 21 14:12:05 1995  Ian Lance Taylor  <ian@cygnus.com>
931         * configure.in: Check ${with_cross_host} rather than comparing
932         ${host} and ${target}.
934 Mon Nov 20 13:55:29 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
936         * configure.in: Match *-sco3.2v[45]*.
938 Wed Nov 15 20:19:31 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
940         * config.shared (FLAGS_TO_PASS): Also pass SHLIB and SHCURSES.
942 Tue Nov 14 01:41:08 1995  Doug Evans  <dje@canuck.cygnus.com>
944         * config.shared (TO_REAL_TOPDIR): Define.
945         (MULTITOP): Deleted.
946         (MULTISRCTOP, MULTIBUILDTOP): New.
947         (TOPDIR): Change MULTITOP to MULTIBUILDTOP, and use TO_REAL_TOPDIR.
948         (INSTALL): Add with_multisrctop, TO_REAL_TOPDIR.
949         (TEXIDIR): Use TO_REAL_TOPDIR.
950         (LIBS): Delete MULTITOP.
951         (FLAGS_TO_PASS): Add NM.
952         (CXXINCLUDES): Delete MULTITOP.
953         (depend.new): Delete adding MULTITOP to ../ build tree references.
954         Add MULTISRCTOP to ../ source tree references.
955         * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
956         instead of cfg-ml-pos.in.
958 Sun Nov 12 16:30:48 1995  Per Bothner  <bothner@kalessin.cygnus.com>
960         * Makefile.in (VERSION):  Set to 2.7.1.
961         * configure.in:  Add warning for Linux.
962         * config.shared (DISTCLEAN):  Add EXTRA_DISTCLEAN.
964         * editbuf.h (edit_mark::index_in_buffer):  Avoid unused param warning.
966         * iostream.cc (istream::operator>> (char*)):  Improve ANSI compliance.
968 Fri Nov 10 08:41:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
970         * config.shared (check): Add missing semicolon.
972 Thu Nov  9 17:27:22 1995  Jason Merrill  <jason@yorick.cygnus.com>
974         * configure.in (ALL): Remove $(OSPRIM_OBJECTS).
975         * config.shared (check): Set LD_LIBRARY_PATH.
976         * NEWS: Fix typo.
977         * iogetdelim.c (_IO_getdelim): Index *lineptr, rather than lineptr.
978         From alan@spri.levels.unisa.edu.au (Alan Modra).
980 Mon Nov  6 15:03:33 1995  Per Bothner  <bothner@kalessin.cygnus.com>
982         * streambuf.cc, editbuf.cc, isgetline.cc, parsestream.cc:
983         Fixes to avoid -Wall warnings.
985 Fri Nov  3 16:41:41 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
987         * gen-params [!__STDC__]: Include varargs.h instead of stdarg.h.
989 Thu Nov  2 15:04:03 1995  Per Bothner  <bothner@kalessin.cygnus.com>
991         * config.shared:  Re-write if X then Y else true fi to (not X) || Y.
993 Wed Nov  1 13:26:44 1995  Per Bothner  <bothner@kalessin.cygnus.com>
995         * iostream.h (istream::ipfx):  Add default argument value.
996         Reported by Yotam Medini <yotam_medini@tmai.com>.
998         * libioP.h (_IO_blen):  Fix typo.
999         Reported by Bryan T. Vold <btv@ldl.healthpartners.com>.
1001 Fri Oct 27 19:26:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1003         * Makefile.in (_G_config.h):  Set CC to $(CC) rather than to $(CXX),
1004         now that CXX defaults to g++ and CC default to gcc (when found).
1005         * config.shared:  Simplify CXX and CC, since they get overridden
1006         by ../configure anyway.
1008 Wed Oct 25 19:45:50 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1010         * iostdio.h: Wrap including the file with #ifndef _IOSTDIO_H.
1012 Wed Oct 25 11:14:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1014         * libio.h (_IO_seekoff, _IO_seekpos):  New declarations.
1015         * libioP.h (_IO_seekoff, _IO_seekpos):  Remove declarations.
1016         * libioP.h:  Cleanup;  remove old !_IO_UNIFIED_JUMPTABLES stuff.
1018         * filebuf.cc (filebuf::~filebuf):  Only call SYSYCLOSE if currently
1019         open.  Bug found by Martin Gerbershagen <ger@ezis-ulm.de>.
1021         * streambuf.h (streambuf::pubseekoff, streambuf::pubseekpos):
1022         Added, from ANSI draft.
1023         * filebuf.cc (filebuf::open), iostream.cc (variables places), SFile.cc:
1024         Use pubseekoff/pubseekpos rather than sseekoff/sseekpos.
1026         * Makefile.in (install):  Don't install libiostream.a.
1028         * filedoalloc.c:  Also #include <unistd.h>.
1030 Mon Oct  9 18:09:54 1995  Jason Molenda  <crash@phydeaux.cygnus.com>
1032         * config.shared (SUFFIXES): add .c.
1034 Tue Sep 26 16:08:01 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1036         * procbuf.cc:  Move #pragma implementation to beginning.
1038 Wed Sep 20 17:53:33 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1040         * procbuf.h, procbuf.cc:  Add #pragma interface/implementation stuff.
1042 Wed Sep 20 18:59:00 1995  John Eaton  <jwe@bevo.che.wisc.edu>
1044         * procbuf.h: Protect from being included multiple times.
1046 Wed Sep 20 15:47:14 1995  John Eaton <jwe@bevo.che.wisc.edu>
1048         * procbuf.h (procbuf):  Add '_next' pointer field for compatibility
1049         with _IO_proc_file.
1051 Wed Sep 20 13:54:02 1995  Ian Lance Taylor  <ian@cygnus.com>
1053         * config.shared: Add support for maintainer-clean target as a
1054         synonym for realclean.
1055         * dbz/Makefile.in: Likewise.
1057 Mon Sep 11 12:11:19 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1059         * iopopen.c:  #include <sys/types.h> before <sys/wait.h>.
1060         This is in accordance with Posix, and needed for ISC.
1062 Fri Sep  8 00:11:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1064         * gen-params: Use double quotes in the eval setting $TYPE to
1065         $VALUE, to preserve any single quotes in $VALUE.
1067 Mon Aug 21 11:39:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1069         * gen-params: Test for an appropriate version of gcc before using
1070         mode attributes.
1072         * config.shared: Add $(PICDIR) to $ALL.
1074 Mon Aug  7 17:51:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1076         * gen-params:  Generate new macro _G_HAVE_SYS_CDEFS.
1077         * libio.h:  If _G_HAVE_SYS_CDEFS, get __P from <sys/cdefs.h>.
1079 Fri Aug  4 23:21:17 1995  Paul Eggert  <eggert@twinsun.com>
1081         * gen-params: When following typedef changes, allow typedefs
1082         that do not have a space before the defined type name,
1083         e.g. `typedef void *__gnuc_va_list;' as in Linux.  Also,
1084         not require a space in the definiens, e.g. `typedef void*foo;'.
1086 Thu Aug  3 17:54:15 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1088         * iostream.h, iostream.cc (istream::sync):  Added missing method.
1090 Thu Aug  3 17:49:34 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1092         * configure.in:  Remove netbsd special case.
1093         * config/netbsd.mt:  Removed;  no longer used.
1095 Tue Jun 20 16:07:12 1995  Paul Eggert  <eggert@twinsun.com>
1097         * gen-params: Take transitive closure of `typedef' relation.
1098         This is needed for BSD/OS 2.0, which has
1099         fpos_t -> off_t -> quad_t -> long long.
1101 Mon Jul 24 18:28:10 1995  Doug Evans  <dje@canuck.cygnus.com>
1103         * config.shared (TOPDIR): Delete extra '/', $rootme may be empty.
1105 Sat Jul 22 13:27:45 1995  Doug Evans  <dje@canuck.cygnus.com>
1107         * config.shared (depend.new): Fix quoting in DO NOT EDIT line.
1109         * Makefile.in (_G_config.h): Add multilib support.
1110         (install): Likewise.
1111         * config.shared: Likewise.
1112         * configure.in: Likewise.
1114 Wed Jun 28 17:40:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1116         * PlotFile.h, SFile.h, builtinbuf.h, editbuf.h, fstream.h,
1117         indstream.h, iomanip.h, iostream.h, parsestream.h, pfstream.h,
1118         procbuf.h, stdiostream.h, stream.h, streambuf.h, strstream.h: Wrap
1119         with extern "C++".
1121 Thu Jun 22 04:34:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1123         * gen-params: Surround attributes with __.
1125 Mon Jun 19 00:33:22 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1127         * config.shared (SUBDIRS): Massage broken shells that require
1128         'else true'.
1130 Sat Jun 17 11:25:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1132         * streambuf.h: Declare inline members inline in class.
1134 Thu Jun 15 20:45:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1136         * Makefile.in (VERSION):  Update to version 2.7.0.
1138 Wed Jun 14 21:41:11 1995  Jason Merrill  <jason@python.cygnus.com>
1140         * Makefile.in (STDIO_WRAP_OBJECTS): Remove stdfiles.o.
1141         (LIBIO_OBJECTS): Add stdfiles.o.
1143 Wed Jun  7 16:11:36 1995  Jason Merrill  <jason@python.cygnus.com>
1145         * config.shared (all): Appease bash.
1147 Wed Jun  7 11:16:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1149         * configure.in (MOSTLYCLEAN): Remove stamp-picdir.
1151         * config.shared (MOSTLYCLEAN): Ditto.
1152         (CLEAN): Don't.
1154 Mon Jun  5 18:29:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1156         * config/mh-*pic: Removed.
1158         * configure.in (MOSTLYCLEAN): Remove pic objects.
1159         (frags): Use toplevel pic fragments.
1161         * config.shared (CXXFLAGS): Use -O3.
1162         (PICFLAG, PICDIR): New macros.
1163         (all): Depend on $(PICDIR).
1164         (FLAGS_TO_PASS): Pass PICFLAG.
1165         (.x.o): Also build pic object.
1166         (stamp-picdir): Create directory for pic objects.
1167         (MOSTLYCLEAN): Remove pic objects.
1168         (CLEAN): Remove stamp-picdir.
1170         * Makefile.in (iostream.list): Depend on stamp-picdir.
1171         (c++clean): Don't remove _G_config.h.
1173 Mon Jun  5 15:03:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1175         * strstream.h, strstream.cc (strstream::strstream()):  Re-implement to
1176         be like ostrstream::ostrestream(), and not leak memory.
1178         * streambuf.h:  Use #if !_IO_UNIFIED_JUMPTABLES instead of #ifndef.
1180         * iolibio.h (_IO_rewind):  Add missing flags when calling _IO_seekoff.
1182 Thu May 25 22:30:21 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
1184         * config/netbsd.mt (G_CONFIG_ARGS): Add defn for off_t.  Another
1185           layer of typedefs has been added and the gen-params script can
1186           not handle it.
1188 Wed May 10 03:02:58 1995  Jason Merrill  <jason@python.cygnus.com>
1190         * iolibio.h (_IO_rewind): Add new argument to _IO_seekoff.
1192         * config/linux.mt (LIBIOSTREAM_OBJECTS): Include $(STDIO_WRAP_OBJECTS).
1193         (LIBIOSTREAM_DEP): Include stdio.list.
1194         (LIBIOSTREAM_USE): Include `cat stdio.list`.
1196         * Makefile.in (LIBIOSTREAM_DEP): New variable.
1197         (LIBIOSTREAM_USE): Ditto.
1198         (libiostream.a): Use them.
1199         (iostream.list): Ditto.
1200         (stdio.list): New rule.
1201         (stdio/stdio.list): Ditto.
1203 Tue May  9 18:29:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1205         * libioP.h (_IO_jump_t): Change TYPE for __dummy from int to
1206         _G_size_t.
1208 Sat May  6 13:50:37 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1210         * libio.h (_IO_UNIFIED_JUMPTABLES):  #define as true.
1211         (_IO_FILE):  Remove _jumps field (#if _IO_UNIFIED_JUMPTABLES).
1213         * libioP.h (enum _IO_seekflags_):  Removed.
1215         * libioP.h (_IO_setbuf_t):  Change return value of setpos jumptable
1216         function to match C++ streambuf::setpos.  (Return NULL on failure.)
1217         * fileops.c (_IO_file_setbuf), genops.c (_IO_default_setbuf),
1218         filebuf.cc, iosetvbuf.c:  Update to use new setbuf conventions.
1220         * streambuf.h (streambuf):  Re-order virtual functions more logically.
1221         * streambuf.cc (streambuf::uflow), streambuf.h:  New virtual.
1222         * libioP.h (struct _IO_jump_t):  Define using new JUMP_FIELD macro.
1223         And re-order in more logical order consistent with streambuf vtable.
1224         * fileops.c (_IO_file_jumps), iopopen.c (_IO_proc_jumps), iovfprintf.c
1225         (_IO_helper_jumps), streambuf.cc (_IO_streambuf_jumps), strops.c
1226         (_IO_str_jumps):  Update accordingly, using JUMP_INIT macro.
1227         * stdfiles.c:  Set vtable to point to _IO_file_jumps.
1228         * filebuf.cc, iopopen.c, iovfprintf.c (helper_vfprintf), iovsprintf.c,
1229         iovsscanf.c:  Use macros and #if to set jumptables.
1231         * streambuf.c:  _IO_streambuf_jumps and the _IO_sb_* methods are not
1232         needed #if _IO_UNIFIED_JUMPTABLES.
1233         * filebuf.cc (filebuf::__new):  Also no longer needed.
1234         * fstream.cc (fstreambase::__fb_init, fstreambase::fstreambase):  Fix.
1235         * stdstrbufs.c:  Use filebuf vtable instead of builtinbuf's.
1236         * builtinbuf.h, builtinbuf.cc (builtinbuf):  Commented out #if
1237         _IO_UNIFIED_JUMPTABLES - no longer needed.
1238         * strstream.cc (SET_STR_JUMPS):  Does nothing now.
1240         * builtinbuf.cc, fileops.c, genops.c, iofgetpos.c, iofsetpos.c,
1241         ioftell.c, iopopen.c, ioseekoff.c, ioseekpos.c, iosetvbuf.c,
1242         iovfprintf.c, iovfscanf.c, strops.c:  Use DEFUN and DEFUN_VOID.
1243         * filebuf.cc, fileops.c, genops.c, iopopen.c, ioseekoff.c, ioseekpos.c,
1244         iosetvbuf.c, iovfscanf.c:  Use new JUMP_* and IO_OVERFLOW/... macros.
1246         * libioP.h (_IO_seekpos_t):  Third arg is now an int (using _IOS_INPUT
1247         and _IOS_OUTPUT), not an enum _IO_seekflags_.  Flags values are
1248         changed, and their sense inverted (to match streambuf::seekpos).
1249         * libioP.h (_IO_seekoff_t):  Similarly match streambuf::seekoff.
1250         * filebuf.cc, fileops.c (_IO_file_fopen, _IO_file_seekoff), genops.c
1251         (_IO_default_seekpos, _IO_default_seekpos), iofgetpos.c, iofsetpos.c,
1252         iolibio.h (_IO_fseek), ioftell.c, ioseekoff.c, ioseekpos.c,
1253         iostream.cc, streambuf.cc, strops.c (_IO_str_seekoff), strstream.cc:
1254         New seekpos/seekoff conventions.
1255         * iostreamP.h (convert_to_seekflags):  Removed - no longer needed.
1257         * iolibio.h (_IO_fread):  New declaration.
1259         * dbz/Makefile.in:  Re-arrange for cleaner dependencies.
1261 Fri May  5 15:55:22 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1263         * libioP.h (_IO_JUMPS. JUMP_FIELD, JUMP0, JUMP1, JUMP2, JUMP3,
1264         JUMP_INIT, _IO_FINISH, _IO_OVERFLOW, ... _IO_SYSSTAT):  New macros
1265         in preparation for new unified jumptable/vtable implementation.
1266         * cleanup.c, filedoalloc.c, iofclose.c, iofflush.c, iofiledoalloc.c,
1267         ioprims.c, iosetbuffer.c, iostrerror.c, ioungetc.c:  Use DEFUN.
1268         * filedoalloc.c, iofclose, iofflush, iosetbuffer.c:  Use new macros.
1270         * iofopen.c, iofdopen.c:  Use macros and #if for new jumptables.
1272         * gen-params:  Do not #include <sys/types.h>.
1273         Add missing quote in 'eval'.
1274         Do add #include <sys/types.h> in test for <sys/resource.h>.
1275         * config/netbsd.mt:  New file, defining _G_CONFIG_ARGS (for fpos_t).
1276         * configure.in:  Use netbsd.mt for NetBSD.
1278 Wed May  3 15:03:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1280         * libioP.h (DEFUN, DEFUN_VOID, AND):  New macros, from ansidecl.h.
1281         * iofdopen.c, iofgets.c, iofopen.c, iofputs.c, iofread.c, iofwrite.c,
1282         iogetdelim.c, iogetline.c, iogets.c, ioignore.c, iopadn.c, ioperror.c,
1283         ioputs.c, iovsprintf.c, iovsscanf.c, outfloat.c:  Use DEFUN.
1285 Mon May  1 16:22:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1287         * gen-params: #include <sys/types.h>.  Don't use __WCHAR_TYPE__ in
1288         definition of _G_wchar_t.  Use __attribute__ ((mode)) to get
1289         specific-sized ints under gcc, don't worry about int8 or int64
1290         otherwise.  Provide defaults if deduction fails.
1292 Thu Apr 27 18:27:53 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1294         * streambuf.h (ios::~ios):  Delete _arrays.
1295         (_IO_NEW_STREAMS):  Turn on.
1296         * libio.h (__adjust_column):  Remove bogus declaration.
1297         * genops.c (_IO_set_column):  Fix typo (in commented-out code).
1299 Tue Apr 25 17:14:29 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1301         * config.shared (CXXINCLUDES): Use a shell variable with a
1302         different name from the make variable.
1303         * configure.in: Update accordingly.
1305 Mon Apr 17 17:19:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1307         * streambuf.h (__adjust_column):  Remove redundant declaration.
1309 Sat Apr 15 11:39:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1311         * config.shared (do-clean-dvi):  Also remove *.cps.
1313         * gen-params:  Use ${SED} instead of sed.
1315         * libio.h:  Remove #if'd out stuff (confuses makedepend).
1317         * stdstreams.cc (STD_STR):  Standard streams start with ios::dec set.
1319 Fri Apr 14 23:46:31 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1321         * iostream.h, iostream.cc (istream::read, ostream::write):
1322         Use streamsize for the length parameter.
1324         * streambuf.h:  Removed redundant __overflow and __underflow.
1326         * fstream.h, fstream.cc: Add void fstreambase::attach(int).
1328         * iosscanf.c (_IO_sscanf):  Fix non-__STDC__ missing declaration.
1330 Mon Apr  3 15:40:55 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1332         * indstream.*: Fix prototypes of xsputn and xsgetn.
1334         * fileops.c: Avoid ??? trigraph.
1336 Mon Mar 27 16:16:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1338         * iomanip.h (operator<< (ostream&, const omanip<TP>&): Define
1339         separately.
1340         (operator>> (istream&, const imanip<TP>&): Ditto.
1342 Mon Mar 27 08:56:00 1995  Brendan Kehoe  (brendan@lisa.cygnus.com)
1344         * builtinbuf.cc (builtinbuf::setbuf): Cast NULL to streambuf*, to
1345         avoid warning/error about conversion from void*.
1346         * indstream.cc (indirectbuf::seekoff): Likewise.
1347         (indirectbuf::seekpos): Likewise.
1348         * filebuf.cc (filebuf::setbuf): Likewise.
1349         (filebuf::close): Cast NULL to filebuf*.
1351 Wed Mar  1 14:23:18 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1353         * configure.in (DISTCLEAN):  Add, with target-mkfrag.
1355 Fri Feb 24 01:01:08 1995  Jason Merrill  <jason@python.cygnus.com>
1357         * configure.in (frags): Don't require so many dashes in the
1358         canonical target name.
1360 Sat Feb 18 13:18:30 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1362         * streambuf.cc (streambuf::sync):  Always return 0, even for
1363         non-flushed output.  This is required by the ANSI/ISO draft.
1364         * genops.c (_IO_sync):  Likewise always return 0.
1366 Fri Feb 17 16:33:28 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1368         * fileops.c (_IO_file_close_it):  Call _IO_file_sync, rather
1369         than _IO_do_flush, because we want to adjust the file pointer
1370         if reading and not at end (as in SVR4, and as in fflush).
1371         Also, make sure to return error indication if sync fails.
1372         (_IO_file_sync):  Ignore seek error if it is ESPIPE.
1373         (_IO_file_seekoff):  If not readable, do dumb lseek.
1374         * iofclose.c (_IO_fclose):  If closing a non-filebuf, return -1
1375         if _IO_ERR_SEEN.
1377 Fri Feb 17 19:31:00 1995  Ian Lance Taylor  <ian@cygnus.com>
1379         * gen-params: Check for struct tms in <sys/times.h>, defining
1380         HAVE_SYS_TIMES accordingly.
1382 Wed Feb 15 21:05:11 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1384         * strops.c (_IO_str_count):  Use LEN macro.
1385         (_IO_str_seekoff):  Update _len field.
1387 Mon Feb  6 19:29:00 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1389         * gen-params: Default to short, long and long long for 16, 32 and
1390         64 bit types, in case detection fails.
1392 Wed Jan 25 18:07:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1394         * gen-params (_G_wint_t): Allow for broken promotions.
1396 Tue Jan 24 16:15:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1398         * stdstrbufs.cc (_IO_fake_stdiobufs):  Add an extra layer of struct,
1399         to force correct alignment on i960s.
1400         (DEF_STDIOBUF, _IO_{stdin,stdout,stderr}_buf):  Update accordingly.
1402 Thu Jan 19 18:30:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1404         * config.shared (CXXINCLUDES): Add libstdc++ to includes for
1405         building libg++.
1406         (LIBS): Also link with libstdc++ when building libg++ toys.
1407         Don't set EXPORT_ALL_VARIABLES; users will have to set
1408         LD_LIBRARY_PATH themselves.
1410 Fri Dec 30 16:38:13 1994  Mike Stump  <mrs@cygnus.com>
1412         * config/linux.mt: Fix build problem on linux 1.0.8.
1414 Thu Dec 22 11:49:45 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
1416         * config/netware.mt: Use gcc to pre-link iostream.nlm's objects
1417           instead of using nlmconv, so that references to functions in
1418           libgcc.a are resolved.
1420         * configure.in: Append .mt to target makefile fragment file names.
1422         * floatconv.c (tens, tinytens, bigtens): Added const qualifier.
1424 Tue Dec 20 09:59:50 1994  Mike Stump  <mrs@cygnus.com>
1426         * gen-params (VTABLE_LABEL_PREFIX): Since some systems have GNU nm
1427         as nm, and they demangle by default, we have to notice this, and
1428         try --no-cplus (linux) or --no-demangle when running nm.
1430 Wed Dec 14 18:13:58 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1432         * gen-params:  To determine vt-name-mangling using dummy.C add
1433         #include and #prama interface/implementation to avoid problem with
1434         assemblers that don't emit local symbols.  Reported under HPUX 8
1435         by Thomas Arend <arend@blasius.Chemietechnik.Uni-Dortmund.DE>.
1437         * streambuf.h (ios::ios):  Move inline definition after
1438         that of ios::init (which ios::ios calls).
1440 Sun Dec  4 19:50:32 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1442         * fileops.c (_IO_file_init, _IO_file_close_it, _IO_file_sync):
1443         Set _offset to _IO_pos_BAD, to support applications that follow
1444         POSIX.1 rules on mixing file handles.
1446         * fileops.c (_IO_file_overflow):  Handle case that buffer was
1447         allocated (perhaps by setvbuf) but _IO_write_base is still 0.
1449         * iostdio.h (setbuffer):  #define as _IO_setbuffer.
1450         * streambuf.h, filebuf.cc:  Removed filebuf::do_write.
1452 Tue Nov 29 23:38:57 1994  Per Bothner  (bothner@rtl.cygnus.com)
1454         * floatconv.c (setword0, setword1):  Fix typo.
1456 Tue Nov 29 15:37:29 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1458         * config.shared:  Move -fno-implicit-template from CXXFLAGS
1459         to LIBCXXFLAGS.  Tests are better run without it.
1461         * floatconv.c (word0, word1):  Re-place/re-implement using unions
1462         instead of casts to avoid optimizer problems.
1464         * dbz/dbzmain.c:  Renamed dirname -> dir_name to avoid OSF
1465         header file braindamage.
1467 Sat Nov  5 19:44:00 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1469         * config.shared (LIBCFLAGS): Define.
1470         (LIBCXXFLAGS): Define.
1471         (DOING_LIBGXX): Define TOLIBGXX.  Change LIBS to use -lg++.  Add
1472         LD_LIBRARY_PATH and .EXPORT_ALL_VARIABLES:.
1473         (FLAGS_TO_PASS): Add LIBC{,XX}FLAGS.
1474         (XC{,XX}FLAGS): Set to LIBCFLAGS or CFLAGS depending on $LIBDIR.
1475         (COMPILE.c): Define, use in .c.o rule.
1476         (COMPILE.cc): Define, use in .cc.o rule.
1478 Sat Nov  5 15:12:12 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1480         * Makefile.in (VERSION):  Update to 0.67.
1482         * streambuf.h (ios::dont_close):  Is now set by default.
1483         * fstream.h, fstream.cc (__fb_init):  New function.  Clears
1484         ios::dont_close.  Change fstreambase constructors to call it.
1485         * strstream.cc:  *strstream constructors must clear ios::dont_close.
1486         * iostream.cc:  Simplify - don't need to set ios::dont_close.
1487         * ioassign.cc:  Simplify - assume ios::dont_close is always set.
1489         * fstream.h, fstream.cc:  If _IO_NEW_STREAMS, put the
1490         filebuf as a member __my_fb.
1491         * strstream.{h,cc}:  Likewile use a strstreambuf member __my_sb.
1492         * streambuf.h, stdstreams.cc, ioextend.cc:
1493         Fix if _IO_NEW_STREAMS to not use ios::dont_close.
1495         * streambuf.h (class ios):  Move rdbuf later, to avoid
1496         inability of g++ to inline.
1497         * filebuf.cc (filebuf::~filebuf):  Call _IO_do_flush.
1499         * config.shared:  Emit rules to make depend.
1500         * depend:  New file.
1502 Fri Nov  4 17:19:11 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1504         * README:  Fix typos.
1505         * libio.h:  Add comment.  Update Copyright notice.
1507 Fri Nov  4 21:46:30 1994  Paul Eggert  <eggert@twinsun.com>
1509         * libio.h (__P): Change argument name spelling from
1510         `paramlist' to `protos' for compatibility with BSDI 1.1.
1512 Thu Nov  3 00:45:16 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1514         * config.shared (CXXFLAGS): Add -fno-implicit-templates.
1516 Mon Oct 24 15:57:35 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1518         * config.shared:  Define NOSTDIC and use it for libio too.
1520 Thu Oct 20 19:45:35 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1522         * iogetdelim.c: #include <stdlib.h>.
1524 Thu Oct 20 17:09:52 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1526         * iostream.h:  Add classes _IO_istream_withassign and
1527         _IO_ostream_withassign.  Re-type cin, cout, cerr, clog.
1528         (class iostream):  Don't add extra _gcount field.
1529         * ioassign.cc:  New file.  Implement operator= for cin etc.
1530         * streambuf.h (class ios):  Change return type of operator=.
1531         * Makefile.in (IOSTREAM_OBJECTS):  Add ioassign.o.
1533         * Makefile.in:  Re-arrange, so linux.mt overrides can work.
1535         * fileops.c (_IO_file_seekoff):  Optimize seeks within buffer.
1537 Wed Oct 19 14:25:47 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1539         * gen-params (wint_t): Return to using __WCHAR_TYPE__ for
1540         compatibility with gcc versions prior to 2.6.1.
1542 Tue Oct 18 17:08:18 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1544         * Makefile.in:  Define _G_CONFOG_H as _G_config.h for Linux.  Use it.
1545         (IO_OBJECTS):  Add iogetdelim.o.
1546         * config/linux.mt:  New file.
1547         * configure.in:  Select config/linux.mt if Linux.
1548         * iogetdelim.c:  Verious cleanups, many from
1549         Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>.
1550         * libioP.h: Add _IO_getdelim.  Use (void) for no-parameter functions.
1552 Thu Oct 13 16:30:56 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1554         * libio.h:  Rename USE_DTOA to _IO_USE_DTOA for namespace reasons.
1555         * iostream.cc, iovfscanf.c, iovfprintf, floatconv.c:
1556         Update USE_DTOA -> _IO_USE_DTOA.
1558         * libio.h (_IO_feof, _IO_ferror):  Move to here ...
1559         * iolibio:  ... from here
1561         * iostream.cc (istream::get, istream::ignore, istream::read):
1562         Set _gcount to 0 if ipfx0 failed.
1564         * iostream.cc (flush):  Do virtual function call, rather than
1565         going through jumptable.  (To get correct method in derived class.)
1566         Bug and fix from John Wiegley <jw@cis.ohio-state.edu>.
1568         * iofdopen.c (O_ACCMODE):  Define using O_RDWR, not O_RDWRITE.
1570         * streambuf.h (ios::rdbuf(streambuf*)):  New.
1571         * streambuf.h (ios::operator=):  Make private (i.e. dis-allow).
1573 Wed Oct 12 19:09:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1575         * gen-params: Define _G_NO_NRV and _G_NO_EXTERN_TEMPLATES if not
1576         compiling with g++.
1578 Thu Oct  6 16:03:43 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1580         * iostream.texi (ostrstream::str):  Note that NUL is not written
1581         automatically.
1583 Wed Oct  5 17:28:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1585         * iogetdelim.c (_IO_getdelim):  New function.
1587 Wed Oct  5 15:40:22 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
1589         * config/netware.mt: New file, first cut at Netware NLM support.
1590         * configure.in (*-*-netware*): Use config/netware.mt.
1592         * config.shared (NLMCONV, LD): New definition.
1594         * gen-params: check for nm in ${binutils}/nm.new.
1595         * config.shared: Likewise.
1597 Tue Oct  4 12:20:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1599         * iomanip.h (omanip::operator<<):  Make 2nd arg be const.
1600         Bug and fix reported by Greg McGary <gkm@magilla.cichlid.com>.
1602         * strstream.cc (strstreambuf::pcount):  Simplify, to match
1603         ANSI/ISO specification.
1605 Mon Sep 26 15:19:52 1994  Jason Merrill  (jason@deneb.cygnus.com)
1607         * gen-params: Include <wchar.h> and <wctype.h> if they exist.
1609 Thu Sep  8 14:41:41 1994  Jason Merrill  (jason@deneb.cygnus.com)
1611         * iostream.h (class istream): Declare operator>>(long double&).
1612         (class ostream): Define operator<<(long double).
1614         * iostream.cc (istream::operator>>(long double&)): Define.
1616 Wed Sep  7 14:42:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1618         * iostream.texi (Overflow):  Fix bugs in example.
1620 Fri Sep  2 17:45:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1622         * iostream.tex:  Document a little on how to write your
1623         own streambuf-derived class, with an example.
1625 Tue Aug 30 13:03:57 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
1627         * floatconv.c (s2b): Declare X and Y to be _G_int32_t.
1628         (diff, quorem): Declare BORROW, Y, and Z likewise.
1629         (ulp): Declare L likewise.
1630         (_IO_strtod): Declare L and AADJ likewise.
1631         (_IO_dtoa): Declare L and D likewise.  Cast division of D by DS to
1632         _G_int32_t.
1634 Mon Aug 29 16:01:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1636         * iosetvbuf.c (_IO_setvbuf):  If setting _IOFBF and no
1637         buffer was specified, call __doallocate.
1639         * fileops.c, floatconv.c:  Add a bunch of parentheses to
1640         shut up gcc warnings.  Patch from H.J.Lu.
1642         * stdiostream.cc (stdiobuf::sys_read):  Inline call to getc
1643         for the normal case (size==1).
1645 Sat Aug 20 12:14:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1647         * Makefile.in (VERSION):  Increase to 0.66.
1649 Fri Aug 19 17:28:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1651         * iolibio.h:  Added _IO_printf prototype.
1652         Added extern "C" { ... } wrappers #ifdef __cplusplus.
1653         Bugs reported by Neal Becker <neal@ctd.comsat.com>.
1655 Wed Aug 17 18:17:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1657         * fileops.c (_IO_file_seekoff):  For _IO_seek_cur, adjust for
1658         read-ahead before jumping to label dumb.
1660 Wed Aug  3 13:15:01 1994  H.J. Lu  (hjl@nynexst.com)
1662         * libioP.h (CHECK_FILE(FILE,RET)): new, which checks for
1663           FILE == NULL and _IO_MAGIC_MASK.
1664           (COERCE_FILE(FILE)): merged into CHECK_FILE(FILE,RET)
1665           with typo fixes.
1667         * iofread.c, iofwrite.c: add CHECK_FILE(fp, 0);
1668         * iofclose.c: add CHECK_FILE(fp, EOF); remove _IO_MAGIC_MASK check.
1670         * iofflush.c, iofgetpos.c, iofputs.c, iofscanf.c,
1671         iofsetpos.c, iofvbuf.c, ioungetc.c:
1672         Add CHECK_FILE(fp, EOF) and remove COERCE_FILE(fp).
1674         * iofgets.c: add CHECK_FILE(fp, NULL) and remove COERCE_FILE(fp).
1675         * iofprintf.c: add CHECK_FILE(fp, -1) and remove COERCE_FILE(fp).
1676         * ioftell.c: add CHECK_FILE(fp, -1L) and remove COERCE_FILE(fp).
1677         * iosetbuffer.c: add CHECK_FILE(fp, ) and remove COERCE_FILE(fp).
1679 Fri Aug 12 15:35:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1681         * iofdopen.c (_IO_fdopen):  #define O_ACCMODE if it isn't.
1682         Still set O_APPEND if "a" is given, but don't unset it
1683         if it isn't.  Added comment.
1685 Mon Aug  8 13:11:00 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1687         * gen-params (VTABLE_LABEL_PREFIX):  Changes in the implementation.
1688         For look for _*vt[$_.]7*filebuf in the nm output, because that
1689         matches what g++ produces and has produced.  Thus it should be
1690         somewhat more robust.
1692 Sun Aug  7 22:52:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1694         * gen-params (CC):  Remove no-longer-needed -I options
1695         passed to xgcc (now they are implied by the -B options).
1697 Wed Jul 20 16:41:13 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1699         * Makefile.in (tooldir):  Added definition, so we can do
1700         'make install' in this directory.
1701         Bug reported by Klamer Schutte <schutte@tpd.tno.nl>.
1703 Mon Jul 18 18:02:34 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1705         * gen-params (VTABLE_LABEL_PREFIX):  Remove filename sppearing
1706         by itself.  Add comment explaining what is going on.
1708 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
1710         * libio.h: define _IO_uid_t and _IO_HAVE_ST_BLKSIZE
1711           as _G_xxxxxxxx.
1713 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
1715         * iopopen.c:  Don't include <errno.h>. It is included in "libioP.h".
1717         * iopopen.c (_IO_proc_close) : check if fp is on the list
1718           before close it.
1720 Thu Jul 14 16:38:47 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1722         * gen-params (CONFIG_NM):  Make sed scripts to find vtable name
1723         mangling more robost for different forms of nm output.
1725 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
1727         * iofopen.c (_IO_fopen): don't check [redundantly] fp == NULL after
1728           IO_file_init(&fp->_file).
1730         * iomanip.h (template<class TP> class iapp):
1731           change ostream to istream.
1733 Tue Jul 12 14:09:02 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1735         * Makefile.in (VERSION):  Increase to 0.65.
1736         * libioP.h (builtinbuf_vtable):  Only define #ifdef __cplusplus.
1738         * gen-params (_G_int8_t):  Only define if defined(__STDC__),
1739         because K&R C compilers don't have signed char.
1740         (_G_int64_t, _G_uint64_t):  Only define if defined(__GNUC__)
1741         because other compilers may not have long long.
1743 Sun Mar 06 13:10:21 1994  H.J. Lu  (hjl@nynexst.com)
1745         * floatconv.c (_IO_dtoa ()): fix a small memory leak, set the
1746           "on_stack" field to be 0 if "result" is not NULL.
1748 Sat Mar 05 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
1750         * floatconv.c (_IO_dtoa ()): if the number of digits of the
1751           floating point number is more than the previous one, free the
1752           old string and allocate a new one.
1753           [Minor optimization to avoid Bcopy. -PB]
1755 Mon Jul 11 10:53:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1757         * fileops.c (_IO_file_underflow):  'count' should be unsigned,
1758         since it contains the return value of read.  Reported by
1759         Teemu Torma <tot@trema.fi>.
1761 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
1763         * floatconv.c (_IO_strtod ()): make "+" and "-" as error.
1765 Sat Jul  9 15:09:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1767         Make sure _IO_FILE::_flags is always initialized correctly, for the
1768         C functions (fopen, fdopen, popen), and not just the C++ functions.
1769         * fileops.c (_IO_file_init):  Set _flags to CLOSED_FILEBUF_FLAGS.
1770         * fileops.c (_IO_file_fopen):  Remove bogus assignment.
1771         * filebuf.cc (filebuf constructors):  Don't pass CLOSED_FILEBUF_FLAGS
1772         to streambuf constructor - _IO_file_init does it instead.
1773         * filebuf.cc (CLOSED_FILEBUF_FLAGS):  Removed.
1774         * iopopen.c (_IO_proc_open):  Use _IO_mask_flags.
1776 Thu Jun 30 08:49:53 1994  Jason Merrill  (jason@deneb.cygnus.com)
1778         * dbz/Makefile.in (mostlyclean): Add target.
1780 Wed Jun 29 09:30:12 1994  Jason Merrill  (jason@deneb.cygnus.com)
1782         * gen-params: Woops, can't run a C program to determine target
1783         characteristics.  Sigh.
1785 Tue Jun 28 03:11:33 1994  Jason Merrill  (jason@deneb.cygnus.com)
1787         * gen-params: Add _G_{,u}int{8,16,64}_t, use a short C program to
1788         determine what all these should be rather than trying to compare
1789         the MAX numbers in the shell.
1791 Sun Jun 26 21:04:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1793         * stdiostream.h, stdiostream.cc (stdiobuf::xsgetn):  Removed.
1794         Too hairy.  If we want to optimize it, we should do so in
1795         filebuf::xsgetn (or rather _IO_file_xsgetn).
1797         * stdiostream.h (class stdiobuf), stdiostream.cc:  Fix parameter
1798         and return types of virtual function to matcher base types (Oops!).
1799         * streamstream.cc (stdiobuf::xsgetn, stdiobuf::xsputn):
1800         Optimize to call fread.fwrite directly if !buffered.
1801         * fileops.c:  Fix comment.
1803 Fri Jun 24 11:28:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1805         * stdiostream.h (istdiostream, ostdiostream):  New classes.
1807         More robust final cleanup.
1808         * cleanup.c (_IO_register_cleanup):  Register _IO_cleanup,
1809         rather than _IO_flush_all.
1810         * filedoalloc.c: Update comment.
1811         * genops.c (_IO_unbuffer_all):  New.  Makes all files unbuffered.
1812         * genops.c (_IO_cleanup), libioP.h:  New function.  Call
1813         _IO_flush_all, and then _IO_unbuffer_all.  This is in case C++
1814         destructors try to do output *after* _IO_cleanup is called.
1816         Construct standard stdiobufs statically (using type punning).
1817         * stdstrbufs.c;  Unless _STDIO_USES_IOSTREAM declare standard
1818         stdiobufs (for stdin, stdout, and stderr), using type punning
1819         (struct _IO_fake_stdiobuf).  This avoids constructor-time problems.
1820         * stdstreams.cc:  Remove the declarations of the stdiobufs.
1821         Instead use the new (fake) ones in stdstrbufs.cc.  We no longer
1822         have to call ios::sync_with_stdio at constructor time.
1824         Preliminary support for new ANSI streambuf::uflow virtual.
1825         * libioP.h (struct _IO_jump_t):  Add __uflow field.
1826         * genops.c (_IO_default_uflow), libioP.h:  New function.
1827         * fileops.c (_IO_file_jumps), iopopen.c (IO_proc_jumps),
1828         iovfprintf.c (_IO_helper_jumps), strops.c (_IO_str_jumps),
1829         streambuf.cc (_IO_streambuf_jumps):  Add _IO_default_uflow.
1830         * genops.c (__uflow):  New function.
1831         (save_for_backup):  New function.  Some code shared by
1832         __underflow and __uflow, moved out from the former.
1833         (_IO_default_uflow):  New function.
1834         * libio.h (_IO_getc):  Call __uflow, not __underflow.
1836 Wed Jun 22 20:22:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1838         Make sure that the vtable of a streambuf is always valid,
1839         which makes ios::rdbuf simpler and faster.
1840         * gen-params:  Add code to determine _G_VTABLE_LABEL_HAS_LENGTH,
1841         _G_VTABLE_LABEL_PREFIX, _G_VTABLE_LABEL_PREFIX_ID, and
1842         _G_USING_THUNKS, which describe how virtual function tables are named.
1843         * stdfiles.c (FILEBUF_LITERAL):  Moved to libioP.h.
1844         * libioP.h (builtinbuf_vtable):  New (complicated) declaration.
1845         * filebuf.cc (filebuf::__new), strstream.cc (SET_STR_JUMPS):
1846         Initialize vtable to builtinbuf_vtable, not NULL.
1847         * stdstrbufs.cc:  New file.  Same as stdfiles.c, except that
1848         vtable is initialized to builtinbuf_vtable, not NULL.
1849         * streambuf.h (ios::rdbuf):  Can now simplify/optimize, due to
1850         above changes.  Always, just return _strbuf.
1851         * builtinbuf.h, builtinbuf.cc (builtinbuf::vtable,
1852         builtinbuf::get_builtin_vtable):  Removed.  No longer needed.
1853         * streambuf.h, builtinbuf.cc (ios::_IO_fix_vtable):  No longer needed.
1854         Only defined #ifdef _STREAM_COMPAT, for binary compatibility.
1855         * Makefile.in:  Move stdfiles.o from IO_OBJECTS to STDIO_WRAP_OBJECTS.
1856         (IOSTREAM_OBJECT):  Add stdstrbufs.o.
1857         * Makefile.in (_G_config.h):  Pass $(CXXFLAGS) as part of $(CXX).
1859 Fri Feb 11 11:08:01 1994  SBPM Marc GINGOLD (marc@david.saclay.cea.fr)
1861         * iovfprintf.c (helper_vfprintf): add
1862           hp->_IO_file_flags = _IO_MAGIC|(_IO_IS_FILEBUF+_IO_NO_READS);
1863         [This is needed because _IO_vfprintf checks for _IO_UNBUFFERED. -PB]
1864         [Actually:  don't set _IO_IS_FILEBUF. -PB]
1866 Wed Jun 22 13:49:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1868         * stdiostream.cc, stdiostream.h (stdiobuf::buffered):  New methods.
1870         * iofdopen.c (_IO_fdopen):  Various minor improvements.
1872         * iovfscanf.c:  Don't return EOF on control_failure.
1874 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
1876         * iovfscanf.c:  Enforce the sequence of the conversion specifications.
1878 Fri Jun 17 20:57:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1880         * iofdopen.c:  Use fcntl to check that requested access mode is
1881         compatible with existing access mode, and to change the
1882         O_APPEND file status flag if need be.
1884 Thu Jun 16 17:33:50 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1886         * streambuf.h (ios::init):  Initialize all the fields.
1887         This may be overkill, but the current ANSI working paper requires it.
1888         * streambuf.h (ios::ios):  Reimplement in terms of ios::init.
1889         * iostream.cc (Non-default constructors istream::istream,
1890         ostream::ostream, iostream::iostream):  Cannot use a mem-initializer,
1891         because it is ignored if initializing a derived class.  Instead,
1892         call ios::init.
1894 Wed Jun 15 13:35:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1896         * stdstreams.cc (ISTREAM_DEF):  Fix typo (it's a _fake_istream, not
1897         a _fake_ostream).  Reported by Jason Shirk <jshirk@gomez.intel.com>.
1899         * stdiostream.h, stdiostream.cc (stdiobuf::~stdiobuf):  New.
1900         Call _IO_do_flush.
1901         * stdiostream.cc (stdiobuf::sync):  Call _IO_do_flush rather
1902         than filebuf::sync (to avoid bad seeks).
1904         * libioP.h (_IO_do_flush):  Add missing parentheses.
1906 Fri Jun  3 19:16:57 1994  Jason Merrill  (jason@deneb.cygnus.com)
1908         * config.shared (CXXFLAGS): Remove -fno-implicit-templates.
1910         * iomanip.h: Add explicit external instantiations.
1912 Wed Jun  1 14:14:44 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1914         * libio.h (struct _IO_FILE_plus):  Move definition from here ...
1915         * libioP.h (struct _IO_FILE_plus):  ... to here.  Since this
1916         file is private to the implementation, we can rename the fields
1917         from the implementor's to the user's name anme space.
1918         (This avoids a lossage on SCO, whose stdio.h has a #define _file.)
1919         * iofdopen.c, iofopen.c, stdfiles.c:  Fix field references accordingly.
1920         * iopopen.c (struct_IO_proc_file):  Rename fields from
1921         implementor's name space to user's, and update usages.
1922         * streambuf.h (streambuf::_vtable):  Re-implement to not need
1923         struct _IO_FILE_plus.
1924         * strfile.h (struct _IO_strfile_): Likewise.
1926 Wed Jun  1 13:57:48 1994  Jason Merrill  (jason@deneb.cygnus.com)
1928         * config.shared (CXXFLAGS): Use -fno-implicit-templates instead of
1929         -fexternal-templates.
1931 Tue May 31 08:49:28 1994  Mike Stump  (mrs@cygnus.com)
1933         * genops.c, iofclose.c, iofdopen.c, iofopen.c, iopopen.c: Be
1934         consistent about protecting #include <stdlib.h>.
1936         * ioputs.c: Add #include <string.h>, to avoid warning on alpha.
1938         * iofdopen.c: Add #include <stdlib.h>, so that malloc works on
1939         machines where sizeof(int) != sizeof(void *).
1941 Mon May 30 17:26:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1943         * pfstream.cc (ipfstream::ipfstream, opfstream::opfstream):
1944         Reverse sense of test of return value of procbuf::open.
1945         (It returns NULL on failure.)
1947         * filedoalloc.c (_IO_file_doallocate):  Remove dead code for
1948         USE_MALLOC_BUF.  Add code to return EOF if ALLOC_BUF fails.
1950 Sat May 28 13:47:47 1994  Jason Merrill  (jason@deneb.cygnus.com)
1952         * iomanip.cc: Explicitly instantiate smanip<int> and
1953         smanip<ios::fmtflags>.
1955 Wed May 25 16:04:12 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1957         * strfile.h:  Use __P instead of _PARAMS.
1959 Fri May 20 11:42:17 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1961         * libio.h: Rename _PARAMS macro to __P for better glibc and BSD
1962         compatibility.  (Also define _PARAMS for backwards compatibility.)
1963         * cleanup.c, iolibio.h, ioperror.c, iovfprintf.c, iovfscanf.c,
1964         libioP.h: Use __P instead of _PARAMS.
1965         * iostdio.h: Use __P instead of _ARGS.
1967         * fileops.c (_IO_file_read):  Minor stylistic tweak.  (It is
1968         preferable to test errno *after* the error return.)
1970 Fri May 13 15:25:36 1994  Jason Merrill  (jason@deneb.cygnus.com)
1972         * iostream.*: Add insertor and extractor for bool (just pretend
1973         it's an int).
1975 Fri May 13 14:12:03 1994  Mike Stump  (mrs@cygnus.com)
1977         * gen-params: Check for builtin bool support.
1979 Wed May 11 00:48:35 1994  Jason Merrill  (jason@deneb.cygnus.com)
1981         Make libg++ build with gcc -ansi -pedantic-errors
1982         * gen-params: #ifdef __STRICT_ANSI__, #define _G_NO_NRV.
1983         * pfstream.cc (ipfstream::ipfstream): Wrap use of variable-size
1984         array in #ifndef __STRICT_ANSI__.
1986 Fri May  6 12:42:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1988         * Makefile.in (VERSION):  Increase to 0.64.
1990         * isgetline.cc (istream::getline):  The delimiter should *not*
1991         be included in the gcount().
1993         * filedoalloc.c:  #include <stdlib.h> (If __STDC__) to get malloc.
1994         * iostream.h (ostream::put):  Remove overloaded versions, to match
1995         new working paper.  (Actually just put inside _STREAM_COMPAT, for now.)
1997 Tue May  3 14:14:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1999         * genops.c (_IO_default_finish):  Make robust when called
2000         multiple times on the same _IO_FILE*.  (One way this can
2001         happen is by the builtinbuf destructor being followed by the
2002         streambuf destructor.)
2004 Mon May  2 13:55:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
2006         * gen-params: Actually determine wint_t rather than depending on
2007         cpp to provide it or defaulting to the underlying type for
2008         wchar_t.
2010 Sat Apr 30 14:47:30 1994  Jason Merrill  (jason@deneb.cygnus.com)
2012         * gen-params: Add _G_wint_t, allow __*_TYPE__ to override values
2013         at compile time, fix definition of _G_ARGS.
2015 Fri Apr 29 16:55:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2017         * libio.h: Remove #pragma interface.  (There is no implementation.)
2019 Mon Mar 28 14:22:26 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2021         * iostream.cc (ostream::operator<<(double)):  Add/fix support
2022         for printing '+' when ios::showpos is set.
2023         (Fixes bug reported by Doug Moore <dougm@cs.rice.edu>.)
2024         * iostream.cc (istream::read):  Set eofbit as well as failbit on eof.
2025         * iostream.cc (ostream::operator<<(int)):  Fix conversion
2026         to unsigned (used to lose on INT_MIN).
2027         * iostream.cc (ostream::operator<<(long)):  Use (unsigned long),
2028         rather than (unsigned) for temporary.
2030         * config.shared, Makefile.in:  Remove definitions and uses
2031         of XTRAFLAGS.  It is no longer needed, since it is
2032         now implied by the -B flag.
2034 Fri Mar 25 00:31:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
2036         * builtinbuf.h: Add put /**/ around comment on trailing #endif.
2038         * Makefile.in (c++clean): Make clean in tests subdir, too.
2040 Wed Mar 23 16:42:09 1994  Doug Evans  (dje@canuck.cygnus.com)
2042         * configure.in: Remove Makefile.tem before creating it.
2043         Needed when configuring from read-only source trees.
2045 Wed Mar 16 14:06:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2047         * stdstreams.cc:  Fix so that stdiobuf are used for cin/cout/cerr,
2048         unless _STDIO_USES_IOSTREAM is defined.
2049         * filebuf.cc (filebuf::setbuf):  Fix confusion about return
2050         value from _IO_file_setbuf.
2052 Sun Mar 13 00:54:12 1994  Paul Eggert  (eggert@twinsun.com)
2054         * config.shared: Ensure that `all' precedes `.PHONY';
2055         BSDI 1.1 needs this.
2057 Sat Mar 12 03:58:00 1994  Paul Eggert  (eggert@twinsun.com)
2059         * config.shared: Output a definition of INSTALL that uses
2060         $${rootme}, not ${rootme}.  Most `make's don't care, but BSDI
2061         1.1 `make' does.
2063 Fri Mar  4 17:33:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2065         * iopopen.c:  #define _POSIX_SOURCE.
2066         * isgetline.c (istream::getline):  Various fixes.
2068 Thu Mar  3 17:58:20 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2070         * iostream.cc (write_int):  Fix test for when to add initial '0'
2071         when ios::oct and ios::showbase are set.
2072         For hex, showbase adds initial 0x (or 0X) regardless of val==0.
2073         Bugs reported by Phil Roth <proth@cs.uiuc.edu>.
2075 Mon Feb 21 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
2077         * libio.h (_IO_PENDING_OUTPUT_COUNT(_fp)): return the
2078         pending output count in _fp.
2080 Fri Feb 25 09:26:57 1994  Ian Lance Taylor  (ian@cygnus.com)
2082         * gen-params: For HAVE_SYS_WAIT, compile dummy.c, not dummy.C.
2084 Tue Feb 22 11:19:09 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2086         * streambuf.h, genops.c, libioP.h:  Rename references to
2087         _IO_FILE fields other_gbase => _IO_save_base,
2088         _aux_limit => _IO_backup_base, and _other_egptr => _IO_save_end.
2089         * libio.h:  Remove no-longer needed macros _other_gbase,
2090         _aux_limit, and _other_egptr.
2091         * genops.c (__underflow, _IO_default_finishh, _IO_unsave_markers):
2092         Check _IO_save_base for NULL before FREEing it or calling
2093         _IO_free_backup_area.
2095 Thu Feb 17 15:26:59 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2097         * gen-params:  Improve deduction of _G_uint32 and _G_int32.
2098         Should now work for 16-bit, 32-bit, or 64-bit targets.
2099         * gen-params:  Check for sys/wait.h using ${CC}, since it's
2100         now used in a C file, not a C++ file.
2101         * floatconv.c:  Typedef _G_uint32_t as unsigned32, and use
2102         unsigned32 in place of unsigned long.  (Needed for Alpha.)
2104 Tue Feb  8 13:40:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2106         * fileops.c (_IO_file_close_it):  Simplify by using _IO_do_flush.
2107         * fileops.c (_IO_file_finish):  Don't call _IO_file_close_it -
2108         do it inline.  Call _IO_do_flush even if _IO_DELETE_DONT_CLOSE.
2109         * fileops.c (_IO_file_attach):  Set _IO_DELETE_DONT_CLOSE.
2110         * genops.c (_IO_flush_all):  Only call overflow if there is
2111         something to write.
2112         * iofclose.c (_IO_fclose):  Check that magic number is correct,
2113         and clear it when done.  Avoids crashing some buggy applications.
2114         * iogetline.c (_IO_getline):  Don't gratuitously increment old_len.
2115         * iogets.c (_IO_gets):  Take care to get required ANSi semantics.
2117 Sun Feb  6 19:50:39 1994  Jason Merrill  (jason@deneb.cygnus.com)
2119         * iomanip.cc: Explicitly instantiate operator<< and >>.
2121 Fri Feb  4 12:28:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
2123         * config.shared (CXXFLAGS): Use -fexternal-templates.
2125         * iomanip.h: Uncomment #pragma interface.
2127 Thu Jan 20 13:48:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2129         If no characters are read by fgets, ANSI C doesn't allow '\0' to
2130         be written to the buffer, but it is required by ANSI C++
2131         for istream::get and istream::getline.  Both use _IO_getline ...
2132         * iogetline.c (_IO_getline):  Don't write a '\0' at the end
2133         of the read data.  The input buffer length does not include
2134         space for a '\0'.
2135         * iofgets.c, iogets.c:  Change appropriately.
2136         Also check for _IO_ERR_SEEN, as required by ANSI.
2137         * isgetline.cc:  Update accordingly.
2139 Mon Jan 17 13:24:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
2141         * Makefile.in (c++clean): Added target for compiler testing
2142         (i.e. make c++clean all).
2144 Mon Jan 10 11:20:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2146         * libio.h (_IO_putc):  Add parentheses.
2147         Patch from Rik Faith <faith@cs.unc.edu>.
2149 Tue Jan  4 01:32:28 1993  Hongjiu Lu (hjl@nynexst.com)
2151         * genops.c (_IO_default_xsputn):
2152           (_IO_default_xsgetn):
2153         * ioignore.c: change "_IO_size_t count" to
2154           "_IO_ssize_t count".
2155         * iogetline.c: change "_IO_size_t len" to
2156           "_IO_ssize_t len".
2158 Mon Dec 20 00:31:21 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2160         * config.shared (CXXINCLUDES):  Fix quoting of $(NOSTDINC).
2162 Sun Dec 19 21:03:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2164         * Makefile.in (VERSION):  Increase to 0.63.
2166 Fri Dec 17 13:02:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2168         * iofread.c (_IO_fread):  Return 0 if either size or count is 0.
2169         * iofwrite.c (_IO_fwrite):  Return 0 if either size or count is 0.
2170         (This is consistent with fread, and most implementations, but not
2171         with a literal reading of the ANSI spec.)
2172         * iovfscanf.c (_IO_vfscanf):  If got EOF while skipping spaces,
2173         set seen_eof and break (instead of returning).
2174         * sbscan.cc (streambuf::vscan):  Set error state before returning.
2175         * streambuf.h:  Add a forward declarations for class istream
2176         to work around a g++ vtable name mangling bug.  (Patch from
2177         harry@pdsrc.hilco.com via Jeffrey A Law <law@snake.cs.utah.edu>.)
2178         * NEWS:  New file.
2180 Sat Dec 11 16:21:08 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2182         * iovfprintf.c (struct helper_file, _IO_helper_overflow,
2183         helper_vfprintf, _IO_helper_jumps):  New structs and functions.
2184         (_IO_vfprintf):  Use helper_vfprintf to make printing to
2185         unbuffered files more efficient.
2186         * genops.c (_IO_default_underflow), libioP.h:  New function.
2188         * iovsscanf.c (_IO_vsscanf):  The input string's length marks
2189         its logical end-of-file.
2191 Wed Dec  8 13:20:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2193         * indstream.cc (indirectbuf::sync()):  Don't crash if get_stream()
2194         or put_stream() are NULL;  sync() both streams even if error.
2196 Sun Dec  5 19:24:29 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
2198         * iostreamP.h (convert_to_seekflags): Use _IO_seek_set instead of
2199         0 inside the conditial expressions.
2201         * iofsetpos.c (_IO_fsetpos): Delete unused var `pos'.
2203 Sat Dec  4 15:57:26 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2205         * filedoalloc.c (_IO_file_doallocate):  Change type of couldbetty
2206         to int, and type of size to _IO_size_t, instead of size_t.
2207         (Change needed for Ultrix, which incorrectly deliberately doesn't
2208         define size_t in <sys/types.h> if _POSIX_SOURCE is defined.)
2210 Thu Dec  2 22:43:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2212         * fileops.c (_IO_file_finish):  Remove redundant call to _IO_un_link.
2213         * iofclose.c (_IO_fclose):  Don't call fp->_jumps->__close;  it's
2214         too low-level.  Instead call _IO_file_close_it.
2215         * dbz/Makefile.in (rclean, distclean):  Add some missing files.
2217 Wed Dec  1 13:19:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2219         * config/hpux.mt (MATH_H_INLINES): No longer define.
2220         Patch from Jeffrey A Law <law@snake.cs.utah.edu>.
2222 Fri Nov 26 13:28:36 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2224         * config.shared (CINCLUDES):  Define default if libg++.
2225         * iofread.c:  Use _IO_sgetn.c.
2226         * iolibio.h (_IO_clearerr):  Fix typo.
2227         * genops.c (_IO_seekmark):  Return 0 on success.
2228         * floactconv.c (Binit):  Change to static.
2229         * iofclose.c (_IO_fclose):  Check if file is _IO_stdin, _IO_stdout,
2230         or _IO_stderr;  if so don't try to free it.  Fix from hjl@nynexst.com.
2232         * genops.c (_IO_default_sync), libioP.h:  New function.
2233         * libioP.h (_IO_default_close):  Use _IO_default_sync -same interface.
2235         * Makefile.in:  Increase version to 0.62.
2236         * iopopen.c (_IO_proc_close):  Use waitpid (available in libibarty,
2237         if needed), rather than wait.  Don't block/ignore SIGINT etc,
2238         as this is counter to Posix.2.
2239         * iopopen.c:  Chain open proc_files, and have the child close
2240         the ones that are open (as required by Posix.2).
2242         * fstream.h (fstreambase::rdbuf), strstream.h (strstreambase
2243         ::rdbuf):  Call ios::rdbuf() instead of getting _strbuf directly.
2245         * sbscan.cc (streambuf::vscan):  Comment out duplicate default arg.
2246         * floatconv.c:  Recognize Alpha and i860 as little-endian.
2247         * streambuf.cc:  Return two bogus value returns from void functions.
2248         * iolibio.h, iofwrite.c:  Fix buffer type to (const void*).
2249         * libio.h:  Predefine of struct _IO_FILE to help non-g++-compilers.
2250         * libioP.h, pfstream.cc, stdfiles.c, iovfscanf.c: Cleanup syntax junk.
2251         * stdstreams.cc:  Minor simplification.
2252         * streambuf.h, builtinbuf.cc:  Add non-const ios::_IO_fix_vtable()
2253         for temporary binary compatibility.
2255         * filedoalloc.c, fileops.c:  Add _POSIX_SOURCE.
2256         * fileops.c, iofopen.c, iofputs.c, iostream.cc, strops.c,
2257         strstream.cc, genops.c:  Add some missing #includes.
2258         * iofopen.c, iofdopen.c:  Return NULL if malloc fails.
2259         * iovfscanf.c:  Fix return type in strtol prototype.
2260         * fwrite.c:  Remove bogus file.
2262 Wed Nov 17 14:09:42 1993  Per Bothner  (bothner@cygnus.com)
2264         * builtinbuf.cc (ios::_IO_fix_vtable), streambuf.h:  Make method
2265         const, to reduce problems with -Wcast-qual.
2267 Tue Nov 16 19:30:42 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2269         * config.shared (CXXINCLUDE): use ${} instead of $() for NOSTDINC
2271 Tue Nov 16 14:15:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2273         * iopopen.c (_IO_proc_close):  Re-structure to avoid
2274         declarations after statements.
2275         * floatconv.c:  If not __STDC__, #define DBL_MANT_DIG.
2276         * config/isc.mt (G_CONFIG_ARGS): Remove bogus spaces.
2277         Patch from David A. Avery <daa@nic.cerf.net>.
2279 Tue Nov 16 15:58:31 1993  Mark Eichin  (eichin@cygnus.com)
2281         * Makefile.in (_G_config.h): explicitly use $(SHELL) to run
2282         gen-params, since we know it is a script (we're explicitly looking
2283         in ${srcdir} for it) and /bin/sh might not be good enough.
2285 Mon Nov 15 13:26:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2287         * builtinbuf.cc:  Don't depend on initialization of static
2288         variable builtinbuf::vtable, since that might happen after
2289         we need it (for a static constructor).  Instead, initialize
2290         it when needed by inlining the code from get_builtin_vtable
2291         into ios::_IO_fix_vtable().
2293         * floatconv.c:  Avoid using #elif, which some C compilers lack.
2294         * iogetline.c, libioP.h:  Make char parameter be int, to avoid
2295         some default promotion anomalies.
2297 Fri Nov  5 11:49:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2299         * config.shared (do-clean-dvi):  Remove TeX work files.
2300         * iopopen.c (extern _IO_fork):  Don't use parameter type void.
2301         * strops.c (_IO_str_init_static):  Clear the allocate_buffer
2302         function pointer, to mark the strfile as being static.
2303         Bug fix from Mike Raisbeck <mike@pudding.rtr.COM>.
2305 Thu Nov  4 10:44:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2307         * filebuf.cc (filebuf:): Use sseekoff rather than seekoff
2308         (which loses if vtable pointer is NULL).
2310         * iostream.cc (ostream::operator<<(long long n)):  Fix thinko.
2312         * Makefile.in (VERSION):  Increase to 0.60.
2313         * Makefile.in (IO_OBJECTS):  Added iopopen.o.
2314         * config.shared (DISTCLEAN):  Also remove Make.pack.
2315         * config.shared (CXXINCLUDES):  Add $(NOSTDINC).
2317         * config.shared (INSTALL):  Fix so it ues the correct install.sh
2318         whether $srcdir is absolute or relative.
2320         * floatconv.c (DBL_MAX_10_EXP): Fix default value.
2322 Wed Nov  3 10:20:49 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2324         * gen-params:  Make more robust to allow random junk (NeXT
2325         has spaces) before typedefs.
2327         * fileops.c (_IO_file_overflow):  Reduce code duplication.
2328         * Makefile.in (IO_OBJECTS):  Remove ioputs.o.
2330         * iovfscanf.c, libio.h:  Extra parameter to _IO_vfscanf,
2331         for optionally setting an error indication..
2332         * iofscanf.c, ioscanf.c, iofscanf.c, iovsscanf.c:  Fix calls to
2333         _IO_vfscanf to pass an extra NULL.
2334         * sbscan.cc (streambuf::vscan):  If passed an extra stream,
2335         set its error state (using new _IO_vfscanf parameter.
2337         * filedoalloc.c, fileops.c, genops.c, iogetline.c, ioignore.c,
2338         libio.h, libioP.h, streambuf.cc streambuf.h, strfile.h, strops.c,
2339         strstream.cc:  Replace macros (_base, _ebuf, _eback, _gptr, _egptr,
2340         _pbase, _pptr, _epptr) by field names (_IO_buf_base, _IO_buf_end,
2341         _IO_read_base, _IO_read_pre, IO_read_end, _IO_write_base,
2342         _IO_write_ptr, _IO_write_end).
2343         * libio.h:  Remove the old macros (which fixes a conflict.
2345 Mon Nov  1 15:22:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2347         * iostream.cc:  Use _IO_sputn instead of sputn.  _IO_sputn does
2348         not require a vtable pointer, and is also slightly faster.
2350         * builtinbuf.{h,cc} (builtinbuf::setbuf):  Fix return and
2351         parameter types.
2353 Mon Oct 25 12:56:33 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2355         Kludge to make sure _IO_FILE buffers get flushed before exit.
2356         * dbz/dbzmain.c, dbz/fake.c, dbz/byteflip.c:
2357         Invoke DBZ_FINISH macro (if defined) before (normal) exits.
2358         * dbz/Makefile.in (CFLAGS):  Define DBZ_FINISH to call _IO_flush_all.
2360 Sat Oct 23 22:10:53 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2362         * Makefile.in (VERSION):  Set to 0.60 for libg++ release.
2363         * fileops.c (_IO_file_attach):  Set _offset to _IO_pos_BAD.
2364         * iostream.cc (ostream::flush):  Fix thinkp.
2365         * editbuf.cc, isgetsb.cc, isscan.cc, osform.cc, parsestream.cc,
2366         pfstream.cc, sbform.cc, sbscan.cc, stdstreams.cc, stream.cc:
2367         Replace #include "ioprivate.h" by #include "libioP.h" (and
2368         sometimes stdarg.h, stdlib.h and/or string.h).
2369         * ioprivate.h:  Removed.
2372 Thu Oct 21 19:24:02 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2374         * PlotFile.h, SFile.h, editbuf.cc, editbuf.h, filebuf.cc,
2375         fstream.cc, fstream.h, indstream.cc, indstream.h, iomanip.cc,
2376         iomanip.h, ioprivate.h, iostream.cc, iostream.h, isgetline.cc,
2377         isgetsb.cc, parsestream.cc, parsestream.h, pfstream.cc,
2378         pfstream.h, procbuf.cc, procbuf.h, stdiostream.cc, stdiostream.h,
2379         stdstreams.cc, streambuf.cc, streambuf.h, strstream.cc,
2380         strstream.h:  Remove old (duplicate) copyright notices.
2382         * iostream.cc:  Fix calls to sync() to be safe in the presence
2383         of vtable-less streambufs.
2385 Wed Oct 20 15:22:04 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2387         * streambuf.h (streambuf::underflow, streambuf::overflow):
2388         Don't make virtual functions pure.
2389         * streambuf.cc (streambuf::underflow, streambuf::overflow):
2390         Default definitions (return EOF).
2391         * fstream.h:  Add new (int fd, char* buf, int len) constructors.
2392         These are deprecated, but added for AT&T compatibility.
2393         * fstream.cc fstreambase::fstreambase(int fd, char *p, int l): New.
2395 Thu Oct 14 14:57:01 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2397         * configure.in: use 'mv -f' instead of 'mv'
2399 Tue Oct 12 05:01:44 1993  Mike Stump  (mrs@cygnus.com)
2401         * floatconv.c: Fix typo, change __STDC to __STDC__.
2403 Mon Oct 11 17:03:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2405         * cleanup.c:  It should be #if _G_HAVE_ATEXIT, not #ifdef.
2407         * floatconv.c, iostrerror.c, iovfprintf.c, iovfscanf.c, libioP.h:
2408         Bunch of fixes to allow use of non-ANSI (K&R) C compilers.
2410         * Makefile.in (iostream.list):  Use CC=$(CXX) to force use of gcc.
2411         * README:  New file.
2413 Fri Oct  8 16:19:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2415         * Makefile.in:  Move ioungetc.o from STDIO_WRAP_OBJECTS to
2416         IO_OBJECTS (since it is needed for iovfscanf.c).
2417         * iostrerror.c:  Add declaration of strerror.
2419 Thu Oct  7 12:02:28 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2421         * cleanup.c:  New file, to cause flushing at exit.
2422         * filedoalloc.c:  Cause flushing on exit.
2423         * Makefile.in (OSPRIM_OBJECTS):  Add cleanup.o.
2424         * gen-params:  Check for atexit.
2426 Tue Oct  5 19:11:14 1993  Mike Stump  (mrs@cygnus.com)
2428         * ioperror.c (_IO_strerror): Add missing ()s in _PARAMS usage.
2430 Tue Oct  5 10:33:37 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2432         * iofprintf.c, iofscanf.c, ioprintf.c, ioscanf.c, iosprintf.c,
2433         iosscanf.c:  Remove bogus semi-colon after va_dcl.
2434         * ioperror.c:  Fix typos in declaration.
2436 Mon Oct  4 17:12:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2438         * configure.in (CLEAN):  Define (as _G_config.h *.a).
2440         * fileops.c (_IO_file_read):  Don't assume EINTR is defined.
2441         * iosetbuf.c:  Replace by generalized ...
2442         * iosetbuffer.c:  ... variant, derived from BSD.
2443         * Makefile.in (STDIO_WRAP_OBJECTS):  Change correspondingly.
2444         * iosetvbuf.c (iosetvbuf):  Minor ANSI tweak.
2445         * iostdio.h (setbuf, setlinebuf):  New #defines.
2446         * iolibio.h (_IO_setbuf, _IO_setlinebuf):  (Re-)define as macros.
2447         * Makefile.in (LIBIO_OBJECTS):  New macro.
2449 Tue Sep 28 14:15:52 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2451         * libioP.h (_IO_proc_open, _IO_proc_close): Add missing return types.
2452         * procbuf.cc:  Belated fixes.
2454 Mon Sep 27 14:04:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2456         * Makefile.in: List new files.  Add STDIO_WRAP_OBJECTS macro.
2457         * floatconv.c (d2b):  Use Exp_msk11 instead of Exp_msk1.
2458         * iofgetpos.c (_IO_fgetpos), iofsetpos.c (_IO_fsetpos):  Clean up.
2459         * iolibio.h:  New file.  Declarations of _IO_foo, for most foo
2460         where foo is a stdio function.  (Remove these from libio.h.)
2461         * iostream.h (istream::istreambuf, ostream::ostreambuf):  Move
2462         obsolete functions inside #ifdef _STREAM_COMPAT.
2463         * libio.h, libioP.h, streambuf.h, parsestream.h, stdiostream.h:
2464         Use _IO_fpos_t rather than _IO_pos_t.
2465         * iopopen.c:  New file type, for pipe (popen-like) streams.
2466         * procbuf.cc:  Now just a C++ wrapper for the files in iopopen.c.
2467         * streambuf.h (ios::unsetf):  Return complete old value of flags.
2468         * iogets.c (_IO_gets(), ioungetc.c (_IO_ungetc), ioperror.c
2469         (_IO_perror), iostrerror.c (_IO_strerror):  New files and
2470         functions, for stdio implementation.
2471         * iostdio.h:  Add declarations for various recently-added functions.
2473 Sun Sep 12 14:24:55 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2475         * streambuf.h (ios::showpos):: Fix typo.
2477 Fri Aug 27 12:05:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2479         * iopadn.c (_IO_padn):  Change to return count of chars written.
2480         * outfloat.c, iovfprintf.c:  Change for new _IO_padn interface.
2481         * iostream.cc (ostream::operator<<):  Make sure to set badbit
2482         on a failure (many places).  Use _IO_padn more.
2483         * iostream.cc (ostream& ostream::operator<<(const void *p):  Move to
2484         * osform.cc:  ... here, to reduce linking-in-the-world syndrome.
2485         * osform.cc: Use rdbuf(), instead of _strbuf directly.
2487         * genops.c (_IO_sgetn), libio.h:  New function.
2488         * streambuf.h (streambuf.h::sgetn):  Use _IO_sgetn.
2489         * SFile.cc (SFile::operator[]):  Use sseekoff, not seekoff.
2491 Thu Aug 26 10:16:31 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2493         * config.shared (SUBDIRS): only recurse if the directory is configured
2495 Wed Aug 25 12:56:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2497         * config/{hpux.mt, isc.mt, sco4.mt}:
2498         Moved from ../libg++/config (since they affect _G_config.h).
2499         * configure.in:  Set target_make_frag to one of the above files.
2501 Fri Aug 20 00:53:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2503         * iofopen.c (iofopen):  Fix type passed to _IO_un_link().
2504         * Makefile.in (_G_config.h):  Pass $CC (not $CXX) as CC.
2506         * configure.in (configdirs):  Add dbz and stdio.
2507         * fileops.c (_IO_file_seekoff):  Convert more old functionality.
2508         * iofdopen.c:  Use mode parameter to set _flags.
2509         * iofscanf.c, ioputs.c, ioscanf.c, iosprintf.c:  New files.
2510         * Makefile.in (IO_OBJECTS):  Added new objects.
2511         * iostdio.h:  Add feof. fscanf, puts, sprintf, vsprintf.
2512         * libio.h:  Add _IO_vprintf macro.
2513         * iofopen.c:  Invoke _IO_un_link if failure.
2514         * iovsprintf.c:  Write terminating NUL.
2516         * libioP.h:  Add COERCE_FILE macro (by default does nothing).
2517         * iofclose.c, iofflush.c, iofgets.c, iofprintf.c, iofputs.c,
2518         iofread.c, ioftell.c, iofwrite.c, iosetbuf.c, iosetvbuf.c:
2519         Invoke COERCE_FILE macro.
2520         * ioftell.c:  Use _IO_seekoff.
2522 Wed Aug 18 22:49:56 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2524         * sbform.cc (streambuf::form), sbscan.cc (streambuf::scan):
2525         Remove cast to _IO_va_list.  (Loses if array type.)
2527         * libio.h:  Handle _IO_va_list for systems that need <stdarg.h>.
2528         * floatconv.h:  Fix typo (reported by H.J.Lu).
2530 Wed Aug 18 19:34:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2532         * configure.in (INSTALLDIR): handle native vs. cross case
2534         * Makefile.in (install): don't use $TARGETLIB, set INSTALLDIR to
2535         $(libdir)
2537 Wed Aug 18 12:10:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2539         * Makefile.in:  Rename iostream-files to iostream.list.
2540         * configure.in:  Add iostream.list to MOSTLYCLEAN.
2542 Tue Aug 17 18:56:59 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2544         * Makefile.in:  Depend on _G_config.h where appropriate.
2545         * config.shared (CXXINCLUDES):  If doing libg++, search ../libio.
2547 Tue Aug 17 17:34:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2549         New directory.  Based on old libg++/iostream code,
2550         but extensively re-written.