OSDN Git Service

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