]> gcc.gnu.org Git - gcc.git/blame - libio/ChangeLog
tradcpp.c (enum node_type): New hash types T_ASSERT, T_UNASSERT.
[gcc.git] / libio / ChangeLog
CommitLineData
c1b037bd
JJ
12000-10-18 Jakub Jelinek <jakub@redhat.com>
2
3 * iostream.cc (ends): Release the acquired lock.
4 (endl): Likewise.
5
50e29dd8
JJ
62000-10-16 Jakub Jelinek <jakub@redhat.com>
7
8 * iostream.cc (ostream::operator<<(double n)) [__GLIBC_MINOR__ >= 2]:
9 Initialize new fields wide and i18n of struct printf_info.
10 (ostream::operator<<(long double n)) [__GLIBC_MINOR__ >= 2]:
11 Likewise.
12
a3b434a2
FS
132000-09-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14
15 * stdstreams.cc: Include <libio.h>, not "libio.h".
16 * iolibio.h: Likewise.
17 (_IO_pos_BAD): Use _IO_off_t instead of _IO_fpos_t.
18 * libio.h (_IO_USER_LOCK): Define.
19
f5c97924
GDR
202000-08-18 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
21
22 * editbuf.h (edit_streambuf): Fix syntax error in
23 friend-declaration.
24
57119aa9
ZW
252000-08-14 Zack Weinberg <zack@wolery.cumb.org>
26
27 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
28 Honor --disable-threads.
29
31777026
KW
30Sun Jul 23 15:16:23 2000 Krister Walfridsson <cato@df.lth.se>
31
32 * gen-params: Added trailing space for 'long long int' regexp.
33
bece74bd
AS
342000-06-28 Alex Samuel <samuel@codesourcery.com>
35
36 * libioP.h (VTABLE_LABEL): Update for new vtable mangling.
37 * stdstrbufs.cc (filebuf_vtable): Likewise.
38 (stdiobuf_vtable): Likewise.
39
f5579898
MM
402000-06-04 Mark Mitchell <mark@codesourcery.com>
41
42 * libioP.h: Handle new ABI mangling.
43 * stdstrbufs.cc: Likewise.
44
4dd35855
UD
452000-05-24 Ulrich Drepper <drepper@redhat.com>
46
47 * iostream.cc (endl): Fix bug in last change.
48 (ends): Make same change as for endl.
49
db9aed0e
JL
50Tue May 23 22:56:56 2000 Jerry Quinn
51
52 * iostream.cc (endl): Verify stream can accept characters
53 before writing its eol.
54
63b8af0c
DE
552000-05-15 David Edelsohn <edelsohn@gnu.org>
56
57 * config.shared: Change "pic" to depend on $(PICFLAG), not
58 on $(enable_shared).
c35db293
RL
59
602000-05-11 Robert Lipe <robertlipe@usa.net>
61
62 * configure.in: Remove special casing for sco3.2v[45].
63 * config/sco4.mt: Deleted.
64
36348eab
JJ
652000-05-10 Jakub Jelinek <jakub@redhat.com>
66
67 * configure.in: Use mh-sparcpic for sparc*-*-*.
68
5729663d
ZW
692000-04-02 Zack Weinberg <zack@wolery.cumb.org>
70
71 * configure.in: Indent the # of #include_next one space.
72
ad242caf
JM
732000-03-29 Jason Merrill <jason@casey.cygnus.com>
74
75 * configure.in: -linux-gnu*, not -linux-gnu.
76
dfe50efb
ML
77