OSDN Git Service

Enable fixincludes for msdosdjgpp
[pf3gnuchains/gcc-fork.git] / libio / ChangeLog
index bf60fee..ec2fd43 100644 (file)
@@ -1,3 +1,97 @@
+2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
+           Felix Lee  <flee@redhat.com>
+
+       * 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.
+       * stdstrbufs.cc: Likewise.
+
+2000-05-24  Ulrich Drepper  <drepper@redhat.com>
+
+       * iostream.cc (endl): Fix bug in last change.
+       (ends): Make same change as for endl.
+
+Tue May 23 22:56:56 2000  Jerry Quinn
+
+       * iostream.cc (endl): Verify stream can accept characters
+       before writing its eol.
+
+2000-05-15  David Edelsohn  <edelsohn@gnu.org>
+
+       * config.shared: Change "pic" to depend on $(PICFLAG), not
+       on $(enable_shared).
+
+2000-05-11  Robert Lipe <robertlipe@usa.net>
+
+       * configure.in: Remove special casing for sco3.2v[45].
+       * config/sco4.mt: Deleted.
+
+2000-05-10  Jakub Jelinek  <jakub@redhat.com>
+
+       * configure.in: Use mh-sparcpic for sparc*-*-*.
+
+2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * configure.in: Indent the # of #include_next one space.
+
+2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
+
+       * configure.in: -linux-gnu*, not -linux-gnu.
+
+2000-01-28  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
+
+       * fstream.h (ifstream::ifstream): Add ios::in to mode.
+       (ifstream::open): Likewise.
+       (ofstream::ofstream): Add ios::out to mode.
+       (ofstream::open): Likewise.
+
+2000-01-27  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * dbz/dbz.c, dbz/dbzmain.c: Include stdlib.h.  Don't declare
+       malloc, calloc, free, atol, atoi, or errno.  (errno.h was
+       already being included.)
+
 2000-01-12  Fred Fish <fnf@be.com>
 
        * configure.in (*-*-beos*): Recognize.
@@ -40,7 +134,7 @@ Thu Sep 30 01:08:04 1999  Jeffrey A Law  (law@cygnus.com)
 
        * editbuf.cc, parsestream.cc, pfstream.cc: Include string.h.
 
-Mon Sep 13 06:30:14 1999  Mark Klein <mklein@dis.com> 
+Mon Sep 13 06:30:14 1999  Mark Klein <mklein@dis.com>
 
        * config/mpeix.mt: New for MPEiX port.
 
@@ -50,7 +144,7 @@ Sat Sep  4 18:00:00 PDT 1999 Mark Klein (mklein@dis.com)
 
 1999-08-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
-       * streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the 
+       * streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the
        global scope.
 
 1999-08-07  Andreas Schwab  <schwab@suse.de>
@@ -145,7 +239,7 @@ Sun Feb 28 22:39:17 1999  Geoffrey Noer  <noer@cygnus.com>
 
 Wed Feb 10 09:25:48 1999  Mumit Khan  <khan@xraylith.wisc.edu>
 
-       * gen-params (VTABLE_LABEL_PREFIX): Handle windows32. 
+       * gen-params (VTABLE_LABEL_PREFIX): Handle windows32.
 
 Wed Feb  3 22:05:41 1999  H.J. Lu  (hjl@gnu.org)
                          Jeffrey A Law  (law@cygnus.com)
@@ -167,7 +261,7 @@ Wed Feb  3 22:05:41 1999  H.J. Lu  (hjl@gnu.org)
        * config.shared (depend.new): Delete libc-lock.h from
        dependencies, and fix _G_config.h -> $(_G_CONFIG_H) rule.
        * depend: Rebuilt.
-       
+
 Sun Oct 11 01:51:42 1998  Jeffrey A Law  (law@cygnus.com)
 
        * config.shared (depend.new): Fix typo.