Fi xexecute/bcp-1.c: Treat CONSTANT_P_RTX as a general operand in movsi.
[official-gcc.git] / libio / ChangeLog
blobee9ce72478e2666aeea7c1ede4b502946163a072
1 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
3         * iomanip.h: Use __extension__ for `extern' explicit template
4         instantiations.
6 1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
8         * strfile.h: Define __PMT if not already defined.
10 1998-08-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
12         * libioP.h: Use __PMT in typedefs.
13         * strfile.h: Likewise.
15 1998-06-29  Ulrich Drepper  <drepper@cygnus.com>
17         * libio.h: Rewrite __PMT change so that it works with platforms
18         defining __P but not __PMT.
20         * libio.h (__PMT): New macro.  Defined like __P.  Use is for
21         function pointers.
23 1998-06-27  Manfred Hollstein  <manfred@s-direktnet.de>
25         * Makefile.in (install): Remove superfluous /include.
27 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
29         * config.shared (FLAGS_TO_PASS): Add gcc_version_trigger.
30         (Makefile): Add dependency upon $(gcc_version_trigger).
32 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
34         * Makefile.in (install): Install _G_config.h depending on new flag
35         --enable-version-specific-runtime-libs.
36         * config/linux.mt (gxx_include_dir): Remove definition here as we use
37         gcc's default anyway.
39 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
41         * config.shared (FLAGS_TO_PASS): Add gcc_version.
43 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
45         * config.shared (FLAGS_TO_PASS): Add libsubdir.
47 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
49         * genops.c (__underflow): Read character from read pointer as unsigned.
50         (__uflow): Likewise.
52 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
54         * strops.c (_IO_str_underflow): Read newly available character
55         from buffer as unsigned.
57 Sun Apr 19 22:13:36 1998  H.J. Lu  (hjl@gnu.org)
59         * isgetline.cc (istream::get): Fix a typo.
61 Thu Mar  5 09:23:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
63         * configure.in: Make locating frag files failsafe even for the
64         special case if configuring and building in srcdir.
66 1998-02-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
68         Changes for _G_IO_IO_FILE_VERSION == 0x20001:
69         * libioP.h (_IO_showmanyc_t, _IO_SHOWMANYC, _IO_imbue_t,
70         _IO_IMBUE): New definitions.
71         (struct _IO_jump_t): Add __showmanyc and __imbue fields.
72         (_IO_file_fopen): Add new fourth argument.
73         * filebuf.cc (filebuf::open): Pass new fourth argument to
74         _IO_file_fopen.
75         * iolibio.h (_IO_freopen): Likewise.
76         * streambuf.cc (streambuf::showmanyc, streambuf::imbue): New
77         functions.
78         * streambuf.h (_IO_wchar_t): Define to _G_wchar_t.
79         (ios::fill): Remove casts.
80         (struct streambuf): Add showmanyc and imbue members.
82         * iostream.cc (ostream::operator<<(double n)) [__GLIBC_MINOR__ >=
83         1]: Initialize new fields is_char of struct printf_info.
84         (ostream::operator<<(long double n)) [__GLIBC_MINOR__ >= 1]:
85         Likewise.
87 Sun Feb 22 17:24:53 1998  Jeffrey A Law  (law@cygnus.com)
89         * config.shared: Bring back changes from Ian and Fred that were
90         accidentally clobbered.  Should eliminate the need for Dave's
91         recent change.
93 Tue Feb 17 21:56:25 1998  H.J. Lu  (hjl@gnu.org)
95         * config/linux.mt (IO_OBJECTS): Add iogetline.o.
96         * config/linuxlibc1.mt: Ditto.
98         * iogetline.c (_IO_getline_info): Renamed from _IO_getline.
99         (_IO_getline): Just call _IO_getline_info.
101         * isgetline.cc (istream::getline, istream::get, _sb_readline):
102         Call _IO_getline_info instead of _IO_getline and get the EOF
103         information.
104         * sbgetline.cc (streambuf::sgetline): Ditto.
106         * libioP.h (_IO_getline_info): New declaration.
108         * iogetline.c (_IO_getline): Handle the case when there is no
109         buffer.
111 Fri Feb 13 00:57:20 1998  Krister Walfridsson (cato@df.lth.se)
113         * fileops.c: #include <unistd.h>.
114         * ioprims.c: Likewise.
116 1998-02-10  Mark Mitchell  <mmitchell@usa.net>
118         * iostream.cc (ostream::operator<<(long double)): Don't use
119         labeled initializers.
121 Fri Feb  6 01:35:56 1998  Manfred Hollstein  <manfred@s-direktnet.de>
123         * config.shared (FLAGS_TO_PASS): Don't emit PICFLAG.
124         (.c.o): Check value of enable_shared, not PICFLAG.
125         (.C.o): Dito.
126         (.cc.o): Dito.
127         (stamp-picdir): Dito.
129 Thu Feb  5 17:41:26 1998  Dave Brolley  <brolley@cygnus.com>
131         * config.shared (LIBS): Change to -L../../libstdc++ (was -L../libstdc++)
132         if ${DOING_GPERF} is true.
134 1998-01-20  Andreas Schwab  (schwab@issan.informatik.uni-dortmund.de)
136         * iostream.cc (istream::operator>>(long double&))
137         [!_G_HAVE_LONG_DOUBLE_IO]: Scan value into separate variable, in
138         case long double is bigger than double.
139         (ostream::operator<<(double)) [_G_HAVE_PRINTF_FP]: Fix order of
140         initializers of struct printf_info to match declaration order,
141         to work around g++ bug.
142         (ostream::operator<<(long double)) [_G_HAVE_PRINTF_FP]: Likewise.
144         * gen-params: Add missing quotes.  Avoid useless use of command
145         substitution.
147 Sun Feb  1 13:29:47 1998  H.J. Lu  (hjl@gnu.org)
149         * filebuf.cc (filebuf::open): Call _IO_file_open if
150         _G_HAVE_IO_FILE_OPEN is 1.
152         * libio.h (_IO_fpos64_t, _IO_off64_t): Defined if
153         _G_IO_IO_FILE_VERSION == 0x20001.
155         * libioP.h (_IO_file_open): New declaration.
157         * libio.h (_IO_FILE, _IO_stdin_, _IO_stdout_, _IO_stderr_,
158         _IO_seekoff, _IO_seekpos): Add support for libio in glibc 2.1.
159         * libioP.h (_IO_seekoff_t, _IO_seekpos_t, _IO_seek_t,
160         _IO_seekoff, _IO_seekpos, _IO_default_seekoff,
161         _IO_default_seekpos, _IO_default_seek, _IO_file_seekoff,
162         _IO_file_seek, _IO_str_seekoff, _IO_pos_BAD, _IO_pos_as_off,
163         _IO_pos_0): Ditto.
164         * streambuf.h (streamoff, streampos): Ditto.
166         * gen-params (__extension__): Use only if gcc version >= 2.8.
168 Sun Feb  1 13:08:18 1998  Krister Walfridsson (cato@df.lth.se)
170         * dbz/dbz.c (putconf): Handle systems which use "long long" as type
171         for "off_t".
172         * dbz/dbzmain.c (mkfiles): Likewise.
174 Wed Jan 28 10:27:11 1998  Manfred Hollstein  <manfred@s-direktnet.de>
176         * config.shared (FLAGS_TO_PASS): Add gxx_include_dir.
178         * stdio/configure.in, tests/configure.in: Update with yesterday's
179         toplevel configure.in changes.
180         * testsuite/configure.in: Likewise.
182         * config.shared: Fix typo in yesterday's changes.
184 Tue Jan 27 23:26:07 1998  Manfred Hollstein  <manfred@s-direktnet.de>
186         * config.shared: Emit everything which needs to be re-definable
187         via file descriptor 1; the generic stuff is emitted using redirection
188         onto fd 2.
190         * configure.in (package_makefile_rules_frag): New variable
191         which is used in the call to config.shared; redirect file descriptor 2
192         to ${package_makefile_rules_frag}.
194 Tue Jan 27 10:35:22 1998  H.J. Lu  (hjl@gnu.org)
196         * configure.in (topsrcdir): New.
197         (CHECK_SUBDIRS, configdirs): Check ${topsrcdir}/gcc instead.
198         (config-ml.in): Use ${topsrcdir}/config-ml.in.
200         * tests/configure.in (topsrcdir): New.
201         (CHECK): Check ${topsrcdir}/gcc instead.
203 Fri Jan 16 00:48:03 1998  Manfred Hollstein  <manfred@lts.sel.alcatel.de>
205         * config.shared (FLAGS_TO_PASS): Add SHELL.
207 Thu Jan 15 00:21:58 1998  Ian Lance Taylor  <ian@cygnus.com>
209         * configure.in: For *-*-cygwin32*, add a -I for winsup to both
210         XCINCLUDES and XCXXINCLUDES.
211         * config.shared: Use ${host_includes} when setting CXXINCLUDES in
212         the DOING_LIBGXX case.
213         * Makefile.in (_G_config.h): Pass $(CINCLUDES) in CC and
214         $(CXXINCLUDES) in CXX when running gen-params.
216 Tue Jan 13 21:32:08 1998  H.J. Lu  (hjl@gnu.org)
218         * configure.in (CHECK_SUBDIRS): Set to testsuite only if
219         ${srcdir}/../gcc exists.
220         (configdirs): Include testsuite only if ${srcdir}/../gcc exists.
222         * tests/Makefile.in (check): Depend on $(CHECK).
224         * tests/configure.in (CHECK): Set to "check-iostream
225         check-stdio" if ${srcdir}/../../gcc doesn't exists.
227 Thu Jan  8 18:09:03 1998  Fred Fish  <fnf@cygnus.com>
229         * config.shared (THIS_FILE): Really found via TOLIBIO instead
230         of TOLIBCXX, which is empty when configuring gperf.
231         (LIBS): When linking gperf, find libstdc++ relative to TO_TOPDIR
232         instead of hardcoded "../".
234 1997-12-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
236         Don't make gperf depend upon libg++.
237         * config.shared (TOLIBGCXX) [DOING_GPERF]: Delete.
238         (LIBS) [DOING_GPERF]: Make it just `-L../libstdc++ -lstdc++'.
240 Thu Dec 11 11:20:59 1997  H.J. Lu  (hjl@gnu.org)
242         * configure.in (target frags): Add *-linux-gnu.
244 Fri Dec  5 16:22:15 1997  H.J. Lu  (hjl@gnu.org)
246         * streambuf.cc (streambuf::~streambuf): Don't delete _lock
247         for _IO_stdin/_IO_stdout/_IO_stderr.
249 Thu Nov 27 01:32:43 1997  Jeffrey A Law  (law@cygnus.com)
251         * Makefile.in (install): Change gxx_includedir to gcc_include_dir.
252         * config.shared (gxx_includedir): Remove default definition.
253         * config/linux.mt: Change gxx_includedir to gxx_include_dir.
254         * config/linuxaxp1.mt: Likewise.
256 Wed Nov 26 16:08:50 1997  Richard Henderson  (rth@cygnus.com)
258         * configure.in (target frags): Add powerpc*-linux-gnulibc1.
259         (stdio-lock): Similarly.
261         * configure.in (target frags): Add alpha*-linux-gnulibc1.
262         (pic frags): Its alpha*- not alpha-.
263         (stdio-lock): Kill everything.  Add alpha*-linux-gnulibc1.
264         * libio.h: Check __GLIBC_MINOR__ to find stdio-lock.h.  If not
265         _IO_MTSAFE_IO & GLIBC, make sure the lock pointer is still there.
266         * libioP.h: Check __GLIBC_MINOR__ to find libc-lock.h.
268         * config/linuxaxp1-libc-lock.h: New file.
269         * config/linuxaxp1-stdio-lock.h: New file.
270         * config/linuxaxp1.mt: New file.
272         * gen-params (va_list): Check for and use __gnuc_va_list.
273         (NULL): Work around some linux kernel headers and redefine NULL.
275 Mon Nov 24 17:04:18 1997  Michael Meissner  <meissner@cygnus.com>
277         * stdiostream.cc (sys_read): Declare ch with int type, rather than
278         without a type.
280 Tue Nov 18 09:53:58 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
282         * stdstrbufs.cc (DEF_STDFILE): Use STD_VTABLE.
284 Tue Nov 11 01:40:17 1997  Oleg Krivosheev <kriol@fnal.gov>
286         * iomanip.h: Fix guiding decls.
288 1997-11-05  Brendan Kehoe  <brendan@lisa.cygnus.com>
290         * libio.h (__P): Name its arg `p' instead of `params'.
291         Avoids problems with an unchanged Solaris math.h header.
293 Wed Oct 29 23:01:47 1997  Jason Merrill  <jason@yorick.cygnus.com>
295         * gen-params: Override NULL.
297 1997-10-27 03:53  Ulrich Drepper  <drepper@cygnus.com>
299         * stdio-lock.h: Removed.  Was never needed.
301 Wed Oct 22 19:19:32 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
303         * libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
304         not defined.
306         * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if
307         __linux__ is defined instead of __ELF__
309         * config/linuxlibc1.mt (USER_INCLUDES): Add libio.h.
311 1997-10-15  Ulrich Drepper  <drepper@cygnus.com>
313         * configure.in: Create compatibility code in bits/libc-lock.h file.
315 Thu Oct  9 07:08:41 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
317         * libio.h (_IO_LOCK_T): Handle glibc 2 when _IO_MTSAFE_IO is
318         not defined.
320         * filedoalloc.c (_IO_file_doallocate): Don't call
321         _IO_cleanup_registration_needed if __linux__ is defined.
323         * iofclose.c (fclose): Make it weak alias of _IO_fclose if
324         __ELF__ is defined.
326         * iovsprintf.c (vsprintf): Make it weak alias of _IO_vsprintf
327         if __ELF__ is defined.
329         * iovsscanf.c (vsscanf): Make it weak alias of _IO_vsscanf if
330         __ELF__ is defined.
332         * config/linuxlibc1.mt (MT_CFLAGS): Defined as -D_G_HAVE_MMAP.
333         (IO_OBJECTS): Add filedoalloc.o fileops.o genops.o iofclose.o
334         iovsprintf.o iovsscanf.o strops.o.
336 Fri Oct  3 10:13:13 1997  Jason Merrill  <jason@yorick.cygnus.com>
338         * iostream.cc, libio.h: Convert other uses of #ifdef
339         _G_HAVE_PRINTF_FP to #if.
341 1997-10-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
343         * iostream.cc (operator<<): Use `#if _G_HAVE_PRINTF_FP', not ifdef.
345 Thu Oct  2 10:36:49 1997  Jason Merrill  <jason@yorick.cygnus.com>
347         * gen-params: Fix __printf_fp test.
348         * config/linuxlibc1.mt (gxx_includedir): Don't define.
350 Thu Oct  2 10:36:26 1997  Ulrich Drepper  <drepper@rtl.cygnus.com>
352         * config/linuxlibc1.mt (_G_CONFIG_H): Don't define.
353         * gen-params: Add test for __printf_fp.
355 Sun Sep 28 12:09:04 1997  Mark Mitchell  <mmitchell@usa.net>
357         * iomanip.h: Use new friend <> syntax.
359 Sun Sep 28 12:04:21 1997  Jason Merrill  <jason@yorick.cygnus.com>
361         * libio.h: Don't use _IO_LOCK_T if it's not defined.
363 Fri Sep 26 20:56:41 1997
365         Based on a patch by H.J. Lu  (hjl@gnu.ai.mit.edu).
367         * Makefile.in (STDIO_OBJECTS): New. Defined as stdfiles.o.
368         (LIBIO_OBJECTS): Add $(STDIO_OBJECTS).
369         (PICFLAG): New, empty.  moved to here from config.shared.
371         * config.shared (DISTCLEAN): Add target-mkfrag.
372         (PICFLAG): Removed.
374         * configure.in (*-linux-gnulibc1): Remove warning.
375         (*-linux-gnu): Use linux.mt mtsafe.mt.
376         (alpha-*-linux*): Use mh-elfalphapic.
378         * gen-params (_G_ullong): Also check unsigned long long int.
379         (_G_llong): Also check long long int.
381         * libio.h (_IO_lock_t): Add support for the Linux libc 5.
382         (_IO_peekc): Defined as _IO_peekc_unlocked if _IO_MTSAFE_IO
383         is not defined.
385         * iostream.cc (__cvt_double): Fix a typo in declaration.
386         (info): Use expr != 0 to initialize the bit fields. Don't
387         initialize "extra" for the Linux libc 5.
389         * streambuf.h (_G_NEED_STDARG_H): Changed from _IO_NEED_STDARG_H.
391         * config/linux.mt (STDIO_OBJECTS): New, empty.
392         (MT_CFLAGS): Removed.
394         * config/linuxlibc1.mt: Rewrite.  it's identical to linux.mt but
395         IO_OBJECTS mentions files not in early libc5 versions.
397         * config/mtsafe.mt: New.
399         * dbz/Makefile.in (check): Support make -j.
401         * tests/tFile.cc (tempfile): Fix a typo.
403 1997-09-19 11:52  Jim Wilson  <wilson@cygnus.com>
405         * Makefile.in (LIBIO_OBJECTS): Depend on _G_CONFIG_H.
407 1997-09-17 04:08  Ulrich Drepper  <drepper@cygnus.com>
409         * iostream.cc: Add forward declaration for __cvt_double.
410         * libio.h: Define _IO_USE_DTOA is _G_HAVE_PRINTF_FP is not defined.
411         * strops.c (_IO_str_count): Correct last change.
413 1997-09-17 02:50  Ulrich Drepper  <drepper@cygnus.com>
415         * libioP.h: Define __set_errno if not already defined.
417 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
419         * config/linux.mt: Rewrite for use with glibc 2.
420         * config/linuxlibc1.mt: Old content of linux.mt, fir libc4 and
421         libc5.
423         * config.shared (COMPILE.c): Allow new flags in MT_CFLAGS be
424         passed.
425         (COMPILE.cc): Likewise.
427         * configure.in (*-linux*): Remove goal.  We now have...
428         (*-linux-gnulibc1): For libc4 and libc5.  Emit warning.
429         (*-linux-gnu)): For glibc 2.
430         Create links to find headers for multi-threading if necessary.
432         * fileops.c: Make thread-safe by using _IO_cleanup_region_start
433         etc to handle cancelation.  Acquire locks in functions which are
434         called directly.
435         (_IO_file_read, _IO_file_write): Remove dead code.
437         * include/empty.h: Define stub macros for locking.
439         * iolibio.h: Add prototypes for obstack printing functions.
441         * ioseekoff.c (_IO_seekoff): Lock stream before working.
442         * ioseekpos.c (_IO_seekpos): Likewise.
444         * iostream.cc: Add support for long double I/O.
445         Use __printf_fp from glibc is available.
446         Use _IO_cleanup_region_start to handle cancelation correctly.
447         * iostream.h (class ostream): Change opfx and osfx to lock/unlock
448         stream
449         (class istream): Likewise for ipfx, ipfx0, ipfx1, and isfx.
450         Declare new function lock and unlock for ostream and istream.
451         * osform.cc: Use _IO_cleanup_region_start to handle cancelation
452         correctly.
454         * libio.h: Update from glibc version.  Pretty printing.
455         * libioP.h: Likewise.
457         * outfloat.c: Only compile if _IO_USE_DTOA is defined.
459         * stdio/feof.c: Make thread safe.
460         * stdio/ferror.c: Likewise.
461         * stdio/getc.c : Likewise.
462         * stdio/putc.c : Likewise.
463         * stdio/stdio.h: Declare function of thread-safe API.
465         * stdio/obprintf.c: New file.
466         * stdio/vasprintf.c: New file.
468         * stdio-lock.h: Removed.
470         * stdstrbufs.c: Add definitions for thread-safe streams.
472         * streambuf.cc: Initialize lock.
474         * strops.c (_IO_str_count): Undo last change.
476         * tests/tFile.cc: Support parallel builds by avoiding fixed
477         name for test file.
479 Thu Sep 11 18:43:56 1997  Jason Merrill  <jason@yorick.cygnus.com>
481         * Makefile.in (iostream.list): Remove STDIO_WRAP_OBJECTS.
483 Mon Sep  8 01:30:27 1997  Weiwen Liu    <liu@hepunix.physics.yale.edu>
485         * libio.h: Fix typo.
487 Sun Sep  7 23:00:18 1997  Jim Wilson  (wilson@cygnus.com)
489         * linux.mt (LIBIOSTREAM_DEP): Change stdio.list to stmp-stdio.
491 Fri Sep  5 09:58:43 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
493         * Makefile.in (iostream.list): Instead of adding stdio.list, add
494         STDIO_WRAP_OBJECTS.
495         (iostream.list): Lose dependency on stmp-stdio, not necessary for
496         our stuff.  The stdio stuff is present here just for uniformity
497         with glibc.
499 Thu Sep  4 17:26:22 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
501         * parsestream.cc (general_parsebuf): Cast return of malloc to char*.
503 1997-09-04 16:11  Ulrich Drepper  <drepper@cygnus.com>
505         Change compared to version initially intended to in:
506         * strops.c (_IO_str_count): Still use _IO_write_ptr, not
507         _IO_write_end, for now.
509         * iofeof.c, ioferror.c, iofflush_u.c, iogetc.c, ioputc.c, peekc.c,
510         stdio-lock.h: New files.
512         * include: New dir.
513         * include/empty.h: New header.
515         * filedoalloc.c: Update and reformat copyright.
516         Don't use DEFUN.
517         Use __set_errno throughout the code to support multi-threaded
518         programs.
519         Correct layout to follow the Coding Standard.
520         Add casts to prevent warnings.
521         * fileops.c: Likewise.
522         * genops.c: Likewise.
523         * iofclose.c: Likewise.
524         * iofdopen.c: Likewise.
525         * iofflush.c: Likewise.
526         * iofgetpos.c: Likewise.
527         * iofgets.c: Likewise.
528         * iofopen.c: Likewise.
529         * iofprintf.c: Likewise.
530         * iofputs.c: Likewise.
531         * iofread.c: Likewise.
532         * iofsetpos.c: Likewise.
533         * ioftell.c: Likewise.
534         * iofwrite.c: Likewise.
535         * iogetdelim.c: Likewise.
536         * iogetline.c: Likewise.
537         * iogets.c: Likewise.
538         * iopadn.c: Likewise.
539         * iopopen.c: Likewise.
540         * ioputs.c: Likewise.
541         * ioseekoff.c: Likewise.
542         * iosetbuffer.c: Likewise.
543         * iosetvbuf.c: Likewise.
544         * iosprintf.c: Likewise.
545         * ioungetc.c: Likewise.
546         * iovsprintf.c: Likewise.
547         * iovsscanf.c: Likewise.
548         * libio.h: Likewise.
549         * libioP.h: Likewise.
550         * stdfiles.c: Likewise.
551         * strfile.h: Likewise.
552         * strops.c: Likewise.
554         * Makefile.in (IO_OBJECTS): Add peekc.o, iogetc.o, ioputc.o,
555         iofeof.o, and ioferror.o.
556         (iostream.list): Depend upon stmp-stdio.  Add the entries
557         from stdio.list to iostream.list.
558         (stmp-stdio): New name for what was the stdio/stdio.list rule.
559         All it now does is cd down into stdio and build stdio.list.
561         * configure.in (ALL): Add libiostream.a.
563         * libio.h [_IO_MTSFE_IO]: Include header declaring locking code.
564         Otherwise define opaque _IO_lock_t.
565         Define _IO_cookie_file.
566         Rename _IO_getc to _IO_getc_unlocked, _IO_peekc to _IO_peekc_unlocked,
567         _IO_putc to _IO_putc_unlocked, _IO_feof to _IO_feof_unclocked, and
568         _IO_ferror to _IO_ferror_unlocked.
569         Add prototypes for _IO_getc, _IO_putc, _IO_feof, _IO_ferror,
570         and _IO_peekc_locked.
571         Add declarations for _IO_flockfile, _IO_funlockfile, and
572         _IO_ftrylockfile.  If !_IO_MTSAFE_IO define _IO_flockfile,
573         _IO_funlockfile, _IO_ftrylockfile, _IO_cleanup_region_start, and
574         _IO_cleanup_region_end as empty macros.
576         * libioP.h: Change type of finish function to take an additional int
577         argument and change declaration of finish functions.
578         Add prototypes for _IO_seekoff and _IO_seekpos.
579         If _G_HAVE_MMAP is defined use stream buffers allocated with mmap.
580         Redefine FREE_BUF and ALLOC_BUF macros to help in both situations.
581         (FILEBUF_LITERAL): If we compile for a thread-safe library also
582         initialize lock member.
584         * filedoalloc.c: Take care for systems already defining _POSIX_SOURCE.
585         Keep name space clean on systems which require this.
586         (_IO_file_doallocate): Adopt ALLOC_BUF call for changed semantic.
588         * fileops.c: Keep name space clean on systems which require this.
589         (_IO_file_attach): Don't fail if seek failed because it's used on a
590         pipe.
591         (_IO_file_underflow): Update buffer pointers before calling `read'
592         since the `read' might not return anymore.
593         (_IO_file_overflow): If stream allows no writes set error flag.
594         (_IO_seekoff): Make sure that after flushing the file pointer in
595         the underlying file is exact.
596         (_IO_file_read): Don't restart `read' syscall if it return EINTR.
597         This violates POSIX.
598         (_IO_file_write): Likewise for `write'.
599         (_IO_cleanup): Install as exit handler in glibc.
601         * genops.c (_IO_setb): Correctly use FREE_BUF.
602         (_IO_default_doallocate): Correctly use ALLOC_BUF.
603         (_IO_init): Initialize lock in stream structure.
604         (_IO_default_finish): Destroy lock.
605         (_IO_get_column): Don't compile since it's not needed.
606         (_IO_nobackup_default): Likewise.
608         * iopopen.c: Take care for systems already defining _POSIX_SOURCE.
609         Correct _IO_fork and _IO_dup2 prototypes.
611         * iofclose.c: Acquire lock before starting the work.
612         * iofflush.c: Likewise.
613         * iofgetpos.c: Likewise.
614         * iofgets.c: Likewise.
615         * iofputs.c: Likewise.
616         * iofread.c: Likewise.
617         * iofsetpos.c: Likewise.
618         * ioftell.c: Likewise.
619         * iofwrite.c: Likewise.
620         * iogetdelim.c: Likewise.
621         * iogets.c: Likewise.
622         * ioputs.c: Likewise.
623         * iosetbuffer.c: Likewise.
624         * iosetvbuf.c: Likewise.
625         * ioungetc.c: Likewise.
627         * iofdopen.c: Create and initialize lock for new stream.
628         * iofopen.c: Likewise.
629         * iopopen.c (_IO_popen): Likewise.
630         * iovsprintf.c: Likewise.
631         * iovsscanf.c: Likewise.
633         * genops.c: Make weak aliases for various functions.
634         * iofclose.c: Likewise.
635         * iofdopen.c: Likewise.
636         * iofflush.c: Likewise.
637         * iofgetpos.c: Likewise.
638         * iofgets.c: Likewise.
639         * iofopen.c: Likewise.
640         * iofputs.c: Likewise.
641         * iofread.c: Likewise.
642         * iofsetpos.c: Likewise.
643         * ioftell.c: Likewise.
644         * iofwrite.c: Likewise.
645         * iogetdelim.c: Likewise.
646         * iogets.c: Likewise.
647         * ioputs.c: Likewise.
648         * iosetbuffer.c: Likewise.
649         * iosetvbuf.c: Likewise.
650         * ioungetc.c: Likewise.
651         * iovsprintf.c: Likewise.
652         * iovsscanf.c: Likewise.
654         * iofflush_u.c: New file.  fflush_unlocked implementation.
656         * iostream.h [_G_HAVE_LONG_DOUBLE_IO]: Declare real long double
657         output operator.
659         * peekc.c: New file.  Implement _IO_peekc_locked function.
661         * stdfiles.c: If we compile for a thread-safe library also define
662         lock variable.
664 Tue Aug 26 12:24:01 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
666         * testsuite/Makefile.in (check): Don't depend on site.exp.
667         (just-check): Depend on site.exp.
669 Wed Aug 20 02:01:34 1997  Jason Merrill  <jason@yorick.cygnus.com>
671         * iostream.h: Add copy assignment ops for _IO_?stream_withassign.
673 Tue Jul 22 10:31:41 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
675         * config.shared (CHECK_SUBDIRS): Use install-sh, not install.sh.
677 Wed Jun 25 12:20:55 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
679         * config.shared (DOING_GPERF): Look for this, defining TOLIBGXX
680         and LIBS for it.
682 Wed Jun 18 11:03:34 1997  Bob Manson  <manson@charmed.cygnus.com>
684         * config.shared (FLAGS_TO_PASS): Don't include RUNTEST.
686 Tue Jun 17 22:23:48 1997  Bob Manson  <manson@charmed.cygnus.com>
688         * config.shared (FLAGS_TO_PASS): Pass RUNTEST and RUNTESTFLAGS.
690 Fri May 16 21:08:53 1997  Bob Manson  <manson@charmed.cygnus.com>
692         * iovfprintf.c: Declare __cvt_double before use.
694         * floatconv.c (d2b): Use _G_int32_t instead of int for the
695         e and bits parameters.
696         (_IO_strtod): Use _G_int32_t.
698         * gen-params: Look for NO_USE_DTOA and USE_INT32_FLAGS.
700         * strops.c (_IO_str_init_static): use _G_int32_t appropriately.
702         * libio.h: If _G_NO_USE_DTOA is set, then don't define
703         _IO_USE_DTOA.
705         * config/mn10200.mt: Don't use dtoa, it only works
706         for "real" doubles.
708 Thu May 15 17:44:12 1997  Bob Manson  <manson@charmed.cygnus.com>
710         * configure.in: Set CHECK_SUBDIRS to testsuite if we're doing
711         a cross compile.
713         * config.shared(check): Only run make check in the directories
714         specified by CHECK_SUBDIRS. Set CHECK_SUBDIRS to SUBDIRS
715         if it has no previous value.
717 Thu May  1 17:35:19 1997  Jason Merrill  <jason@yorick.cygnus.com>
719         * Makefile.in (test, tpipe): Add $(CFLAGS).
721 Wed Apr 30 12:16:29 1997  Jason Merrill  <jason@yorick.cygnus.com>
723         * configure.in: Don't turn on multilib here.
725 Sat Apr 26 13:38:21 1997  Bob Manson  <manson@charmed.cygnus.com>
727         * configure.in (configdirs): Add testsuite directory.
729         * testsuite/ChangeLog:
730         * testsuite/Makefile.in:
731         * testsuite/libio.tests/tiomanip.exp:
732         * testsuite/libio.tests/tstdiomisc.exp:
733         * testsuite/libio.tests/tiomisc.exp:
734         * testsuite/libio.tests/tFile.exp:
735         * testsuite/libio.tests/tfformat.exp:
736         * testsuite/libio.tests/tiformat.exp:
737         * testsuite/libio.tests/hounddog.exp:
738         * testsuite/libio.tests/putbackdog.exp:
739         * testsuite/configure.in:
740         * testsuite/lib/libio.exp:
741         * testsuite/config/default.exp:
742         New files for DejaGnu-style testsuite.
744 Fri Apr  4 03:16:44 1997  Ulrich Drepper  <drepepr@cygnus.com>
746         * configure.in: Enable multilibing by default.
747         Update multilib template to read config-ml.in.
749         * floatconv.c: Enable use in cross targets which use the
750         newlib ieeefp.h header.
752 Thu Jan 23 09:16:16 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
754         * libioP.h (_IO_file_attach): Delete redundant decl.
756 Tue Jan 21 22:13:45 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
758         * streambuf.h (class ios): Take out STREAMSIZE member, since we
759         only need (and should only have) the global one.
761 Tue Jan  7 14:02:40 1997  Jason Merrill  <jason@yorick.cygnus.com>
763         * iostream.h (long long fns): Use __extension__.
765         * gen-params: Use _G_llong and _G_ullong instead of long long for
766         deduced types.
768 Fri Dec  6 13:13:30 1996  Jason Merrill  <jason@yorick.cygnus.com>
770         * dbz/dbz.c: Use off_t.
772 Sat Nov 23 15:44:37 1996  Jason Merrill  <jason@yorick.cygnus.com>
774         * Makefile.in (install): Don't install _G_config.h with other headers.
776 Mon Nov 18 17:12:41 1996  Jason Merrill  <jason@yorick.cygnus.com>
778         * config.shared (SUBDIRS): Use -O instead of -O3 for debugging.
780 Sun Nov  3 12:43:34 1996  Jason Merrill  <jason@yorick.cygnus.com>
782         * iostream.cc (write_int): Treat string literals as const.
784 Thu Sep 26 10:09:18 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
786         * depend: Regenerate.
788 Wed Sep 25 22:54:45 1996  Jason Merrill  <jason@yorick.cygnus.com>
790         * config.shared (depend.new): Deal with headers that don't end in .h.
792 Thu Aug 29 17:05:53 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
794         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
796 Mon Aug  5 01:26:32 1996  Jason Merrill  <jason@yorick.cygnus.com>
798         * config{ure.in,.shared} (DISTCLEAN): Add multilib.out.
800 Fri Aug  2 17:39:35 1996  Jason Merrill  <jason@yorick.cygnus.com>
802         * libio.h (NULL): Use __null.
803         * libioP.h (NULL): Ditto.
804         * streambuf.h (NULL): Ditto.
805         * ioextend.cc (get_array_element): Use NULL instead of (void*)0.
807 Fri Jul  5 18:26:41 1996  Jim Wilson  <wilson@cygnus.com>
809         * strfile.h (struct _IO_streambuf): New struct type.
810         (struct _IO_strfile): Use it.
812 Tue Jun 18 18:24:21 1996  Jason Merrill  <jason@yorick.cygnus.com>
814         * fstream.h (fstreambase): Make __my_fb mutable.
815         From Joe Buck.
817 Tue Jun 18 11:03:53 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
819         * dbz/fake.c (main): Set return type to int.
820         * dbz/dbzmain.c (main): Likewise.
821         * dbz/byteflip.c (main): Likewise.
823 Mon Jun 17 14:05:36 1996  Jason Merrill  <jason@yorick.cygnus.com>
825         * gen-params: Check if clog conflicts with system libraries.
826         * stdstreams.cc: If it does, use __IO_clog.
827         * iostream.h: Likewise.
829 Tue Jun 11 13:39:31 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
831         * stdiostream.h (istdiostream (FILE*)): Put istream base
832         initializer before init for __f.
833         (ostdiostream (FILE*)): Likewise for ostream base init.
835 Tue May 14 11:47:21 1996  Per Bothner  <bothner@andros.cygnus.com>
837         * strfile.h (_IO_str_fields):  Removed _len field.
838         (_IO_STR_DYNAMIC, _IO_STR_FROZEN):  new macros.
839         * strstream.h (strstreambuf::is_static):  Removed.
840         (strstreambuf::frozen):  Use _IO_STR_DYNAMIC instead of is_static.
841         * strstream.h, strstream.cc:  Remove support for !_IO_NEW_STREAMS.
842         * strstream.cc (strstreambuf::init_dynamic):  Don't set _s._len.
843         * strops.c (_IO_str_init_static):  Better handling of the
844         negative (== unbounded) size case.
845         (_IO_str_overflow, _IO_str_underflow, _IO_str_count):  Re-write
846         to not use _s._len, and otherwise cleanup/fix.
847         * strstream.h, strstream.cc (strstreambase::strstreambase()):  Call
848         ios::init here.
849         (other constructors):  Simplify - init already called.
851 Tue May 14 10:55:21 1996  Per Bothner  <bothner@deneb.cygnus.com>
853         Change so that strstreambuf default constructor does no allocation.
854         * strstream.h (strstreambuf::init_dynamic):  Default initial size = 0.
855         * strstream.cc (strstreambuf::init_dynamic):  Don't allocate a
856         buffer (yet) if initial_size is 0.
857         * strops.c (_IO_str_overflow):  Add 100 to size of re-allocated
858         buffer, to handle case when initial size is 0.
860         * iostdio.h (remove, rename, tmpfile, tempnam):  Comment out.
862 Mon May 13 23:19:39 1996  Per Bothner  <bothner@deneb.cygnus.com>
864         * fileops.c (_IO_file_close_it):  Just call _IO_do_flush rather
865         than _IO_file_sync, to avoid useless lseek.
867 Tue May 14 10:48:48 1996  Jason Merrill  <jason@yorick.cygnus.com>
869         * floatconv.c (_IO_strtod): Force rv into the stack.
871         * config.shared (gxx_includedir): Now $(includedir)/g++.
873 Sat Apr 27 02:37:49 1996  Jason Merrill  <jason@yorick.cygnus.com>
875         * libioP.h (JUMP*): Implement for thunks.
876         (_IO_jump_t): Add second dummy field for thunks.
878 Thu Apr 25 13:20:00 1996  Jason Merrill  <jason@yorick.cygnus.com>
880         * config.shared (CXX): Use gcc, not g++.
882 Wed Apr 24 10:29:50 1996  Doug Evans  <dje@blues.cygnus.com>
884         * config.shared (depend.new): Delete $(srcdir)/ from foo.{c,cc}
885         for SunOS VPATH.
886         * depend: Regenerated.
888 Fri Apr 19 17:24:51 1996  Jason Merrill  <jason@yorick.cygnus.com>
890         * Version 2.8.0b3.
892 Wed Apr 10 17:16:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
894         * configure.in (ALL): Don't build iostream.a.
896 Mon Apr  8 14:44:11 1996  Per Bothner  <bothner@kalessin.cygnus.com>
898         * iosetvbuf.c (_IO_setvbuf):  Clear _IO_UNBUFFERED unless _IONBF.
900 Mon Apr  8 15:08:23 1996  Ian Lance Taylor  <ian@cygnus.com>
902         * configure.in: Permit --enable-shared to specify a list of
903         directories.
905 Fri Apr  5 17:48:56 1996  Per Bothner  <bothner@kalessin.cygnus.com>
907         * config.shared (MOSTLYCLEAN):  Also remove ${EXTRA_MOSTLYCLEAN}.
909 Fri Mar 22 23:25:00 1996 Ulrich Drepper  <drepepr@gnu.ai.mit.edu>
911         * genops.c (_IO_sputbackc, _IO_sungetc): Clear EOF flag if putsh
912         back was successful.
914 Wed Mar 27 11:54:08 1996  Jason Merrill  <jason@yorick.cygnus.com>
916         * Version 2.8.0b2.
918 Fri Mar 22 15:39:36 1996  Per Bothner  <bothner@kalessin.cygnus.com>
920         * fileops.c (_IO_do_write):  Revert previous fix.  (It fails to
921         handle the case that fp->_IO_read_end != fp->_IO_write_base.)
922         (_IO_file_overflow):  Instead, if _IO_read_ptr is at the end of
923         the buffer, reset all the read pointers to _IO_buf_base.
925 Tue Mar 12 12:03:17 1996  Per Bothner  <bothner@kalessin.cygnus.com>
927         * fileops.c (_IO_do_write):  Even if to_do==0, must re-set buffer
928         pointers.  Bug and solution from Luke Blanshard <luke@cs.wisc.edu>.
930 Wed Feb 28 10:00:24 1996  Jason Merrill  <jason@yorick.cygnus.com>
932         * Version 2.8.0b1.
934 Tue Feb 27 18:08:16 1996  Per Bothner  <bothner@kalessin.cygnus.com>
936         * iopopen.c (_IO_proc_open):  Use (char*)0 rather than imprecise NULL.
938         * streambuf.h (ios):  Add ios::binary;  deprecate ios::bin.
939         * filebuf.cc (filebuf::open):  Handle ios::binary.
941 Fri Feb  9 12:40:19 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
943         * cleanup.c (_IO_cleanup_registration_needed) [!_G_HAVE_ATEXIT]: Init
944         to NULL.
945         * filedoalloc.c (_IO_cleanup_registration_needed): Remove decl.
947 Thu Feb  8 08:12:50 1996  Brendan Kehoe  <brendan@cygnus.com>
949         * filedoalloc.c (_IO_cleanup_registration_needed): Revert previous
950         change, since cleanup.c only defines it if _G_HAVE_ATEXIT.
952 Wed Feb  7 15:10:17 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
954         * filedoalloc.c (_IO_cleanup_registration_needed): Declare as extern.
956 Tue Dec 12 17:21:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
958         * indstream.h, instream.cc (indirectbuf::uflow):  New method.
959         * indstream.cc (indirectbuf::underflow):  Fix to use sgetc, not sbumpc.
960         Fixes bug reported by Kevin Beyer <beyer@cs.wisc.edu>.
962         * indstream.cc (indirectbuf::seekpos):  Add paranoia test.
964 Fri Dec  8 14:55:34 1995  Per Bothner  <bothner@kalessin.cygnus.com>
966         * stream.h:  Add warning to not use these functions.
967         * stream.cc (str, chr):  Re-implement here (from libg++).
969 Tue Nov 28 15:07:01 1995  Per Bothner  <bothner@kalessin.cygnus.com>
971         * config.shared:  Use test instead of [ to avoid DEC Unix lossage.
973 Thu Nov 23 14:51:43 1995  Per Bothner  <bothner@kalessin.cygnus.com>
975         * iopopen.c: Move #include <sys/types.h> ahead of #include <signal.h>
976         to deal with BSDI's literal implementation of Posix.
978 Sat Nov 25 11:21:55 1995  Doug Evans  <dje@canuck.cygnus.com>
980         * Makefile.in (install): Set rootme.
981         * config.shared (TOPDIR): Set with ${foo-...} rather than ${foo=...}.
982         (INSTALL): Handle absolute, dot, relative-not-dot values of srcdir.
983         (TEXIDIR): Likewise.
985 Tue Nov 21 14:12:05 1995  Ian Lance Taylor  <ian@cygnus.com>
987         * configure.in: Check ${with_cross_host} rather than comparing
988         ${host} and ${target}.
990 Mon Nov 20 13:55:29 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
992         * configure.in: Match *-sco3.2v[45]*.
994 Wed Nov 15 20:19:31 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
996         * config.shared (FLAGS_TO_PASS): Also pass SHLIB and SHCURSES.
998 Tue Nov 14 01:41:08 1995  Doug Evans  <dje@canuck.cygnus.com>
1000         * config.shared (TO_REAL_TOPDIR): Define.
1001         (MULTITOP): Deleted.
1002         (MULTISRCTOP, MULTIBUILDTOP): New.
1003         (TOPDIR): Change MULTITOP to MULTIBUILDTOP, and use TO_REAL_TOPDIR.
1004         (INSTALL): Add with_multisrctop, TO_REAL_TOPDIR.
1005         (TEXIDIR): Use TO_REAL_TOPDIR.
1006         (LIBS): Delete MULTITOP.
1007         (FLAGS_TO_PASS): Add NM.
1008         (CXXINCLUDES): Delete MULTITOP.
1009         (depend.new): Delete adding MULTITOP to ../ build tree references.
1010         Add MULTISRCTOP to ../ source tree references.
1011         * configure.in: Delete call to cfg-ml-com.in.  Call config-ml.in
1012         instead of cfg-ml-pos.in.
1014 Sun Nov 12 16:30:48 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1016         * Makefile.in (VERSION):  Set to 2.7.1.
1017         * configure.in:  Add warning for Linux.
1018         * config.shared (DISTCLEAN):  Add EXTRA_DISTCLEAN.
1020         * editbuf.h (edit_mark::index_in_buffer):  Avoid unused param warning.
1022         * iostream.cc (istream::operator>> (char*)):  Improve ANSI compliance.
1024 Fri Nov 10 08:41:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1026         * config.shared (check): Add missing semicolon.
1028 Thu Nov  9 17:27:22 1995  Jason Merrill  <jason@yorick.cygnus.com>
1030         * configure.in (ALL): Remove $(OSPRIM_OBJECTS).
1031         * config.shared (check): Set LD_LIBRARY_PATH.
1032         * NEWS: Fix typo.
1033         * iogetdelim.c (_IO_getdelim): Index *lineptr, rather than lineptr.
1034         From alan@spri.levels.unisa.edu.au (Alan Modra).
1036 Mon Nov  6 15:03:33 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1038         * streambuf.cc, editbuf.cc, isgetline.cc, parsestream.cc:
1039         Fixes to avoid -Wall warnings.
1041 Fri Nov  3 16:41:41 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1043         * gen-params [!__STDC__]: Include varargs.h instead of stdarg.h.
1045 Thu Nov  2 15:04:03 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1047         * config.shared:  Re-write if X then Y else true fi to (not X) || Y.
1049 Wed Nov  1 13:26:44 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1051         * iostream.h (istream::ipfx):  Add default argument value.
1052         Reported by Yotam Medini <yotam_medini@tmai.com>.
1054         * libioP.h (_IO_blen):  Fix typo.
1055         Reported by Bryan T. Vold <btv@ldl.healthpartners.com>.
1057 Fri Oct 27 19:26:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1059         * Makefile.in (_G_config.h):  Set CC to $(CC) rather than to $(CXX),
1060         now that CXX defaults to g++ and CC default to gcc (when found).
1061         * config.shared:  Simplify CXX and CC, since they get overridden
1062         by ../configure anyway.
1064 Wed Oct 25 19:45:50 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1066         * iostdio.h: Wrap including the file with #ifndef _IOSTDIO_H.
1068 Wed Oct 25 11:14:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1070         * libio.h (_IO_seekoff, _IO_seekpos):  New declarations.
1071         * libioP.h (_IO_seekoff, _IO_seekpos):  Remove declarations.
1072         * libioP.h:  Cleanup;  remove old !_IO_UNIFIED_JUMPTABLES stuff.
1074         * filebuf.cc (filebuf::~filebuf):  Only call SYSYCLOSE if currently
1075         open.  Bug found by Martin Gerbershagen <ger@ezis-ulm.de>.
1077         * streambuf.h (streambuf::pubseekoff, streambuf::pubseekpos):
1078         Added, from ANSI draft.
1079         * filebuf.cc (filebuf::open), iostream.cc (variables places), SFile.cc:
1080         Use pubseekoff/pubseekpos rather than sseekoff/sseekpos.
1082         * Makefile.in (install):  Don't install libiostream.a.
1084         * filedoalloc.c:  Also #include <unistd.h>.
1086 Mon Oct  9 18:09:54 1995  Jason Molenda  <crash@phydeaux.cygnus.com>
1088         * config.shared (SUFFIXES): add .c.
1090 Tue Sep 26 16:08:01 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1092         * procbuf.cc:  Move #pragma implementation to beginning.
1094 Wed Sep 20 17:53:33 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1096         * procbuf.h, procbuf.cc:  Add #pragma interface/implementation stuff.
1098 Wed Sep 20 18:59:00 1995  John Eaton  <jwe@bevo.che.wisc.edu>
1100         * procbuf.h: Protect from being included multiple times.
1102 Wed Sep 20 15:47:14 1995  John Eaton <jwe@bevo.che.wisc.edu>
1104         * procbuf.h (procbuf):  Add '_next' pointer field for compatibility
1105         with _IO_proc_file.
1107 Wed Sep 20 13:54:02 1995  Ian Lance Taylor  <ian@cygnus.com>
1109         * config.shared: Add support for maintainer-clean target as a
1110         synonym for realclean.
1111         * dbz/Makefile.in: Likewise.
1113 Mon Sep 11 12:11:19 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1115         * iopopen.c:  #include <sys/types.h> before <sys/wait.h>.
1116         This is in accordance with Posix, and needed for ISC.
1118 Fri Sep  8 00:11:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
1120         * gen-params: Use double quotes in the eval setting $TYPE to
1121         $VALUE, to preserve any single quotes in $VALUE.
1123 Mon Aug 21 11:39:09 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1125         * gen-params: Test for an appropriate version of gcc before using
1126         mode attributes.
1128         * config.shared: Add $(PICDIR) to $ALL.
1130 Mon Aug  7 17:51:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1132         * gen-params:  Generate new macro _G_HAVE_SYS_CDEFS.
1133         * libio.h:  If _G_HAVE_SYS_CDEFS, get __P from <sys/cdefs.h>.
1135 Fri Aug  4 23:21:17 1995  Paul Eggert  <eggert@twinsun.com>
1137         * gen-params: When following typedef changes, allow typedefs
1138         that do not have a space before the defined type name,
1139         e.g. `typedef void *__gnuc_va_list;' as in Linux.  Also,
1140         not require a space in the definiens, e.g. `typedef void*foo;'.
1142 Thu Aug  3 17:54:15 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1144         * iostream.h, iostream.cc (istream::sync):  Added missing method.
1146 Thu Aug  3 17:49:34 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1148         * configure.in:  Remove netbsd special case.
1149         * config/netbsd.mt:  Removed;  no longer used.
1151 Tue Jun 20 16:07:12 1995  Paul Eggert  <eggert@twinsun.com>
1153         * gen-params: Take transitive closure of `typedef' relation.
1154         This is needed for BSD/OS 2.0, which has
1155         fpos_t -> off_t -> quad_t -> long long.
1157 Mon Jul 24 18:28:10 1995  Doug Evans  <dje@canuck.cygnus.com>
1159         * config.shared (TOPDIR): Delete extra '/', $rootme may be empty.
1161 Sat Jul 22 13:27:45 1995  Doug Evans  <dje@canuck.cygnus.com>
1163         * config.shared (depend.new): Fix quoting in DO NOT EDIT line.
1165         * Makefile.in (_G_config.h): Add multilib support.
1166         (install): Likewise.
1167         * config.shared: Likewise.
1168         * configure.in: Likewise.
1170 Wed Jun 28 17:40:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1172         * PlotFile.h, SFile.h, builtinbuf.h, editbuf.h, fstream.h,
1173         indstream.h, iomanip.h, iostream.h, parsestream.h, pfstream.h,
1174         procbuf.h, stdiostream.h, stream.h, streambuf.h, strstream.h: Wrap
1175         with extern "C++".
1177 Thu Jun 22 04:34:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1179         * gen-params: Surround attributes with __.
1181 Mon Jun 19 00:33:22 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1183         * config.shared (SUBDIRS): Massage broken shells that require
1184         'else true'.
1186 Sat Jun 17 11:25:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1188         * streambuf.h: Declare inline members inline in class.
1190 Thu Jun 15 20:45:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1192         * Makefile.in (VERSION):  Update to version 2.7.0.
1194 Wed Jun 14 21:41:11 1995  Jason Merrill  <jason@python.cygnus.com>
1196         * Makefile.in (STDIO_WRAP_OBJECTS): Remove stdfiles.o.
1197         (LIBIO_OBJECTS): Add stdfiles.o.
1199 Wed Jun  7 16:11:36 1995  Jason Merrill  <jason@python.cygnus.com>
1201         * config.shared (all): Appease bash.
1203 Wed Jun  7 11:16:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1205         * configure.in (MOSTLYCLEAN): Remove stamp-picdir.
1207         * config.shared (MOSTLYCLEAN): Ditto.
1208         (CLEAN): Don't.
1210 Mon Jun  5 18:29:39 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1212         * config/mh-*pic: Removed.
1214         * configure.in (MOSTLYCLEAN): Remove pic objects.
1215         (frags): Use toplevel pic fragments.
1217         * config.shared (CXXFLAGS): Use -O3.
1218         (PICFLAG, PICDIR): New macros.
1219         (all): Depend on $(PICDIR).
1220         (FLAGS_TO_PASS): Pass PICFLAG.
1221         (.x.o): Also build pic object.
1222         (stamp-picdir): Create directory for pic objects.
1223         (MOSTLYCLEAN): Remove pic objects.
1224         (CLEAN): Remove stamp-picdir.
1226         * Makefile.in (iostream.list): Depend on stamp-picdir.
1227         (c++clean): Don't remove _G_config.h.
1229 Mon Jun  5 15:03:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1231         * strstream.h, strstream.cc (strstream::strstream()):  Re-implement to
1232         be like ostrstream::ostrestream(), and not leak memory.
1234         * streambuf.h:  Use #if !_IO_UNIFIED_JUMPTABLES instead of #ifndef.
1236         * iolibio.h (_IO_rewind):  Add missing flags when calling _IO_seekoff.
1238 Thu May 25 22:30:21 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
1240         * config/netbsd.mt (G_CONFIG_ARGS): Add defn for off_t.  Another
1241           layer of typedefs has been added and the gen-params script can
1242           not handle it.
1244 Wed May 10 03:02:58 1995  Jason Merrill  <jason@python.cygnus.com>
1246         * iolibio.h (_IO_rewind): Add new argument to _IO_seekoff.
1248         * config/linux.mt (LIBIOSTREAM_OBJECTS): Include $(STDIO_WRAP_OBJECTS).
1249         (LIBIOSTREAM_DEP): Include stdio.list.
1250         (LIBIOSTREAM_USE): Include `cat stdio.list`.
1252         * Makefile.in (LIBIOSTREAM_DEP): New variable.
1253         (LIBIOSTREAM_USE): Ditto.
1254         (libiostream.a): Use them.
1255         (iostream.list): Ditto.
1256         (stdio.list): New rule.
1257         (stdio/stdio.list): Ditto.
1259 Tue May  9 18:29:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1261         * libioP.h (_IO_jump_t): Change TYPE for __dummy from int to
1262         _G_size_t.
1264 Sat May  6 13:50:37 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1266         * libio.h (_IO_UNIFIED_JUMPTABLES):  #define as true.
1267         (_IO_FILE):  Remove _jumps field (#if _IO_UNIFIED_JUMPTABLES).
1269         * libioP.h (enum _IO_seekflags_):  Removed.
1271         * libioP.h (_IO_setbuf_t):  Change return value of setpos jumptable
1272         function to match C++ streambuf::setpos.  (Return NULL on failure.)
1273         * fileops.c (_IO_file_setbuf), genops.c (_IO_default_setbuf),
1274         filebuf.cc, iosetvbuf.c:  Update to use new setbuf conventions.
1276         * streambuf.h (streambuf):  Re-order virtual functions more logically.
1277         * streambuf.cc (streambuf::uflow), streambuf.h:  New virtual.
1278         * libioP.h (struct _IO_jump_t):  Define using new JUMP_FIELD macro.
1279         And re-order in more logical order consistent with streambuf vtable.
1280         * fileops.c (_IO_file_jumps), iopopen.c (_IO_proc_jumps), iovfprintf.c
1281         (_IO_helper_jumps), streambuf.cc (_IO_streambuf_jumps), strops.c
1282         (_IO_str_jumps):  Update accordingly, using JUMP_INIT macro.
1283         * stdfiles.c:  Set vtable to point to _IO_file_jumps.
1284         * filebuf.cc, iopopen.c, iovfprintf.c (helper_vfprintf), iovsprintf.c,
1285         iovsscanf.c:  Use macros and #if to set jumptables.
1287         * streambuf.c:  _IO_streambuf_jumps and the _IO_sb_* methods are not
1288         needed #if _IO_UNIFIED_JUMPTABLES.
1289         * filebuf.cc (filebuf::__new):  Also no longer needed.
1290         * fstream.cc (fstreambase::__fb_init, fstreambase::fstreambase):  Fix.
1291         * stdstrbufs.c:  Use filebuf vtable instead of builtinbuf's.
1292         * builtinbuf.h, builtinbuf.cc (builtinbuf):  Commented out #if
1293         _IO_UNIFIED_JUMPTABLES - no longer needed.
1294         * strstream.cc (SET_STR_JUMPS):  Does nothing now.
1296         * builtinbuf.cc, fileops.c, genops.c, iofgetpos.c, iofsetpos.c,
1297         ioftell.c, iopopen.c, ioseekoff.c, ioseekpos.c, iosetvbuf.c,
1298         iovfprintf.c, iovfscanf.c, strops.c:  Use DEFUN and DEFUN_VOID.
1299         * filebuf.cc, fileops.c, genops.c, iopopen.c, ioseekoff.c, ioseekpos.c,
1300         iosetvbuf.c, iovfscanf.c:  Use new JUMP_* and IO_OVERFLOW/... macros.
1302         * libioP.h (_IO_seekpos_t):  Third arg is now an int (using _IOS_INPUT
1303         and _IOS_OUTPUT), not an enum _IO_seekflags_.  Flags values are
1304         changed, and their sense inverted (to match streambuf::seekpos).
1305         * libioP.h (_IO_seekoff_t):  Similarly match streambuf::seekoff.
1306         * filebuf.cc, fileops.c (_IO_file_fopen, _IO_file_seekoff), genops.c
1307         (_IO_default_seekpos, _IO_default_seekpos), iofgetpos.c, iofsetpos.c,
1308         iolibio.h (_IO_fseek), ioftell.c, ioseekoff.c, ioseekpos.c,
1309         iostream.cc, streambuf.cc, strops.c (_IO_str_seekoff), strstream.cc:
1310         New seekpos/seekoff conventions.
1311         * iostreamP.h (convert_to_seekflags):  Removed - no longer needed.
1313         * iolibio.h (_IO_fread):  New declaration.
1315         * dbz/Makefile.in:  Re-arrange for cleaner dependencies.
1317 Fri May  5 15:55:22 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1319         * libioP.h (_IO_JUMPS. JUMP_FIELD, JUMP0, JUMP1, JUMP2, JUMP3,
1320         JUMP_INIT, _IO_FINISH, _IO_OVERFLOW, ... _IO_SYSSTAT):  New macros
1321         in preparation for new unified jumptable/vtable implementation.
1322         * cleanup.c, filedoalloc.c, iofclose.c, iofflush.c, iofiledoalloc.c,
1323         ioprims.c, iosetbuffer.c, iostrerror.c, ioungetc.c:  Use DEFUN.
1324         * filedoalloc.c, iofclose, iofflush, iosetbuffer.c:  Use new macros.
1326         * iofopen.c, iofdopen.c:  Use macros and #if for new jumptables.
1328         * gen-params:  Do not #include <sys/types.h>.
1329         Add missing quote in 'eval'.
1330         Do add #include <sys/types.h> in test for <sys/resource.h>.
1331         * config/netbsd.mt:  New file, defining _G_CONFIG_ARGS (for fpos_t).
1332         * configure.in:  Use netbsd.mt for NetBSD.
1334 Wed May  3 15:03:47 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1336         * libioP.h (DEFUN, DEFUN_VOID, AND):  New macros, from ansidecl.h.
1337         * iofdopen.c, iofgets.c, iofopen.c, iofputs.c, iofread.c, iofwrite.c,
1338         iogetdelim.c, iogetline.c, iogets.c, ioignore.c, iopadn.c, ioperror.c,
1339         ioputs.c, iovsprintf.c, iovsscanf.c, outfloat.c:  Use DEFUN.
1341 Mon May  1 16:22:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1343         * gen-params: #include <sys/types.h>.  Don't use __WCHAR_TYPE__ in
1344         definition of _G_wchar_t.  Use __attribute__ ((mode)) to get
1345         specific-sized ints under gcc, don't worry about int8 or int64
1346         otherwise.  Provide defaults if deduction fails.
1348 Thu Apr 27 18:27:53 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1350         * streambuf.h (ios::~ios):  Delete _arrays.
1351         (_IO_NEW_STREAMS):  Turn on.
1352         * libio.h (__adjust_column):  Remove bogus declaration.
1353         * genops.c (_IO_set_column):  Fix typo (in commented-out code).
1355 Tue Apr 25 17:14:29 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1357         * config.shared (CXXINCLUDES): Use a shell variable with a
1358         different name from the make variable.
1359         * configure.in: Update accordingly.
1361 Mon Apr 17 17:19:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1363         * streambuf.h (__adjust_column):  Remove redundant declaration.
1365 Sat Apr 15 11:39:25 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1367         * config.shared (do-clean-dvi):  Also remove *.cps.
1369         * gen-params:  Use ${SED} instead of sed.
1371         * libio.h:  Remove #if'd out stuff (confuses makedepend).
1373         * stdstreams.cc (STD_STR):  Standard streams start with ios::dec set.
1375 Fri Apr 14 23:46:31 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1377         * iostream.h, iostream.cc (istream::read, ostream::write):
1378         Use streamsize for the length parameter.
1380         * streambuf.h:  Removed redundant __overflow and __underflow.
1382         * fstream.h, fstream.cc: Add void fstreambase::attach(int).
1384         * iosscanf.c (_IO_sscanf):  Fix non-__STDC__ missing declaration.
1386 Mon Apr  3 15:40:55 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1388         * indstream.*: Fix prototypes of xsputn and xsgetn.
1390         * fileops.c: Avoid ??? trigraph.
1392 Mon Mar 27 16:16:38 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1394         * iomanip.h (operator<< (ostream&, const omanip<TP>&): Define
1395         separately.
1396         (operator>> (istream&, const imanip<TP>&): Ditto.
1398 Mon Mar 27 08:56:00 1995  Brendan Kehoe  (brendan@lisa.cygnus.com)
1400         * builtinbuf.cc (builtinbuf::setbuf): Cast NULL to streambuf*, to
1401         avoid warning/error about conversion from void*.
1402         * indstream.cc (indirectbuf::seekoff): Likewise.
1403         (indirectbuf::seekpos): Likewise.
1404         * filebuf.cc (filebuf::setbuf): Likewise.
1405         (filebuf::close): Cast NULL to filebuf*.
1407 Wed Mar  1 14:23:18 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1409         * configure.in (DISTCLEAN):  Add, with target-mkfrag.
1411 Fri Feb 24 01:01:08 1995  Jason Merrill  <jason@python.cygnus.com>
1413         * configure.in (frags): Don't require so many dashes in the
1414         canonical target name.
1416 Sat Feb 18 13:18:30 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1418         * streambuf.cc (streambuf::sync):  Always return 0, even for
1419         non-flushed output.  This is required by the ANSI/ISO draft.
1420         * genops.c (_IO_sync):  Likewise always return 0.
1422 Fri Feb 17 16:33:28 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1424         * fileops.c (_IO_file_close_it):  Call _IO_file_sync, rather
1425         than _IO_do_flush, because we want to adjust the file pointer
1426         if reading and not at end (as in SVR4, and as in fflush).
1427         Also, make sure to return error indication if sync fails.
1428         (_IO_file_sync):  Ignore seek error if it is ESPIPE.
1429         (_IO_file_seekoff):  If not readable, do dumb lseek.
1430         * iofclose.c (_IO_fclose):  If closing a non-filebuf, return -1
1431         if _IO_ERR_SEEN.
1433 Fri Feb 17 19:31:00 1995  Ian Lance Taylor  <ian@cygnus.com>
1435         * gen-params: Check for struct tms in <sys/times.h>, defining
1436         HAVE_SYS_TIMES accordingly.
1438 Wed Feb 15 21:05:11 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1440         * strops.c (_IO_str_count):  Use LEN macro.
1441         (_IO_str_seekoff):  Update _len field.
1443 Mon Feb  6 19:29:00 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1445         * gen-params: Default to short, long and long long for 16, 32 and
1446         64 bit types, in case detection fails.
1448 Wed Jan 25 18:07:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1450         * gen-params (_G_wint_t): Allow for broken promotions.
1452 Tue Jan 24 16:15:40 1995  Per Bothner  <bothner@kalessin.cygnus.com>
1454         * stdstrbufs.cc (_IO_fake_stdiobufs):  Add an extra layer of struct,
1455         to force correct alignment on i960s.
1456         (DEF_STDIOBUF, _IO_{stdin,stdout,stderr}_buf):  Update accordingly.
1458 Thu Jan 19 18:30:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
1460         * config.shared (CXXINCLUDES): Add libstdc++ to includes for
1461         building libg++.
1462         (LIBS): Also link with libstdc++ when building libg++ toys.
1463         Don't set EXPORT_ALL_VARIABLES; users will have to set
1464         LD_LIBRARY_PATH themselves.
1466 Fri Dec 30 16:38:13 1994  Mike Stump  <mrs@cygnus.com>
1468         * config/linux.mt: Fix build problem on linux 1.0.8.
1470 Thu Dec 22 11:49:45 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
1472         * config/netware.mt: Use gcc to pre-link iostream.nlm's objects
1473           instead of using nlmconv, so that references to functions in
1474           libgcc.a are resolved.
1476         * configure.in: Append .mt to target makefile fragment file names.
1478         * floatconv.c (tens, tinytens, bigtens): Added const qualifier.
1480 Tue Dec 20 09:59:50 1994  Mike Stump  <mrs@cygnus.com>
1482         * gen-params (VTABLE_LABEL_PREFIX): Since some systems have GNU nm
1483         as nm, and they demangle by default, we have to notice this, and
1484         try --no-cplus (linux) or --no-demangle when running nm.
1486 Wed Dec 14 18:13:58 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1488         * gen-params:  To determine vt-name-mangling using dummy.C add
1489         #include and #prama interface/implementation to avoid problem with
1490         assemblers that don't emit local symbols.  Reported under HPUX 8
1491         by Thomas Arend <arend@blasius.Chemietechnik.Uni-Dortmund.DE>.
1493         * streambuf.h (ios::ios):  Move inline definition after
1494         that of ios::init (which ios::ios calls).
1496 Sun Dec  4 19:50:32 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1498         * fileops.c (_IO_file_init, _IO_file_close_it, _IO_file_sync):
1499         Set _offset to _IO_pos_BAD, to support applications that follow
1500         POSIX.1 rules on mixing file handles.
1502         * fileops.c (_IO_file_overflow):  Handle case that buffer was
1503         allocated (perhaps by setvbuf) but _IO_write_base is still 0.
1505         * iostdio.h (setbuffer):  #define as _IO_setbuffer.
1506         * streambuf.h, filebuf.cc:  Removed filebuf::do_write.
1508 Tue Nov 29 23:38:57 1994  Per Bothner  (bothner@rtl.cygnus.com)
1510         * floatconv.c (setword0, setword1):  Fix typo.
1512 Tue Nov 29 15:37:29 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1514         * config.shared:  Move -fno-implicit-template from CXXFLAGS
1515         to LIBCXXFLAGS.  Tests are better run without it.
1517         * floatconv.c (word0, word1):  Re-place/re-implement using unions
1518         instead of casts to avoid optimizer problems.
1520         * dbz/dbzmain.c:  Renamed dirname -> dir_name to avoid OSF
1521         header file braindamage.
1523 Sat Nov  5 19:44:00 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1525         * config.shared (LIBCFLAGS): Define.
1526         (LIBCXXFLAGS): Define.
1527         (DOING_LIBGXX): Define TOLIBGXX.  Change LIBS to use -lg++.  Add
1528         LD_LIBRARY_PATH and .EXPORT_ALL_VARIABLES:.
1529         (FLAGS_TO_PASS): Add LIBC{,XX}FLAGS.
1530         (XC{,XX}FLAGS): Set to LIBCFLAGS or CFLAGS depending on $LIBDIR.
1531         (COMPILE.c): Define, use in .c.o rule.
1532         (COMPILE.cc): Define, use in .cc.o rule.
1534 Sat Nov  5 15:12:12 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1536         * Makefile.in (VERSION):  Update to 0.67.
1538         * streambuf.h (ios::dont_close):  Is now set by default.
1539         * fstream.h, fstream.cc (__fb_init):  New function.  Clears
1540         ios::dont_close.  Change fstreambase constructors to call it.
1541         * strstream.cc:  *strstream constructors must clear ios::dont_close.
1542         * iostream.cc:  Simplify - don't need to set ios::dont_close.
1543         * ioassign.cc:  Simplify - assume ios::dont_close is always set.
1545         * fstream.h, fstream.cc:  If _IO_NEW_STREAMS, put the
1546         filebuf as a member __my_fb.
1547         * strstream.{h,cc}:  Likewile use a strstreambuf member __my_sb.
1548         * streambuf.h, stdstreams.cc, ioextend.cc:
1549         Fix if _IO_NEW_STREAMS to not use ios::dont_close.
1551         * streambuf.h (class ios):  Move rdbuf later, to avoid
1552         inability of g++ to inline.
1553         * filebuf.cc (filebuf::~filebuf):  Call _IO_do_flush.
1555         * config.shared:  Emit rules to make depend.
1556         * depend:  New file.
1558 Fri Nov  4 17:19:11 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1560         * README:  Fix typos.
1561         * libio.h:  Add comment.  Update Copyright notice.
1563 Fri Nov  4 21:46:30 1994  Paul Eggert  <eggert@twinsun.com>
1565         * libio.h (__P): Change argument name spelling from
1566         `paramlist' to `protos' for compatibility with BSDI 1.1.
1568 Thu Nov  3 00:45:16 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1570         * config.shared (CXXFLAGS): Add -fno-implicit-templates.
1572 Mon Oct 24 15:57:35 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1574         * config.shared:  Define NOSTDIC and use it for libio too.
1576 Thu Oct 20 19:45:35 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1578         * iogetdelim.c: #include <stdlib.h>.
1580 Thu Oct 20 17:09:52 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1582         * iostream.h:  Add classes _IO_istream_withassign and
1583         _IO_ostream_withassign.  Re-type cin, cout, cerr, clog.
1584         (class iostream):  Don't add extra _gcount field.
1585         * ioassign.cc:  New file.  Implement operator= for cin etc.
1586         * streambuf.h (class ios):  Change return type of operator=.
1587         * Makefile.in (IOSTREAM_OBJECTS):  Add ioassign.o.
1589         * Makefile.in:  Re-arrange, so linux.mt overrides can work.
1591         * fileops.c (_IO_file_seekoff):  Optimize seeks within buffer.
1593 Wed Oct 19 14:25:47 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1595         * gen-params (wint_t): Return to using __WCHAR_TYPE__ for
1596         compatibility with gcc versions prior to 2.6.1.
1598 Tue Oct 18 17:08:18 1994  Per Bothner  <bothner@kalessin.cygnus.com>
1600         * Makefile.in:  Define _G_CONFOG_H as _G_config.h for Linux.  Use it.
1601         (IO_OBJECTS):  Add iogetdelim.o.
1602         * config/linux.mt:  New file.
1603         * configure.in:  Select config/linux.mt if Linux.
1604         * iogetdelim.c:  Verious cleanups, many from
1605         Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>.
1606         * libioP.h: Add _IO_getdelim.  Use (void) for no-parameter functions.
1608 Thu Oct 13 16:30:56 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1610         * libio.h:  Rename USE_DTOA to _IO_USE_DTOA for namespace reasons.
1611         * iostream.cc, iovfscanf.c, iovfprintf, floatconv.c:
1612         Update USE_DTOA -> _IO_USE_DTOA.
1614         * libio.h (_IO_feof, _IO_ferror):  Move to here ...
1615         * iolibio:  ... from here
1617         * iostream.cc (istream::get, istream::ignore, istream::read):
1618         Set _gcount to 0 if ipfx0 failed.
1620         * iostream.cc (flush):  Do virtual function call, rather than
1621         going through jumptable.  (To get correct method in derived class.)
1622         Bug and fix from John Wiegley <jw@cis.ohio-state.edu>.
1624         * iofdopen.c (O_ACCMODE):  Define using O_RDWR, not O_RDWRITE.
1626         * streambuf.h (ios::rdbuf(streambuf*)):  New.
1627         * streambuf.h (ios::operator=):  Make private (i.e. dis-allow).
1629 Wed Oct 12 19:09:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
1631         * gen-params: Define _G_NO_NRV and _G_NO_EXTERN_TEMPLATES if not
1632         compiling with g++.
1634 Thu Oct  6 16:03:43 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1636         * iostream.texi (ostrstream::str):  Note that NUL is not written
1637         automatically.
1639 Wed Oct  5 17:28:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1641         * iogetdelim.c (_IO_getdelim):  New function.
1643 Wed Oct  5 15:40:22 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
1645         * config/netware.mt: New file, first cut at Netware NLM support.
1646         * configure.in (*-*-netware*): Use config/netware.mt.
1648         * config.shared (NLMCONV, LD): New definition.
1650         * gen-params: check for nm in ${binutils}/nm.new.
1651         * config.shared: Likewise.
1653 Tue Oct  4 12:20:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1655         * iomanip.h (omanip::operator<<):  Make 2nd arg be const.
1656         Bug and fix reported by Greg McGary <gkm@magilla.cichlid.com>.
1658         * strstream.cc (strstreambuf::pcount):  Simplify, to match
1659         ANSI/ISO specification.
1661 Mon Sep 26 15:19:52 1994  Jason Merrill  (jason@deneb.cygnus.com)
1663         * gen-params: Include <wchar.h> and <wctype.h> if they exist.
1665 Thu Sep  8 14:41:41 1994  Jason Merrill  (jason@deneb.cygnus.com)
1667         * iostream.h (class istream): Declare operator>>(long double&).
1668         (class ostream): Define operator<<(long double).
1670         * iostream.cc (istream::operator>>(long double&)): Define.
1672 Wed Sep  7 14:42:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1674         * iostream.texi (Overflow):  Fix bugs in example.
1676 Fri Sep  2 17:45:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1678         * iostream.tex:  Document a little on how to write your
1679         own streambuf-derived class, with an example.
1681 Tue Aug 30 13:03:57 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
1683         * floatconv.c (s2b): Declare X and Y to be _G_int32_t.
1684         (diff, quorem): Declare BORROW, Y, and Z likewise.
1685         (ulp): Declare L likewise.
1686         (_IO_strtod): Declare L and AADJ likewise.
1687         (_IO_dtoa): Declare L and D likewise.  Cast division of D by DS to
1688         _G_int32_t.
1690 Mon Aug 29 16:01:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1692         * iosetvbuf.c (_IO_setvbuf):  If setting _IOFBF and no
1693         buffer was specified, call __doallocate.
1695         * fileops.c, floatconv.c:  Add a bunch of parentheses to
1696         shut up gcc warnings.  Patch from H.J.Lu.
1698         * stdiostream.cc (stdiobuf::sys_read):  Inline call to getc
1699         for the normal case (size==1).
1701 Sat Aug 20 12:14:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1703         * Makefile.in (VERSION):  Increase to 0.66.
1705 Fri Aug 19 17:28:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1707         * iolibio.h:  Added _IO_printf prototype.
1708         Added extern "C" { ... } wrappers #ifdef __cplusplus.
1709         Bugs reported by Neal Becker <neal@ctd.comsat.com>.
1711 Wed Aug 17 18:17:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1713         * fileops.c (_IO_file_seekoff):  For _IO_seek_cur, adjust for
1714         read-ahead before jumping to label dumb.
1716 Wed Aug  3 13:15:01 1994  H.J. Lu  (hjl@nynexst.com)
1718         * libioP.h (CHECK_FILE(FILE,RET)): new, which checks for
1719           FILE == NULL and _IO_MAGIC_MASK.
1720           (COERCE_FILE(FILE)): merged into CHECK_FILE(FILE,RET)
1721           with typo fixes.
1723         * iofread.c, iofwrite.c: add CHECK_FILE(fp, 0);
1724         * iofclose.c: add CHECK_FILE(fp, EOF); remove _IO_MAGIC_MASK check.
1726         * iofflush.c, iofgetpos.c, iofputs.c, iofscanf.c,
1727         iofsetpos.c, iofvbuf.c, ioungetc.c:
1728         Add CHECK_FILE(fp, EOF) and remove COERCE_FILE(fp).
1730         * iofgets.c: add CHECK_FILE(fp, NULL) and remove COERCE_FILE(fp).
1731         * iofprintf.c: add CHECK_FILE(fp, -1) and remove COERCE_FILE(fp).
1732         * ioftell.c: add CHECK_FILE(fp, -1L) and remove COERCE_FILE(fp).
1733         * iosetbuffer.c: add CHECK_FILE(fp, ) and remove COERCE_FILE(fp).
1735 Fri Aug 12 15:35:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1737         * iofdopen.c (_IO_fdopen):  #define O_ACCMODE if it isn't.
1738         Still set O_APPEND if "a" is given, but don't unset it
1739         if it isn't.  Added comment.
1741 Mon Aug  8 13:11:00 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1743         * gen-params (VTABLE_LABEL_PREFIX):  Changes in the implementation.
1744         For look for _*vt[$_.]7*filebuf in the nm output, because that
1745         matches what g++ produces and has produced.  Thus it should be
1746         somewhat more robust.
1748 Sun Aug  7 22:52:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1750         * gen-params (CC):  Remove no-longer-needed -I options
1751         passed to xgcc (now they are implied by the -B options).
1753 Wed Jul 20 16:41:13 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1755         * Makefile.in (tooldir):  Added definition, so we can do
1756         'make install' in this directory.
1757         Bug reported by Klamer Schutte <schutte@tpd.tno.nl>.
1759 Mon Jul 18 18:02:34 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1761         * gen-params (VTABLE_LABEL_PREFIX):  Remove filename sppearing
1762         by itself.  Add comment explaining what is going on.
1764 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
1766         * libio.h: define _IO_uid_t and _IO_HAVE_ST_BLKSIZE
1767           as _G_xxxxxxxx.
1769 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
1771         * iopopen.c:  Don't include <errno.h>. It is included in "libioP.h".
1773         * iopopen.c (_IO_proc_close) : check if fp is on the list
1774           before close it.
1776 Thu Jul 14 16:38:47 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1778         * gen-params (CONFIG_NM):  Make sed scripts to find vtable name
1779         mangling more robost for different forms of nm output.
1781 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
1783         * iofopen.c (_IO_fopen): don't check [redundantly] fp == NULL after
1784           IO_file_init(&fp->_file).
1786         * iomanip.h (template<class TP> class iapp):
1787           change ostream to istream.
1789 Tue Jul 12 14:09:02 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1791         * Makefile.in (VERSION):  Increase to 0.65.
1792         * libioP.h (builtinbuf_vtable):  Only define #ifdef __cplusplus.
1794         * gen-params (_G_int8_t):  Only define if defined(__STDC__),
1795         because K&R C compilers don't have signed char.
1796         (_G_int64_t, _G_uint64_t):  Only define if defined(__GNUC__)
1797         because other compilers may not have long long.
1799 Sun Mar 06 13:10:21 1994  H.J. Lu  (hjl@nynexst.com)
1801         * floatconv.c (_IO_dtoa ()): fix a small memory leak, set the
1802           "on_stack" field to be 0 if "result" is not NULL.
1804 Sat Mar 05 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
1806         * floatconv.c (_IO_dtoa ()): if the number of digits of the
1807           floating point number is more than the previous one, free the
1808           old string and allocate a new one.
1809           [Minor optimization to avoid Bcopy. -PB]
1811 Mon Jul 11 10:53:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1813         * fileops.c (_IO_file_underflow):  'count' should be unsigned,
1814         since it contains the return value of read.  Reported by
1815         Teemu Torma <tot@trema.fi>.
1817 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
1819         * floatconv.c (_IO_strtod ()): make "+" and "-" as error.
1821 Sat Jul  9 15:09:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1823         Make sure _IO_FILE::_flags is always initialized correctly, for the
1824         C functions (fopen, fdopen, popen), and not just the C++ functions.
1825         * fileops.c (_IO_file_init):  Set _flags to CLOSED_FILEBUF_FLAGS.
1826         * fileops.c (_IO_file_fopen):  Remove bogus assignment.
1827         * filebuf.cc (filebuf constructors):  Don't pass CLOSED_FILEBUF_FLAGS
1828         to streambuf constructor - _IO_file_init does it instead.
1829         * filebuf.cc (CLOSED_FILEBUF_FLAGS):  Removed.
1830         * iopopen.c (_IO_proc_open):  Use _IO_mask_flags.
1832 Thu Jun 30 08:49:53 1994  Jason Merrill  (jason@deneb.cygnus.com)
1834         * dbz/Makefile.in (mostlyclean): Add target.
1836 Wed Jun 29 09:30:12 1994  Jason Merrill  (jason@deneb.cygnus.com)
1838         * gen-params: Woops, can't run a C program to determine target
1839         characteristics.  Sigh.
1841 Tue Jun 28 03:11:33 1994  Jason Merrill  (jason@deneb.cygnus.com)
1843         * gen-params: Add _G_{,u}int{8,16,64}_t, use a short C program to
1844         determine what all these should be rather than trying to compare
1845         the MAX numbers in the shell.
1847 Sun Jun 26 21:04:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1849         * stdiostream.h, stdiostream.cc (stdiobuf::xsgetn):  Removed.
1850         Too hairy.  If we want to optimize it, we should do so in
1851         filebuf::xsgetn (or rather _IO_file_xsgetn).
1853         * stdiostream.h (class stdiobuf), stdiostream.cc:  Fix parameter
1854         and return types of virtual function to matcher base types (Oops!).
1855         * streamstream.cc (stdiobuf::xsgetn, stdiobuf::xsputn):
1856         Optimize to call fread.fwrite directly if !buffered.
1857         * fileops.c:  Fix comment.
1859 Fri Jun 24 11:28:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1861         * stdiostream.h (istdiostream, ostdiostream):  New classes.
1863         More robust final cleanup.
1864         * cleanup.c (_IO_register_cleanup):  Register _IO_cleanup,
1865         rather than _IO_flush_all.
1866         * filedoalloc.c: Update comment.
1867         * genops.c (_IO_unbuffer_all):  New.  Makes all files unbuffered.
1868         * genops.c (_IO_cleanup), libioP.h:  New function.  Call
1869         _IO_flush_all, and then _IO_unbuffer_all.  This is in case C++
1870         destructors try to do output *after* _IO_cleanup is called.
1872         Construct standard stdiobufs statically (using type punning).
1873         * stdstrbufs.c;  Unless _STDIO_USES_IOSTREAM declare standard
1874         stdiobufs (for stdin, stdout, and stderr), using type punning
1875         (struct _IO_fake_stdiobuf).  This avoids constructor-time problems.
1876         * stdstreams.cc:  Remove the declarations of the stdiobufs.
1877         Instead use the new (fake) ones in stdstrbufs.cc.  We no longer
1878         have to call ios::sync_with_stdio at constructor time.
1880         Preliminary support for new ANSI streambuf::uflow virtual.
1881         * libioP.h (struct _IO_jump_t):  Add __uflow field.
1882         * genops.c (_IO_default_uflow), libioP.h:  New function.
1883         * fileops.c (_IO_file_jumps), iopopen.c (IO_proc_jumps),
1884         iovfprintf.c (_IO_helper_jumps), strops.c (_IO_str_jumps),
1885         streambuf.cc (_IO_streambuf_jumps):  Add _IO_default_uflow.
1886         * genops.c (__uflow):  New function.
1887         (save_for_backup):  New function.  Some code shared by
1888         __underflow and __uflow, moved out from the former.
1889         (_IO_default_uflow):  New function.
1890         * libio.h (_IO_getc):  Call __uflow, not __underflow.
1892 Wed Jun 22 20:22:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1894         Make sure that the vtable of a streambuf is always valid,
1895         which makes ios::rdbuf simpler and faster.
1896         * gen-params:  Add code to determine _G_VTABLE_LABEL_HAS_LENGTH,
1897         _G_VTABLE_LABEL_PREFIX, _G_VTABLE_LABEL_PREFIX_ID, and
1898         _G_USING_THUNKS, which describe how virtual function tables are named.
1899         * stdfiles.c (FILEBUF_LITERAL):  Moved to libioP.h.
1900         * libioP.h (builtinbuf_vtable):  New (complicated) declaration.
1901         * filebuf.cc (filebuf::__new), strstream.cc (SET_STR_JUMPS):
1902         Initialize vtable to builtinbuf_vtable, not NULL.
1903         * stdstrbufs.cc:  New file.  Same as stdfiles.c, except that
1904         vtable is initialized to builtinbuf_vtable, not NULL.
1905         * streambuf.h (ios::rdbuf):  Can now simplify/optimize, due to
1906         above changes.  Always, just return _strbuf.
1907         * builtinbuf.h, builtinbuf.cc (builtinbuf::vtable,
1908         builtinbuf::get_builtin_vtable):  Removed.  No longer needed.
1909         * streambuf.h, builtinbuf.cc (ios::_IO_fix_vtable):  No longer needed.
1910         Only defined #ifdef _STREAM_COMPAT, for binary compatibility.
1911         * Makefile.in:  Move stdfiles.o from IO_OBJECTS to STDIO_WRAP_OBJECTS.
1912         (IOSTREAM_OBJECT):  Add stdstrbufs.o.
1913         * Makefile.in (_G_config.h):  Pass $(CXXFLAGS) as part of $(CXX).
1915 Fri Feb 11 11:08:01 1994  SBPM Marc GINGOLD (marc@david.saclay.cea.fr)
1917         * iovfprintf.c (helper_vfprintf): add
1918           hp->_IO_file_flags = _IO_MAGIC|(_IO_IS_FILEBUF+_IO_NO_READS);
1919         [This is needed because _IO_vfprintf checks for _IO_UNBUFFERED. -PB]
1920         [Actually:  don't set _IO_IS_FILEBUF. -PB]
1922 Wed Jun 22 13:49:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1924         * stdiostream.cc, stdiostream.h (stdiobuf::buffered):  New methods.
1926         * iofdopen.c (_IO_fdopen):  Various minor improvements.
1928         * iovfscanf.c:  Don't return EOF on control_failure.
1930 Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
1932         * iovfscanf.c:  Enforce the sequence of the conversion specifications.
1934 Fri Jun 17 20:57:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1936         * iofdopen.c:  Use fcntl to check that requested access mode is
1937         compatible with existing access mode, and to change the
1938         O_APPEND file status flag if need be.
1940 Thu Jun 16 17:33:50 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1942         * streambuf.h (ios::init):  Initialize all the fields.
1943         This may be overkill, but the current ANSI working paper requires it.
1944         * streambuf.h (ios::ios):  Reimplement in terms of ios::init.
1945         * iostream.cc (Non-default constructors istream::istream,
1946         ostream::ostream, iostream::iostream):  Cannot use a mem-initializer,
1947         because it is ignored if initializing a derived class.  Instead,
1948         call ios::init.
1950 Wed Jun 15 13:35:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1952         * stdstreams.cc (ISTREAM_DEF):  Fix typo (it's a _fake_istream, not
1953         a _fake_ostream).  Reported by Jason Shirk <jshirk@gomez.intel.com>.
1955         * stdiostream.h, stdiostream.cc (stdiobuf::~stdiobuf):  New.
1956         Call _IO_do_flush.
1957         * stdiostream.cc (stdiobuf::sync):  Call _IO_do_flush rather
1958         than filebuf::sync (to avoid bad seeks).
1960         * libioP.h (_IO_do_flush):  Add missing parentheses.
1962 Fri Jun  3 19:16:57 1994  Jason Merrill  (jason@deneb.cygnus.com)
1964         * config.shared (CXXFLAGS): Remove -fno-implicit-templates.
1966         * iomanip.h: Add explicit external instantiations.
1968 Wed Jun  1 14:14:44 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1970         * libio.h (struct _IO_FILE_plus):  Move definition from here ...
1971         * libioP.h (struct _IO_FILE_plus):  ... to here.  Since this
1972         file is private to the implementation, we can rename the fields
1973         from the implementor's to the user's name anme space.
1974         (This avoids a lossage on SCO, whose stdio.h has a #define _file.)
1975         * iofdopen.c, iofopen.c, stdfiles.c:  Fix field references accordingly.
1976         * iopopen.c (struct_IO_proc_file):  Rename fields from
1977         implementor's name space to user's, and update usages.
1978         * streambuf.h (streambuf::_vtable):  Re-implement to not need
1979         struct _IO_FILE_plus.
1980         * strfile.h (struct _IO_strfile_): Likewise.
1982 Wed Jun  1 13:57:48 1994  Jason Merrill  (jason@deneb.cygnus.com)
1984         * config.shared (CXXFLAGS): Use -fno-implicit-templates instead of
1985         -fexternal-templates.
1987 Tue May 31 08:49:28 1994  Mike Stump  (mrs@cygnus.com)
1989         * genops.c, iofclose.c, iofdopen.c, iofopen.c, iopopen.c: Be
1990         consistent about protecting #include <stdlib.h>.
1992         * ioputs.c: Add #include <string.h>, to avoid warning on alpha.
1994         * iofdopen.c: Add #include <stdlib.h>, so that malloc works on
1995         machines where sizeof(int) != sizeof(void *).
1997 Mon May 30 17:26:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
1999         * pfstream.cc (ipfstream::ipfstream, opfstream::opfstream):
2000         Reverse sense of test of return value of procbuf::open.
2001         (It returns NULL on failure.)
2003         * filedoalloc.c (_IO_file_doallocate):  Remove dead code for
2004         USE_MALLOC_BUF.  Add code to return EOF if ALLOC_BUF fails.
2006 Sat May 28 13:47:47 1994  Jason Merrill  (jason@deneb.cygnus.com)
2008         * iomanip.cc: Explicitly instantiate smanip<int> and
2009         smanip<ios::fmtflags>.
2011 Wed May 25 16:04:12 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2013         * strfile.h:  Use __P instead of _PARAMS.
2015 Fri May 20 11:42:17 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2017         * libio.h: Rename _PARAMS macro to __P for better glibc and BSD
2018         compatibility.  (Also define _PARAMS for backwards compatibility.)
2019         * cleanup.c, iolibio.h, ioperror.c, iovfprintf.c, iovfscanf.c,
2020         libioP.h: Use __P instead of _PARAMS.
2021         * iostdio.h: Use __P instead of _ARGS.
2023         * fileops.c (_IO_file_read):  Minor stylistic tweak.  (It is
2024         preferable to test errno *after* the error return.)
2026 Fri May 13 15:25:36 1994  Jason Merrill  (jason@deneb.cygnus.com)
2028         * iostream.*: Add insertor and extractor for bool (just pretend
2029         it's an int).
2031 Fri May 13 14:12:03 1994  Mike Stump  (mrs@cygnus.com)
2033         * gen-params: Check for builtin bool support.
2035 Wed May 11 00:48:35 1994  Jason Merrill  (jason@deneb.cygnus.com)
2037         Make libg++ build with gcc -ansi -pedantic-errors
2038         * gen-params: #ifdef __STRICT_ANSI__, #define _G_NO_NRV.
2039         * pfstream.cc (ipfstream::ipfstream): Wrap use of variable-size
2040         array in #ifndef __STRICT_ANSI__.
2042 Fri May  6 12:42:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2044         * Makefile.in (VERSION):  Increase to 0.64.
2046         * isgetline.cc (istream::getline):  The delimiter should *not*
2047         be included in the gcount().
2049         * filedoalloc.c:  #include <stdlib.h> (If __STDC__) to get malloc.
2050         * iostream.h (ostream::put):  Remove overloaded versions, to match
2051         new working paper.  (Actually just put inside _STREAM_COMPAT, for now.)
2053 Tue May  3 14:14:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2055         * genops.c (_IO_default_finish):  Make robust when called
2056         multiple times on the same _IO_FILE*.  (One way this can
2057         happen is by the builtinbuf destructor being followed by the
2058         streambuf destructor.)
2060 Mon May  2 13:55:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
2062         * gen-params: Actually determine wint_t rather than depending on
2063         cpp to provide it or defaulting to the underlying type for
2064         wchar_t.
2066 Sat Apr 30 14:47:30 1994  Jason Merrill  (jason@deneb.cygnus.com)
2068         * gen-params: Add _G_wint_t, allow __*_TYPE__ to override values
2069         at compile time, fix definition of _G_ARGS.
2071 Fri Apr 29 16:55:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2073         * libio.h: Remove #pragma interface.  (There is no implementation.)
2075 Mon Mar 28 14:22:26 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2077         * iostream.cc (ostream::operator<<(double)):  Add/fix support
2078         for printing '+' when ios::showpos is set.
2079         (Fixes bug reported by Doug Moore <dougm@cs.rice.edu>.)
2080         * iostream.cc (istream::read):  Set eofbit as well as failbit on eof.
2081         * iostream.cc (ostream::operator<<(int)):  Fix conversion
2082         to unsigned (used to lose on INT_MIN).
2083         * iostream.cc (ostream::operator<<(long)):  Use (unsigned long),
2084         rather than (unsigned) for temporary.
2086         * config.shared, Makefile.in:  Remove definitions and uses
2087         of XTRAFLAGS.  It is no longer needed, since it is
2088         now implied by the -B flag.
2090 Fri Mar 25 00:31:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
2092         * builtinbuf.h: Add put /**/ around comment on trailing #endif.
2094         * Makefile.in (c++clean): Make clean in tests subdir, too.
2096 Wed Mar 23 16:42:09 1994  Doug Evans  (dje@canuck.cygnus.com)
2098         * configure.in: Remove Makefile.tem before creating it.
2099         Needed when configuring from read-only source trees.
2101 Wed Mar 16 14:06:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2103         * stdstreams.cc:  Fix so that stdiobuf are used for cin/cout/cerr,
2104         unless _STDIO_USES_IOSTREAM is defined.
2105         * filebuf.cc (filebuf::setbuf):  Fix confusion about return
2106         value from _IO_file_setbuf.
2108 Sun Mar 13 00:54:12 1994  Paul Eggert  (eggert@twinsun.com)
2110         * config.shared: Ensure that `all' precedes `.PHONY';
2111         BSDI 1.1 needs this.
2113 Sat Mar 12 03:58:00 1994  Paul Eggert  (eggert@twinsun.com)
2115         * config.shared: Output a definition of INSTALL that uses
2116         $${rootme}, not ${rootme}.  Most `make's don't care, but BSDI
2117         1.1 `make' does.
2119 Fri Mar  4 17:33:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2121         * iopopen.c:  #define _POSIX_SOURCE.
2122         * isgetline.c (istream::getline):  Various fixes.
2124 Thu Mar  3 17:58:20 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2126         * iostream.cc (write_int):  Fix test for when to add initial '0'
2127         when ios::oct and ios::showbase are set.
2128         For hex, showbase adds initial 0x (or 0X) regardless of val==0.
2129         Bugs reported by Phil Roth <proth@cs.uiuc.edu>.
2131 Mon Feb 21 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
2133         * libio.h (_IO_PENDING_OUTPUT_COUNT(_fp)): return the
2134         pending output count in _fp.
2136 Fri Feb 25 09:26:57 1994  Ian Lance Taylor  (ian@cygnus.com)
2138         * gen-params: For HAVE_SYS_WAIT, compile dummy.c, not dummy.C.
2140 Tue Feb 22 11:19:09 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2142         * streambuf.h, genops.c, libioP.h:  Rename references to
2143         _IO_FILE fields other_gbase => _IO_save_base,
2144         _aux_limit => _IO_backup_base, and _other_egptr => _IO_save_end.
2145         * libio.h:  Remove no-longer needed macros _other_gbase,
2146         _aux_limit, and _other_egptr.
2147         * genops.c (__underflow, _IO_default_finishh, _IO_unsave_markers):
2148         Check _IO_save_base for NULL before FREEing it or calling
2149         _IO_free_backup_area.
2151 Thu Feb 17 15:26:59 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2153         * gen-params:  Improve deduction of _G_uint32 and _G_int32.
2154         Should now work for 16-bit, 32-bit, or 64-bit targets.
2155         * gen-params:  Check for sys/wait.h using ${CC}, since it's
2156         now used in a C file, not a C++ file.
2157         * floatconv.c:  Typedef _G_uint32_t as unsigned32, and use
2158         unsigned32 in place of unsigned long.  (Needed for Alpha.)
2160 Tue Feb  8 13:40:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2162         * fileops.c (_IO_file_close_it):  Simplify by using _IO_do_flush.
2163         * fileops.c (_IO_file_finish):  Don't call _IO_file_close_it -
2164         do it inline.  Call _IO_do_flush even if _IO_DELETE_DONT_CLOSE.
2165         * fileops.c (_IO_file_attach):  Set _IO_DELETE_DONT_CLOSE.
2166         * genops.c (_IO_flush_all):  Only call overflow if there is
2167         something to write.
2168         * iofclose.c (_IO_fclose):  Check that magic number is correct,
2169         and clear it when done.  Avoids crashing some buggy applications.
2170         * iogetline.c (_IO_getline):  Don't gratuitously increment old_len.
2171         * iogets.c (_IO_gets):  Take care to get required ANSi semantics.
2173 Sun Feb  6 19:50:39 1994  Jason Merrill  (jason@deneb.cygnus.com)
2175         * iomanip.cc: Explicitly instantiate operator<< and >>.
2177 Fri Feb  4 12:28:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
2179         * config.shared (CXXFLAGS): Use -fexternal-templates.
2181         * iomanip.h: Uncomment #pragma interface.
2183 Thu Jan 20 13:48:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2185         If no characters are read by fgets, ANSI C doesn't allow '\0' to
2186         be written to the buffer, but it is required by ANSI C++
2187         for istream::get and istream::getline.  Both use _IO_getline ...
2188         * iogetline.c (_IO_getline):  Don't write a '\0' at the end
2189         of the read data.  The input buffer length does not include
2190         space for a '\0'.
2191         * iofgets.c, iogets.c:  Change appropriately.
2192         Also check for _IO_ERR_SEEN, as required by ANSI.
2193         * isgetline.cc:  Update accordingly.
2195 Mon Jan 17 13:24:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
2197         * Makefile.in (c++clean): Added target for compiler testing
2198         (i.e. make c++clean all).
2200 Mon Jan 10 11:20:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
2202         * libio.h (_IO_putc):  Add parentheses.
2203         Patch from Rik Faith <faith@cs.unc.edu>.
2205 Tue Jan  4 01:32:28 1993  Hongjiu Lu (hjl@nynexst.com)
2207         * genops.c (_IO_default_xsputn):
2208           (_IO_default_xsgetn):
2209         * ioignore.c: change "_IO_size_t count" to
2210           "_IO_ssize_t count".
2211         * iogetline.c: change "_IO_size_t len" to
2212           "_IO_ssize_t len".
2214 Mon Dec 20 00:31:21 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2216         * config.shared (CXXINCLUDES):  Fix quoting of $(NOSTDINC).
2218 Sun Dec 19 21:03:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2220         * Makefile.in (VERSION):  Increase to 0.63.
2222 Fri Dec 17 13:02:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2224         * iofread.c (_IO_fread):  Return 0 if either size or count is 0.
2225         * iofwrite.c (_IO_fwrite):  Return 0 if either size or count is 0.
2226         (This is consistent with fread, and most implementations, but not
2227         with a literal reading of the ANSI spec.)
2228         * iovfscanf.c (_IO_vfscanf):  If got EOF while skipping spaces,
2229         set seen_eof and break (instead of returning).
2230         * sbscan.cc (streambuf::vscan):  Set error state before returning.
2231         * streambuf.h:  Add a forward declarations for class istream
2232         to work around a g++ vtable name mangling bug.  (Patch from
2233         harry@pdsrc.hilco.com via Jeffrey A Law <law@snake.cs.utah.edu>.)
2234         * NEWS:  New file.
2236 Sat Dec 11 16:21:08 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2238         * iovfprintf.c (struct helper_file, _IO_helper_overflow,
2239         helper_vfprintf, _IO_helper_jumps):  New structs and functions.
2240         (_IO_vfprintf):  Use helper_vfprintf to make printing to
2241         unbuffered files more efficient.
2242         * genops.c (_IO_default_underflow), libioP.h:  New function.
2244         * iovsscanf.c (_IO_vsscanf):  The input string's length marks
2245         its logical end-of-file.
2247 Wed Dec  8 13:20:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2249         * indstream.cc (indirectbuf::sync()):  Don't crash if get_stream()
2250         or put_stream() are NULL;  sync() both streams even if error.
2252 Sun Dec  5 19:24:29 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
2254         * iostreamP.h (convert_to_seekflags): Use _IO_seek_set instead of
2255         0 inside the conditial expressions.
2257         * iofsetpos.c (_IO_fsetpos): Delete unused var `pos'.
2259 Sat Dec  4 15:57:26 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2261         * filedoalloc.c (_IO_file_doallocate):  Change type of couldbetty
2262         to int, and type of size to _IO_size_t, instead of size_t.
2263         (Change needed for Ultrix, which incorrectly deliberately doesn't
2264         define size_t in <sys/types.h> if _POSIX_SOURCE is defined.)
2266 Thu Dec  2 22:43:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2268         * fileops.c (_IO_file_finish):  Remove redundant call to _IO_un_link.
2269         * iofclose.c (_IO_fclose):  Don't call fp->_jumps->__close;  it's
2270         too low-level.  Instead call _IO_file_close_it.
2271         * dbz/Makefile.in (rclean, distclean):  Add some missing files.
2273 Wed Dec  1 13:19:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2275         * config/hpux.mt (MATH_H_INLINES): No longer define.
2276         Patch from Jeffrey A Law <law@snake.cs.utah.edu>.
2278 Fri Nov 26 13:28:36 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2280         * config.shared (CINCLUDES):  Define default if libg++.
2281         * iofread.c:  Use _IO_sgetn.c.
2282         * iolibio.h (_IO_clearerr):  Fix typo.
2283         * genops.c (_IO_seekmark):  Return 0 on success.
2284         * floactconv.c (Binit):  Change to static.
2285         * iofclose.c (_IO_fclose):  Check if file is _IO_stdin, _IO_stdout,
2286         or _IO_stderr;  if so don't try to free it.  Fix from hjl@nynexst.com.
2288         * genops.c (_IO_default_sync), libioP.h:  New function.
2289         * libioP.h (_IO_default_close):  Use _IO_default_sync -same interface.
2291         * Makefile.in:  Increase version to 0.62.
2292         * iopopen.c (_IO_proc_close):  Use waitpid (available in libibarty,
2293         if needed), rather than wait.  Don't block/ignore SIGINT etc,
2294         as this is counter to Posix.2.
2295         * iopopen.c:  Chain open proc_files, and have the child close
2296         the ones that are open (as required by Posix.2).
2298         * fstream.h (fstreambase::rdbuf), strstream.h (strstreambase
2299         ::rdbuf):  Call ios::rdbuf() instead of getting _strbuf directly.
2301         * sbscan.cc (streambuf::vscan):  Comment out duplicate default arg.
2302         * floatconv.c:  Recognize Alpha and i860 as little-endian.
2303         * streambuf.cc:  Return two bogus value returns from void functions.
2304         * iolibio.h, iofwrite.c:  Fix buffer type to (const void*).
2305         * libio.h:  Predefine of struct _IO_FILE to help non-g++-compilers.
2306         * libioP.h, pfstream.cc, stdfiles.c, iovfscanf.c: Cleanup syntax junk.
2307         * stdstreams.cc:  Minor simplification.
2308         * streambuf.h, builtinbuf.cc:  Add non-const ios::_IO_fix_vtable()
2309         for temporary binary compatibility.
2311         * filedoalloc.c, fileops.c:  Add _POSIX_SOURCE.
2312         * fileops.c, iofopen.c, iofputs.c, iostream.cc, strops.c,
2313         strstream.cc, genops.c:  Add some missing #includes.
2314         * iofopen.c, iofdopen.c:  Return NULL if malloc fails.
2315         * iovfscanf.c:  Fix return type in strtol prototype.
2316         * fwrite.c:  Remove bogus file.
2318 Wed Nov 17 14:09:42 1993  Per Bothner  (bothner@cygnus.com)
2320         * builtinbuf.cc (ios::_IO_fix_vtable), streambuf.h:  Make method
2321         const, to reduce problems with -Wcast-qual.
2323 Tue Nov 16 19:30:42 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2325         * config.shared (CXXINCLUDE): use ${} instead of $() for NOSTDINC
2327 Tue Nov 16 14:15:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2329         * iopopen.c (_IO_proc_close):  Re-structure to avoid
2330         declarations after statements.
2331         * floatconv.c:  If not __STDC__, #define DBL_MANT_DIG.
2332         * config/isc.mt (G_CONFIG_ARGS): Remove bogus spaces.
2333         Patch from David A. Avery <daa@nic.cerf.net>.
2335 Tue Nov 16 15:58:31 1993  Mark Eichin  (eichin@cygnus.com)
2337         * Makefile.in (_G_config.h): explicitly use $(SHELL) to run
2338         gen-params, since we know it is a script (we're explicitly looking
2339         in ${srcdir} for it) and /bin/sh might not be good enough.
2341 Mon Nov 15 13:26:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2343         * builtinbuf.cc:  Don't depend on initialization of static
2344         variable builtinbuf::vtable, since that might happen after
2345         we need it (for a static constructor).  Instead, initialize
2346         it when needed by inlining the code from get_builtin_vtable
2347         into ios::_IO_fix_vtable().
2349         * floatconv.c:  Avoid using #elif, which some C compilers lack.
2350         * iogetline.c, libioP.h:  Make char parameter be int, to avoid
2351         some default promotion anomalies.
2353 Fri Nov  5 11:49:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2355         * config.shared (do-clean-dvi):  Remove TeX work files.
2356         * iopopen.c (extern _IO_fork):  Don't use parameter type void.
2357         * strops.c (_IO_str_init_static):  Clear the allocate_buffer
2358         function pointer, to mark the strfile as being static.
2359         Bug fix from Mike Raisbeck <mike@pudding.rtr.COM>.
2361 Thu Nov  4 10:44:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2363         * filebuf.cc (filebuf:): Use sseekoff rather than seekoff
2364         (which loses if vtable pointer is NULL).
2366         * iostream.cc (ostream::operator<<(long long n)):  Fix thinko.
2368         * Makefile.in (VERSION):  Increase to 0.60.
2369         * Makefile.in (IO_OBJECTS):  Added iopopen.o.
2370         * config.shared (DISTCLEAN):  Also remove Make.pack.
2371         * config.shared (CXXINCLUDES):  Add $(NOSTDINC).
2373         * config.shared (INSTALL):  Fix so it ues the correct install.sh
2374         whether $srcdir is absolute or relative.
2376         * floatconv.c (DBL_MAX_10_EXP): Fix default value.
2378 Wed Nov  3 10:20:49 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2380         * gen-params:  Make more robust to allow random junk (NeXT
2381         has spaces) before typedefs.
2383         * fileops.c (_IO_file_overflow):  Reduce code duplication.
2384         * Makefile.in (IO_OBJECTS):  Remove ioputs.o.
2386         * iovfscanf.c, libio.h:  Extra parameter to _IO_vfscanf,
2387         for optionally setting an error indication..
2388         * iofscanf.c, ioscanf.c, iofscanf.c, iovsscanf.c:  Fix calls to
2389         _IO_vfscanf to pass an extra NULL.
2390         * sbscan.cc (streambuf::vscan):  If passed an extra stream,
2391         set its error state (using new _IO_vfscanf parameter.
2393         * filedoalloc.c, fileops.c, genops.c, iogetline.c, ioignore.c,
2394         libio.h, libioP.h, streambuf.cc streambuf.h, strfile.h, strops.c,
2395         strstream.cc:  Replace macros (_base, _ebuf, _eback, _gptr, _egptr,
2396         _pbase, _pptr, _epptr) by field names (_IO_buf_base, _IO_buf_end,
2397         _IO_read_base, _IO_read_pre, IO_read_end, _IO_write_base,
2398         _IO_write_ptr, _IO_write_end).
2399         * libio.h:  Remove the old macros (which fixes a conflict.
2401 Mon Nov  1 15:22:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2403         * iostream.cc:  Use _IO_sputn instead of sputn.  _IO_sputn does
2404         not require a vtable pointer, and is also slightly faster.
2406         * builtinbuf.{h,cc} (builtinbuf::setbuf):  Fix return and
2407         parameter types.
2409 Mon Oct 25 12:56:33 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2411         Kludge to make sure _IO_FILE buffers get flushed before exit.
2412         * dbz/dbzmain.c, dbz/fake.c, dbz/byteflip.c:
2413         Invoke DBZ_FINISH macro (if defined) before (normal) exits.
2414         * dbz/Makefile.in (CFLAGS):  Define DBZ_FINISH to call _IO_flush_all.
2416 Sat Oct 23 22:10:53 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2418         * Makefile.in (VERSION):  Set to 0.60 for libg++ release.
2419         * fileops.c (_IO_file_attach):  Set _offset to _IO_pos_BAD.
2420         * iostream.cc (ostream::flush):  Fix thinkp.
2421         * editbuf.cc, isgetsb.cc, isscan.cc, osform.cc, parsestream.cc,
2422         pfstream.cc, sbform.cc, sbscan.cc, stdstreams.cc, stream.cc:
2423         Replace #include "ioprivate.h" by #include "libioP.h" (and
2424         sometimes stdarg.h, stdlib.h and/or string.h).
2425         * ioprivate.h:  Removed.
2428 Thu Oct 21 19:24:02 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2430         * PlotFile.h, SFile.h, editbuf.cc, editbuf.h, filebuf.cc,
2431         fstream.cc, fstream.h, indstream.cc, indstream.h, iomanip.cc,
2432         iomanip.h, ioprivate.h, iostream.cc, iostream.h, isgetline.cc,
2433         isgetsb.cc, parsestream.cc, parsestream.h, pfstream.cc,
2434         pfstream.h, procbuf.cc, procbuf.h, stdiostream.cc, stdiostream.h,
2435         stdstreams.cc, streambuf.cc, streambuf.h, strstream.cc,
2436         strstream.h:  Remove old (duplicate) copyright notices.
2438         * iostream.cc:  Fix calls to sync() to be safe in the presence
2439         of vtable-less streambufs.
2441 Wed Oct 20 15:22:04 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2443         * streambuf.h (streambuf::underflow, streambuf::overflow):
2444         Don't make virtual functions pure.
2445         * streambuf.cc (streambuf::underflow, streambuf::overflow):
2446         Default definitions (return EOF).
2447         * fstream.h:  Add new (int fd, char* buf, int len) constructors.
2448         These are deprecated, but added for AT&T compatibility.
2449         * fstream.cc fstreambase::fstreambase(int fd, char *p, int l): New.
2451 Thu Oct 14 14:57:01 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2453         * configure.in: use 'mv -f' instead of 'mv'
2455 Tue Oct 12 05:01:44 1993  Mike Stump  (mrs@cygnus.com)
2457         * floatconv.c: Fix typo, change __STDC to __STDC__.
2459 Mon Oct 11 17:03:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2461         * cleanup.c:  It should be #if _G_HAVE_ATEXIT, not #ifdef.
2463         * floatconv.c, iostrerror.c, iovfprintf.c, iovfscanf.c, libioP.h:
2464         Bunch of fixes to allow use of non-ANSI (K&R) C compilers.
2466         * Makefile.in (iostream.list):  Use CC=$(CXX) to force use of gcc.
2467         * README:  New file.
2469 Fri Oct  8 16:19:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2471         * Makefile.in:  Move ioungetc.o from STDIO_WRAP_OBJECTS to
2472         IO_OBJECTS (since it is needed for iovfscanf.c).
2473         * iostrerror.c:  Add declaration of strerror.
2475 Thu Oct  7 12:02:28 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2477         * cleanup.c:  New file, to cause flushing at exit.
2478         * filedoalloc.c:  Cause flushing on exit.
2479         * Makefile.in (OSPRIM_OBJECTS):  Add cleanup.o.
2480         * gen-params:  Check for atexit.
2482 Tue Oct  5 19:11:14 1993  Mike Stump  (mrs@cygnus.com)
2484         * ioperror.c (_IO_strerror): Add missing ()s in _PARAMS usage.
2486 Tue Oct  5 10:33:37 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2488         * iofprintf.c, iofscanf.c, ioprintf.c, ioscanf.c, iosprintf.c,
2489         iosscanf.c:  Remove bogus semi-colon after va_dcl.
2490         * ioperror.c:  Fix typos in declaration.
2492 Mon Oct  4 17:12:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2494         * configure.in (CLEAN):  Define (as _G_config.h *.a).
2496         * fileops.c (_IO_file_read):  Don't assume EINTR is defined.
2497         * iosetbuf.c:  Replace by generalized ...
2498         * iosetbuffer.c:  ... variant, derived from BSD.
2499         * Makefile.in (STDIO_WRAP_OBJECTS):  Change correspondingly.
2500         * iosetvbuf.c (iosetvbuf):  Minor ANSI tweak.
2501         * iostdio.h (setbuf, setlinebuf):  New #defines.
2502         * iolibio.h (_IO_setbuf, _IO_setlinebuf):  (Re-)define as macros.
2503         * Makefile.in (LIBIO_OBJECTS):  New macro.
2505 Tue Sep 28 14:15:52 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2507         * libioP.h (_IO_proc_open, _IO_proc_close): Add missing return types.
2508         * procbuf.cc:  Belated fixes.
2510 Mon Sep 27 14:04:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2512         * Makefile.in: List new files.  Add STDIO_WRAP_OBJECTS macro.
2513         * floatconv.c (d2b):  Use Exp_msk11 instead of Exp_msk1.
2514         * iofgetpos.c (_IO_fgetpos), iofsetpos.c (_IO_fsetpos):  Clean up.
2515         * iolibio.h:  New file.  Declarations of _IO_foo, for most foo
2516         where foo is a stdio function.  (Remove these from libio.h.)
2517         * iostream.h (istream::istreambuf, ostream::ostreambuf):  Move
2518         obsolete functions inside #ifdef _STREAM_COMPAT.
2519         * libio.h, libioP.h, streambuf.h, parsestream.h, stdiostream.h:
2520         Use _IO_fpos_t rather than _IO_pos_t.
2521         * iopopen.c:  New file type, for pipe (popen-like) streams.
2522         * procbuf.cc:  Now just a C++ wrapper for the files in iopopen.c.
2523         * streambuf.h (ios::unsetf):  Return complete old value of flags.
2524         * iogets.c (_IO_gets(), ioungetc.c (_IO_ungetc), ioperror.c
2525         (_IO_perror), iostrerror.c (_IO_strerror):  New files and
2526         functions, for stdio implementation.
2527         * iostdio.h:  Add declarations for various recently-added functions.
2529 Sun Sep 12 14:24:55 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2531         * streambuf.h (ios::showpos):: Fix typo.
2533 Fri Aug 27 12:05:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2535         * iopadn.c (_IO_padn):  Change to return count of chars written.
2536         * outfloat.c, iovfprintf.c:  Change for new _IO_padn interface.
2537         * iostream.cc (ostream::operator<<):  Make sure to set badbit
2538         on a failure (many places).  Use _IO_padn more.
2539         * iostream.cc (ostream& ostream::operator<<(const void *p):  Move to
2540         * osform.cc:  ... here, to reduce linking-in-the-world syndrome.
2541         * osform.cc: Use rdbuf(), instead of _strbuf directly.
2543         * genops.c (_IO_sgetn), libio.h:  New function.
2544         * streambuf.h (streambuf.h::sgetn):  Use _IO_sgetn.
2545         * SFile.cc (SFile::operator[]):  Use sseekoff, not seekoff.
2547 Thu Aug 26 10:16:31 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2549         * config.shared (SUBDIRS): only recurse if the directory is configured
2551 Wed Aug 25 12:56:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2553         * config/{hpux.mt, isc.mt, sco4.mt}:
2554         Moved from ../libg++/config (since they affect _G_config.h).
2555         * configure.in:  Set target_make_frag to one of the above files.
2557 Fri Aug 20 00:53:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2559         * iofopen.c (iofopen):  Fix type passed to _IO_un_link().
2560         * Makefile.in (_G_config.h):  Pass $CC (not $CXX) as CC.
2562         * configure.in (configdirs):  Add dbz and stdio.
2563         * fileops.c (_IO_file_seekoff):  Convert more old functionality.
2564         * iofdopen.c:  Use mode parameter to set _flags.
2565         * iofscanf.c, ioputs.c, ioscanf.c, iosprintf.c:  New files.
2566         * Makefile.in (IO_OBJECTS):  Added new objects.
2567         * iostdio.h:  Add feof. fscanf, puts, sprintf, vsprintf.
2568         * libio.h:  Add _IO_vprintf macro.
2569         * iofopen.c:  Invoke _IO_un_link if failure.
2570         * iovsprintf.c:  Write terminating NUL.
2572         * libioP.h:  Add COERCE_FILE macro (by default does nothing).
2573         * iofclose.c, iofflush.c, iofgets.c, iofprintf.c, iofputs.c,
2574         iofread.c, ioftell.c, iofwrite.c, iosetbuf.c, iosetvbuf.c:
2575         Invoke COERCE_FILE macro.
2576         * ioftell.c:  Use _IO_seekoff.
2578 Wed Aug 18 22:49:56 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2580         * sbform.cc (streambuf::form), sbscan.cc (streambuf::scan):
2581         Remove cast to _IO_va_list.  (Loses if array type.)
2583         * libio.h:  Handle _IO_va_list for systems that need <stdarg.h>.
2584         * floatconv.h:  Fix typo (reported by H.J.Lu).
2586 Wed Aug 18 19:34:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
2588         * configure.in (INSTALLDIR): handle native vs. cross case
2590         * Makefile.in (install): don't use $TARGETLIB, set INSTALLDIR to
2591         $(libdir)
2593 Wed Aug 18 12:10:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2595         * Makefile.in:  Rename iostream-files to iostream.list.
2596         * configure.in:  Add iostream.list to MOSTLYCLEAN.
2598 Tue Aug 17 18:56:59 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2600         * Makefile.in:  Depend on _G_config.h where appropriate.
2601         * config.shared (CXXINCLUDES):  If doing libg++, search ../libio.
2603 Tue Aug 17 17:34:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
2605         New directory.  Based on old libg++/iostream code,
2606         but extensively re-written.