f2cext.c: Include math.h.
[platform/upstream/gcc.git] / libf2c / ChangeLog
index 02b07fa..b4e6cc7 100644 (file)
@@ -1,3 +1,76 @@
+1998-10-23  Dave Love  <d.love@dl.ac.uk>
+
+       * f2cext.c: Include math.h.
+
+1998-10-19  Dave Love  <d.love@dl.ac.uk>
+
+       * configure: Regenerate.
+
+       * configure.in: Use AC_CONFIG_AUX_DIR.
+
+1998-10-12  Dave Love  <fx@gnu.org>
+
+       * libI77/open.c (_XOPEN_SOURCE): Define.
+
+1998-10-12  Dave Love  <fx@gnu.org>
+
+       * Makefile.in (.SUFFIXES): Don't use any.
+       (all-unilib): New target, like old all.
+       (all): Use it.
+       (.PHONY): Add all-unilib.
+
+1998-10-12  Dave Love  <d.love@dl.ac.uk>
+
+       * configure.in: Reorder Makefile, g2c.h in AC_OUTPUT.
+
+Tue Oct  6 21:16:58 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in: Revert last patch.
+
+Mon Oct  5 01:16:10 1998  H.J. Lu  (hjl@gnu.org)
+
+       * Makefile.in (s-libi77): Depend on i77.
+       (s-libf77): Depend on i77.
+       (s-libu77): Depend on u77.
+
+1998-09-30  Dave Love  <d.love@dl.ac.uk>
+
+       * Makefile.in (f2cext.c): Depend on g2c.h.
+
+1998-09-30  Robert Lipe  <robertl@dgii.com> 
+
+       * Makefile.in (all): Correct dependencies so --disable-multilibs 
+       works again.
+       (distclean): Correct typo.
+
+1998-09-28  Dave Love  <d.love@dl.ac.uk>
+
+       * libI77/open.c: Back out part of last Netlib update affecting
+       scratch files which clashed with the g77 variations and broke
+       implicit endfile on rewind.
+
+1998-09-21  Dave Love  <d.love@dl.ac.uk>
+
+       * libI77/Version.c: Update.
+
+Mon Sep 21 12:27:27 1998  Robert Lipe  <robertl@dgii.com>
+
+       * Makefile.in (distclean, clean, uninstall, install, all): Add 
+       multilib support.
+       * configure.in: Likewise.
+       * configure: Regenerate.
+       * libF77/Makefile.in, libU77/Makefile.in, libI77/Makefile.in (clean): 
+       Explictly remove stamp in parent's directory.
+
+1998-09-20  Dave Love  <d.love@dl.ac.uk>
+
+       * libI77/sfe.c (e_wdfe): Set f__init to avoid spurious recursive
+       i/o error from formatted direct i/o.
+
+Thu Sep 10 14:57:25 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
+
+       * Makefile.in (install): Add missing "else true;".
+
 1998-09-09  Craig Burley  <burley@gnu.org>
 
        * configure.in: Test $srcdir, not $subdir (probable typo).