OSDN Git Service

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