Makefile.in (just-check): Ignore errors.
[platform/upstream/gcc.git] / libio / ChangeLog
index 3c07e25..d11aafe 100644 (file)
@@ -1,3 +1,94 @@
+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.
@@ -179,7 +270,7 @@ Thu Jan  8 18:09:03 1998  Fred Fish  <fnf@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)