OSDN Git Service

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