OSDN Git Service

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