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