OSDN Git Service

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