OSDN Git Service

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