OSDN Git Service

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