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