OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / libf2c / ChangeLog
index e46ceef..c6f4caf 100644 (file)
@@ -1,3 +1,98 @@
+2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
+
+       * libI77/fio.h (FSEEK): Enforce type of second parameter to be
+       off_t when prototype is missing from system headers for the
+       non-standard function.
+
+2002-01-03  Loren J. Rittle  <ljrittle@acm.org>
+
+       * Makefile.in ($(LIBG2C):): Let libtool decide when to add -lc.
+
+2001-12-04  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.in ($(LIBG2C)): Fix -rpath argument to libtool.
+
+       * Makefile.in (AR, RANLIB): Add, for substitutions.
+       (all-unilib, $(LIBG2C)): Depend on object lists, not
+       convenience libraries.
+       (s-libe77): Renamed from libE77.la; build object list.
+       (install): Do not move libraries to libdir.
+       (mostlyclean, clean): Adjust.
+       * libF77/Makefile.in (RANLIB): Add.
+       (LINK): Remove.
+       (../s-libf77): Renamed from ../libF77.la; build object list.
+       (../libfrtbegin.a): Remove target first.  Don't use $<.
+       (all, clean, distclean): Adjust.
+       * libF77/configure.in: Substitute RANLIB.
+       * libF77/configure: Rebuilt.
+       * libI77/Makefile.in (LINK): Delete.
+       (../s-libi77): Renamed from ../libI77.la; build object list.
+       (all, clean, distclean): Adjust.
+       * libU77/Makefile.in: Likewise.
+
+2001-12-02  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       PR fortran/4885
+       * endfile.c (t_runc): After ftruncate, seek to end-of-file.
+
+2001-11-25  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * libF77/Makefile.in: Fix non-portable use of `$<' in z_log.c's rule.
+
+2001-11-23  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       PR libf2c/4930
+       * libF77/Makefile.in: Compile z_log.c with -ffloat-store.
+
+2001-11-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * Makefile.in: Add MAKEOVERRIDES= to suppress exporting
+       environment to (sub)shells.
+
+2001-11-13  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * Makefile.in: Change dependencies on stamp files
+       into dependencies on the generated .la files.
+       Get rid of objlist.  Update comment.
+       * libF77/Makefile.in: Ditto.
+       * libI77/Makefile.in: Ditto.
+       * libU77/Makefile.in: Ditto.
+
+2001-10-20  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * configure.in: Fake AC_EXEEXT invocation.
+       * configure: Regenerate.
+
+2001-10-20  David Edelsohn  <dje@watson.ibm.com>
+
+       * Makefile.in: Do not include SUBDIRS in objlist.  Create
+       libg2c.so from F2CEXT and SUBDIRS archives.
+       * libF77/Makefile.in: Create archive.
+       * libI77/Makefile.in: Same.
+       * libU77/Makefile.in: Same.
+
+2001-10-05  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * Makefile.in: Move libg2c.so and libg2c.{l}a to
+       the same directory at install.
+
+2001-10-03  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * Makefile.in: Add "AR" reference, change
+       from frtbegin.o to libfrtbegin.a.
+       * libF77/Makefile.in: Ditto.
+
+2001-10-02  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * libF77/Makefile.in: Make .lo the target of compilation.
+       * libI77/Makefile.in: Ditto.
+       * libU77/Makefile.in: Ditto.
+
+2001-10-01  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * Makefile.in: Set major:minor:sub version number
+       of shared libf2c to 0:0:0.
+
 2001-09-29  Juergen Pfeifer  <juergen.pfeifer@gmx.net>
             Toon Moene  <toon@moene.indiv.nluug.nl>