OSDN Git Service

* c4x-protos.h (c4x_legitimize_reload_address): Remove.
[pf3gnuchains/gcc-fork.git] / libio / ChangeLog
index cbee319..ec2fd43 100644 (file)
@@ -1,8 +1,47 @@
-2000-06-08  Mark Mitchell  <mark@codesourcery.com>
+2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
+           Felix Lee  <flee@redhat.com>
 
-       * libioP.h: Remove old ABI mangling code.
-       * stdstrbufs.cc: Likewise.
+       * gen-params: Put in cases for O_EXCL, O_APPEND not being defined.
+
+2000-10-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * iostream.cc (ends): Release the acquired lock.
+       (endl): Likewise.
+
+2000-10-16  Jakub Jelinek  <jakub@redhat.com>
+
+       * iostream.cc (ostream::operator<<(double n)) [__GLIBC_MINOR__ >= 2]:
+       Initialize new fields wide and i18n of struct printf_info.
+       (ostream::operator<<(long double n)) [__GLIBC_MINOR__ >= 2]:
+       Likewise.
+
+2000-09-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       * stdstreams.cc: Include <libio.h>, not "libio.h".
+       * iolibio.h: Likewise.
+       (_IO_pos_BAD): Use _IO_off_t instead of _IO_fpos_t.
+       * libio.h (_IO_USER_LOCK): Define.
+
+2000-08-18  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
+
+       * editbuf.h (edit_streambuf): Fix syntax error in
+       friend-declaration. 
+
+2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
+       Honor --disable-threads.
+
+Sun Jul 23 15:16:23 2000  Krister Walfridsson  <cato@df.lth.se>
+
+       * gen-params: Added trailing space for 'long long int' regexp.
+
+2000-06-28  Alex Samuel  <samuel@codesourcery.com>
 
+       * libioP.h (VTABLE_LABEL): Update for new vtable mangling.
+       * stdstrbufs.cc (filebuf_vtable): Likewise.
+       (stdiobuf_vtable): Likewise.
+       
 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
 
        * libioP.h: Handle new ABI mangling.