OSDN Git Service

* gen-params (VTABLE_LABEL_PREFIX): Handle windows32.
[pf3gnuchains/gcc-fork.git] / libio / ChangeLog
index 7fd5beb..8f9dcd2 100644 (file)
@@ -1,3 +1,203 @@
+Wed Feb 10 09:25:48 1999  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * 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)
+
+       * Makefile.in (iostream.list): Remove dependency on
+       stamp-picdir.
+       ($(LIBIOSTREAM_DEP)): Depend on stamp-picdir.
+       ($(LIBIO_FILES)): Similarly.
+
+       * config.shared (all): Make $(PICDIR) concurrent.
+
+1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * configure.in (compiler_name): Add check to detect if this
+       language's compiler has been built.
+
+1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * 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.
+       * depend: Rebuilt.
+
+1998-09-09  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's
+       value; don't change its value if --enable-version-specific-runtime-libs
+       has been specified.
+
+Wed Sep  2 21:05:39 1998  H.J. Lu  (hjl@gnu.org)
+
+       * configure.in: Fix INSTALLDIR replacement for cross-compile.
+
+Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
+
+        * dbz/Makefile.in: Avoid assumptions about "tr" behaves when
+        LANG is set to something other than English.
+
+Sun Aug 30 22:17:00 1998  H.J. Lu  (hjl@gnu.org)
+
+       * config.shared: Set libsubdir.
+
+1998-08-25 14:34  Ulrich Drepper  <drepper@cygnus.com>
+
+       * libio/iogetline.c (_IO_getline_info): Don't read anything for
+       N == 0.  Patch by HJ Lu.
+
+1998-08-23  Mark Mitchell  <mark@markmitchell.com>
+
+       * iomanip.h: Use __extension__ for `extern' explicit template
+       instantiations.
+
+1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
+
+       * strfile.h: Define __PMT if not already defined.
+
+1998-08-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * libioP.h: Use __PMT in typedefs.
+       * strfile.h: Likewise.
+
+1998-06-29  Ulrich Drepper  <drepper@cygnus.com>
+
+       * libio.h: Rewrite __PMT change so that it works with platforms
+       defining __P but not __PMT.
+
+       * libio.h (__PMT): New macro.  Defined like __P.  Use is for
+       function pointers.
+
+1998-06-27  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * Makefile.in (install): Remove superfluous /include.
+
+1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * config.shared (FLAGS_TO_PASS): Add gcc_version_trigger.
+       (Makefile): Add dependency upon $(gcc_version_trigger).
+
+1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * Makefile.in (install): Install _G_config.h depending on new flag
+       --enable-version-specific-runtime-libs.
+       * config/linux.mt (gxx_include_dir): Remove definition here as we use
+       gcc's default anyway.
+
+1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * config.shared (FLAGS_TO_PASS): Add gcc_version.
+
+1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * config.shared (FLAGS_TO_PASS): Add libsubdir.
+
+1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * genops.c (__underflow): Read character from read pointer as unsigned.
+       (__uflow): Likewise.
+
+1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
+
+       * strops.c (_IO_str_underflow): Read newly available character
+       from buffer as unsigned.
+
+Sun Apr 19 22:13:36 1998  H.J. Lu  (hjl@gnu.org)
+
+       * isgetline.cc (istream::get): Fix a typo.
+
+Thu Mar  5 09:23:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * configure.in: Make locating frag files failsafe even for the
+       special case if configuring and building in srcdir.
+
+1998-02-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       Changes for _G_IO_IO_FILE_VERSION == 0x20001:
+       * libioP.h (_IO_showmanyc_t, _IO_SHOWMANYC, _IO_imbue_t,
+       _IO_IMBUE): New definitions.
+       (struct _IO_jump_t): Add __showmanyc and __imbue fields.
+       (_IO_file_fopen): Add new fourth argument.
+       * filebuf.cc (filebuf::open): Pass new fourth argument to
+       _IO_file_fopen.
+       * iolibio.h (_IO_freopen): Likewise.
+       * streambuf.cc (streambuf::showmanyc, streambuf::imbue): New
+       functions.
+       * streambuf.h (_IO_wchar_t): Define to _G_wchar_t.
+       (ios::fill): Remove casts.
+       (struct streambuf): Add showmanyc and imbue members.
+
+       * iostream.cc (ostream::operator<<(double n)) [__GLIBC_MINOR__ >=
+       1]: Initialize new fields is_char of struct printf_info.
+       (ostream::operator<<(long double n)) [__GLIBC_MINOR__ >= 1]:
+       Likewise.
+
+Sun Feb 22 17:24:53 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * config.shared: Bring back changes from Ian and Fred that were
+       accidentally clobbered.  Should eliminate the need for Dave's
+       recent change.
+
+Tue Feb 17 21:56:25 1998  H.J. Lu  (hjl@gnu.org)
+
+       * config/linux.mt (IO_OBJECTS): Add iogetline.o.
+       * config/linuxlibc1.mt: Ditto.
+
+       * iogetline.c (_IO_getline_info): Renamed from _IO_getline.
+       (_IO_getline): Just call _IO_getline_info.
+
+       * isgetline.cc (istream::getline, istream::get, _sb_readline):
+       Call _IO_getline_info instead of _IO_getline and get the EOF
+       information.
+       * sbgetline.cc (streambuf::sgetline): Ditto.
+
+       * libioP.h (_IO_getline_info): New declaration.
+
+       * iogetline.c (_IO_getline): Handle the case when there is no
+       buffer.
+
+Fri Feb 13 00:57:20 1998  Krister Walfridsson (cato@df.lth.se)
+
+       * fileops.c: #include <unistd.h>.
+       * ioprims.c: Likewise.
+
+1998-02-10  Mark Mitchell  <mmitchell@usa.net>
+
+       * iostream.cc (ostream::operator<<(long double)): Don't use
+       labeled initializers.
+
+Fri Feb  6 01:35:56 1998  Manfred Hollstein  <manfred@s-direktnet.de>
+
+       * config.shared (FLAGS_TO_PASS): Don't emit PICFLAG.
+       (.c.o): Check value of enable_shared, not PICFLAG.
+       (.C.o): Dito.
+       (.cc.o): Dito.
+       (stamp-picdir): Dito.
+
+Thu Feb  5 17:41:26 1998  Dave Brolley  <brolley@cygnus.com>
+
+       * config.shared (LIBS): Change to -L../../libstdc++ (was -L../libstdc++)
+       if ${DOING_GPERF} is true.
+
+1998-01-20  Andreas Schwab  (schwab@issan.informatik.uni-dortmund.de)
+
+       * iostream.cc (istream::operator>>(long double&))
+       [!_G_HAVE_LONG_DOUBLE_IO]: Scan value into separate variable, in
+       case long double is bigger than double.
+       (ostream::operator<<(double)) [_G_HAVE_PRINTF_FP]: Fix order of
+       initializers of struct printf_info to match declaration order,
+       to work around g++ bug.
+       (ostream::operator<<(long double)) [_G_HAVE_PRINTF_FP]: Likewise.
+
+       * gen-params: Add missing quotes.  Avoid useless use of command
+       substitution.
+
 Sun Feb  1 13:29:47 1998  H.J. Lu  (hjl@gnu.org)
 
        * filebuf.cc (filebuf::open): Call _IO_file_open if
@@ -9,7 +209,7 @@ Sun Feb  1 13:29:47 1998  H.J. Lu  (hjl@gnu.org)
        * libioP.h (_IO_file_open): New declaration.
 
        * libio.h (_IO_FILE, _IO_stdin_, _IO_stdout_, _IO_stderr_,
-       _IO_seekoff, _IO_seekpos): Add support for libio in egcs 2.1.
+       _IO_seekoff, _IO_seekpos): Add support for libio in glibc 2.1.
        * libioP.h (_IO_seekoff_t, _IO_seekpos_t, _IO_seek_t,
        _IO_seekoff, _IO_seekpos, _IO_default_seekoff,
        _IO_default_seekpos, _IO_default_seek, _IO_file_seekoff,
@@ -58,7 +258,16 @@ Fri Jan 16 00:48:03 1998  Manfred Hollstein  <manfred@lts.sel.alcatel.de>
 
        * config.shared (FLAGS_TO_PASS): Add SHELL.
 
-Tue Jan 13 21:30:33 1998  H.J. Lu  (hjl@gnu.org)
+Thu Jan 15 00:21:58 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: For *-*-cygwin32*, add a -I for winsup to both
+       XCINCLUDES and XCXXINCLUDES.
+       * config.shared: Use ${host_includes} when setting CXXINCLUDES in
+       the DOING_LIBGXX case.
+       * Makefile.in (_G_config.h): Pass $(CINCLUDES) in CC and
+       $(CXXINCLUDES) in CXX when running gen-params.
+
+Tue Jan 13 21:32:08 1998  H.J. Lu  (hjl@gnu.org)
 
        * configure.in (CHECK_SUBDIRS): Set to testsuite only if
        ${srcdir}/../gcc exists.
@@ -69,11 +278,18 @@ Tue Jan 13 21:30:33 1998  H.J. Lu  (hjl@gnu.org)
        * tests/configure.in (CHECK): Set to "check-iostream
        check-stdio" if ${srcdir}/../../gcc doesn't exists.
 
+Thu Jan  8 18:09:03 1998  Fred Fish  <fnf@cygnus.com>
+
+       * config.shared (THIS_FILE): Really found via TOLIBIO instead
+       of TOLIBCXX, which is empty when configuring gperf.
+       (LIBS): When linking gperf, find libstdc++ relative to TO_TOPDIR
+       instead of hardcoded "../".
+
 1997-12-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
 
        Don't make gperf depend upon libg++.
        * config.shared (TOLIBGCXX) [DOING_GPERF]: Delete.
-       (LIBS) [DOING_GPERF]: Make it just `-L../libstdc++ -lstdc++'. 
+       (LIBS) [DOING_GPERF]: Make it just `-L../libstdc++ -lstdc++'.
 
 Thu Dec 11 11:20:59 1997  H.J. Lu  (hjl@gnu.org)