OSDN Git Service

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