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