OSDN Git Service

* libI77/endfile.c (t_runc): Add cast to help case where
[pf3gnuchains/gcc-fork.git] / libf2c / ChangeLog
index 6f57ca2..c535023 100644 (file)
@@ -1,3 +1,91 @@
+2001-05-15  Loren J. Rittle  <ljrittle@acm.org>
+
+       * libI77/endfile.c (t_runc): Add cast to help case where
+       ftruncate() prototype is somehow missing even though autoconf
+       test found it properly.
+
+2001-02-26  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * libI77/configure.in: Test for ftruncate.
+       * libI77/configure: Rebuilt.
+       * libI77/endfile.c: Use fflush/ftruncate when available.
+
+2001-02-19  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * libF77/Version.c, libI77/Version.c, libU77/Version.c: Update G77
+       version number to 0.5.27.
+
+2001-02-08  Geoffrey Keating  <geoffk@redhat.com>
+
+       * configure.in: Don't run AC_PROG_CC_WORKS, because
+       we're not interested in the result and it might fail.
+       * libF77/configure.in: Likewise.
+       * libI77/configure.in: Likewise.
+       * libU77/configure.in: Likewise.
+       * configure: Regenerated.
+       * libF77/configure: Likewise.
+       * libI77/configure: Likewise.
+       * libU77/configure: Likewise.
+
+2001-01-29  Phil Edwards  <pme@sources.redhat.com>
+
+       * libU77/COPYING.LIB:  Update to LGPL 2.1 from the FSF.
+
+2001-01-24  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * libU77/alarm_.c: Separate the #ifdef KR_headers logic from the
+       G77_alarm_0 function definition.  Check for SIG_ERR and provide our own
+       if missing.
+
+2001-01-24  David Billinghurst <David.Billinghurst@riotinto.com>
+
+       * libU77/Makefile.in:  Explicitly generate a.out for check.
+
+2001-01-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * libU77/ctime_.c: #include <sys/types.h> for time_t.
+       * libU77/datetime_.c: Likewise.
+       * libU77/fdate_.c: Likewise.
+       * libU77/gmtime_.c: Likewise.
+       * libU77/idate_.c: Likewise.
+       * libU77/itime_.c: Likewise.
+       * libU77/ltime_.c: Likewise.
+       * libU77/sys_clock_.c: Likewise.
+       * libU77/vxtidate_.c: Likewise.
+       * libU77/vxttime_.c: Likewise.
+
+       * libU77/sys_clock_.c: #include <sys/param.h> for the clock tick rate.
+
+2000-12-09  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       Update to Netlib version 20001205.
+       Thanks go to David M. Gay for these updates.
+
+       * libF77/Version.c: Update version information.
+       * libF77/z_log.c: Improve accuracy of real(log(z)) for
+       z near (+-1,eps) with |eps| small.
+       * libF77/s_cat.c: Adjust call when ftnint and ftnlen are
+       of different size.
+       * libF77/dtime_.c, libF77/etime_.c: Use floating point divide.
+
+       * libI77/Version.c: Update version information.
+       * libI77/rsne.c, libI77/xwsne.c: Adjust code for when ftnint
+       and ftnlen differ in size.
+       * libI77/lread.c: Fix reading of namelist logical values followed
+       by <name>= where <name> starts with T or F.
+
+2000-11-26  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * libI77/Version.c, libF77/Version.c, libU77/Version.c:
+       Designate version as (experimental) instead of (prerelease)
+
+2000-11-15  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * libI77/configure.in: See if `mkstemp' is available.
+       * libI77/configure: Regenerate.
+       * libI77/open.c: Use `mkstemp' to create scratch
+       file atomically.
+
 2000-07-03  Donn Terry  (donnte@microsoft.com)
         * libU77/aclocal.m4: check for 2 argument gettimeofday without
        struct timezone