]> gcc.gnu.org Git - gcc.git/blame - libio/ChangeLog
configopts.html: Remove libgcc-rebuild; HTML formatting.
[gcc.git] / libio / ChangeLog
CommitLineData
a3b434a2
FS
12000-09-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2
3 * stdstreams.cc: Include <libio.h>, not "libio.h".
4 * iolibio.h: Likewise.
5 (_IO_pos_BAD): Use _IO_off_t instead of _IO_fpos_t.
6 * libio.h (_IO_USER_LOCK): Define.
7
f5c97924
GDR
82000-08-18 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
9
10 * editbuf.h (edit_streambuf): Fix syntax error in
11 friend-declaration.
12
57119aa9
ZW
132000-08-14 Zack Weinberg <zack@wolery.cumb.org>
14
15 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
16 Honor --disable-threads.
17
31777026
KW
18Sun Jul 23 15:16:23 2000 Krister Walfridsson <cato@df.lth.se>
19
20 * gen-params: Added trailing space for 'long long int' regexp.
21
bece74bd
AS
222000-06-28 Alex Samuel <samuel@codesourcery.com>
23
24 * libioP.h (VTABLE_LABEL): Update for new vtable mangling.
25 * stdstrbufs.cc (filebuf_vtable): Likewise.
26 (stdiobuf_vtable): Likewise.
27
f5579898
MM
282000-06-04 Mark Mitchell <mark@codesourcery.com>
29
30 * libioP.h: Handle new ABI mangling.
31 * stdstrbufs.cc: Likewise.
32
4dd35855
UD
332000-05-24 Ulrich Drepper <drepper@redhat.com>
34
35 * iostream.cc (endl): Fix bug in last change.
36 (ends): Make same change as for endl.
37
db9aed0e
JL
38Tue May 23 22:56:56 2000 Jerry Quinn
39
40 * iostream.cc (endl): Verify stream can accept characters
41 before writing its eol.
42
63b8af0c
DE
432000-05-15 David Edelsohn <edelsohn@gnu.org>
44
45 * config.shared: Change "pic" to depend on $(PICFLAG), not
46 on $(enable_shared).
c35db293
RL
47
482000-05-11 Robert Lipe <robertlipe@usa.net>
49
50 * configure.in: Remove special casing for sco3.2v[45].
51 * config/sco4.mt: Deleted.
52
36348eab
JJ
532000-05-10 Jakub Jelinek <jakub@redhat.com>
54
55 * configure.in: Use mh-sparcpic for sparc*-*-*.
56
5729663d
ZW
572000-04-02 Zack Weinberg <zack@wolery.cumb.org>
58
59 * configure.in: Indent the # of #include_next one space.
60
ad242caf
JM
612000-03-29 Jason Merrill <jason@casey.cygnus.com>
62
63 * configure.in: -linux-gnu*, not -linux-gnu.
64
dfe50efb
ML
65