OSDN Git Service

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