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