OSDN Git Service

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