OSDN Git Service

* libI77/fio.h (FSEEK): Enforce type of second parameter to be
[pf3gnuchains/gcc-fork.git] / libf2c / ChangeLog
index 6c11397..c6f4caf 100644 (file)
+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>
+
+       Make libf2c a shared library.
+
+       * aclocal.m4: Get definition of libtool.
+       * Makefile.in: Use libtool.
+       * configure.in: Use libtool.
+       * configure: Regenerated.
+       * libF77/Makefile.in: Use libtool; treat main program contained in
+       libF77/main.c specially.
+       * libF77/configure.in: Use libtool.
+       * libF77/configure: Regenerated.
+       * libI77/Makefile.in: Use libtool.
+       * libI77/configure.in: Use libtool.
+       * libI77/configure: Regenerated.
+       * libU77/Makefile.in: Use libtool.
+       * libU77/configure.in: Use libtool.
+       * libU77/configure: Regenerated.
+       * libU77/date_.c: Adapt for -fPIC compiling.
+       * libU77/vxtidate_.c: Ditto.
+
+2001-09-22  Richard Earnshaw  <rearnsha@arm.com>
+
+       * libI77/configure.in (__EXTENSIONS__): Define.
+       * libI77/config.h.in, libI77/conifgure: regenerate.
+       * libU77/configure.in (__EXTENSIONS__): Likewise.
+
+2001-07-18  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * libI77/configure.in (_XOPEN_SOURCE, _FILE_OFFSET_BITS): Move
+       these defines before tests which might be affected by them.
+       (_XOPEN_SOURCE_EXTENDED): Define.
+       * libI77/configure, libI77/config.h.in: Regenerate.
+
+Wed Jul 18 11:14:33 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * libU77/configure.in (_XOPEN_SOURCE, _FILE_OFFSET_BITS): Move
+       these defines before tests which might be affected by them.
+       (_XOPEN_SOURCE_EXTENDED): Define.
+
+       * libU77/configure, libU77/config.hin: Regenerate.
+
+2001-07-10  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * libI77/fio.h: Revert type of url from off_t to int.
+       * libI77/dfe.c (c_dfe): Cast offset expression in FSEEK to off_t.
+       * libI77/due.c (c_due): Ditto.  (e_rdue): Ditto.
+       * libI77/ftell_.c (G77_ftell_0): Cast result of FTELL to integer.
+       (G77_fseek_0): Cast offset argument of FSEEK to off_t.
+
+2001-07-07  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * libI77/Makefile.in: Update config.h dependencies.
+       * libI77/configure.in: Define _XOPEN_SOURCE and
+       _FILE_OFFSET_BITS unconditionally.
+       * libI77/configure: Rebuilt.
+       * libI77/config.h.in: Rebuilt.
+       * libI77/endfile.c (t_runc): Replace rewind by FSEEK.
+       * libI77/err.c (f__nowwriting): The type of `loc' is off_t.
+       * libI77/open.c (f_open): Replace rewind by FSEEK.
+       * libI77/rewind.c: Include config.h.  (f_rew): Replace
+       rewind by FSEEK.
+       * libI77/sfe.c: Include config.h.
+       * libI77/wsfe.c: Ditto.
+       * libU77/configure.in: Define _XOPEN_SOURCE and
+       _FILE_OFFSET_BITS unconditionally.
+       * libU77/configure: Rebuilt.
+       * libU77/config.hin: Rebuilt.
+
+2001-07-07  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * libI77/Makefile.in: Add necessary dependencies on config.h.
+
+2001-07-06  Toon Moene  <toon@moene.indiv.nluug.nl>
+            Pedro Vazquez  <vazquez@penelope.iqm.unicamp.br>
+
+       * libI77/configure.in: Check for fseeko, ftello.
+       * libI77/configure: Rebuilt.
+       * libI77/config.h.in: Rebuilt.
+       * libI77/fio.h: Define FSEEK to be fseek or fseeko, depending
+       on configure's findings.  Ditto for FTELL and ftell / ftello.
+       * libI77/backspace.c (f_back): Use FSEEK for fseek, FTELL for ftell.
+       * libI77/dfe.c (c_dfe): Ditto.
+       * libI77/due.c (c_due, e_rdue): Ditto.
+       * libI77/endfile.c (t_runc): Ditto.
+       * libI77/err.c (f__nowreading, f__nowwriting): Ditto.
+       * libI77/ftell_.c (G77_ftell_0, G77_fseek_0): Ditto.
+       * libI77/inquire.c (f_inqu): Ditto.
+       * libI77/open.c (f_open): Ditto.
+       * libI77/rdfmt.c (rd_ed): Ditto.
+       * libI77/sue.c (s_wsue, e_wsue, e_rsue): Ditto.
+
+2001-07-04  Zack Weinberg  <zackw@stanford.edu>
+
+       * Makefile.in: Take PICFLAG and RUNTESTFLAGS out of FLAGS_TO_PASS.
+
+2001-07-01  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * libI77/fio.h: Include <sys/types.h> for off_t.
+
+2001-07-01  Toon Moene  <toon@moene.indiv.nluug.nl>
+            Pedro Vazquez  <vazquez@penelope.iqm.unicamp.br>
+
+       * libI77/fio.h: Use off_t when appropriate.
+       * libI77/backspace.c (f_back): Ditto.
+       * libI77/endfile.c (t_runc): Ditto.
+       * libI77/err.c (f__nowreading): Ditto.
+       * libI77/ftell_.c (unit_chk): Ditto.
+       * libI77/sue.c (global f__recloc, s_wsue): Ditto.
+
+2001-06-13  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * libI77/inquire.c: Include "config.h".
+
+2001-05-21  Loren J. Rittle  <ljrittle@acm.org>
+
+       * libI77/Makefile.in (stamp-h): Create in $(objdir) instead
+       of $(srcdir).
+
+2001-05-18  Andreas Jaeger  <aj@suse.de>
+
+       * libI77/Makefile.in (stamp-h): Only create config.h, touch stamp-h.
+       (${srcdir}/config.h.in): Add true rule.
+
+       * libI77/stamp-h.in: Added.
+
+2001-05-17  Andreas Jaeger  <aj@suse.de>
+
+       * libI77/Makefile.in: Add rules to rebuild config.h.in when
+       needed.
+
+2001-05-16  Andreas Jaeger  <aj@suse.de>
+
+       * libI77/backspace.c: Include "config.h".
+       * libI77/close.c: Likewise.
+       * libI77/dfe.c: Likewise.
+       * libI77/dolio.c: Likewise.
+       * libI77/due.c: Likewise.
+       * libI77/err.c: Likewise.
+       * libI77/fmt.c: Likewise.
+       * libI77/fmtlib.c: Likewise.
+       * libI77/ftell_.c: Likewise.
+       * libI77/ilnw.c: Likewise.
+       * libI77/lread.c: Likewise.
+       * libI77/open.c: Likewise.
+       * libI77/rdfmt.c: Likewise.
+       * libI77/rsfe.c: Likewise.
+       * libI77/rsne.c: Likewise.
+       * libI77/util.c: Likewise.
+       * libI77/wrtfmt.c: Likewise.
+       * libI77/wsne.c: Likewise.
+       * libI77/xwsne.c: Likewise.
+
+       * libI77/config.h.in: Generate with autoheader.
+
+       * libI77/configure.in: Add comments for all AC_DEFINES so that
+       autoheader can grok it.
+       * libI77/configure: Regenerated.
+
+2001-05-16  Andreas Jaeger  <aj@suse.de>
+
+       * libI77/Makefile.in (endfile.o): Add dependency on config.h.
+
+       * libI77/endfile.c: Include config.h and sys/types for off_t.
+
+       * libI77/config.h.in: New file.
+
+       * libI77/configure.in: Add test for off_t, create config.h file.
+       * libI77/configure: Regenerated.
+
+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
+
+2000-07-02  Toon Moene  <toon@moene.indiv.nluug.nl>
+       * libF77/Version.c: Bumped version number to 0.5.26.
+       * libI77/Version.c: Ditto.
+       * libU77/Version.c: Ditto.
+
+2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * libU77/dtime_.c, libU77/etime_.c: Include stdlib.h if
+       HAVE_STDLIB_H is defined.
+
+2000-06-11  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
+
+       * rdfmt.c (rd_L): Use if-then-else instead of case statement to
+       solve problems when sizeof(char) == sizeof(short).
+
+2000-05-18  Chris Demetriou  <cgd@sibyte.com>
+
+       * configure.in: Test for __g77_integer, __g77_uinteger,
+       __g77_longint, and __g77_ulongint builtin types, rather
+       than mucking around with compiler headers.
+       * configure: Regenerate.
+       * g2c.hin (integer, logical, flag, ftnlen, ftnint): Use
+       __g77_integer rather than autoconfigured value.
+       (uinteger): Use __g77_uinteger rather than autoconfigured value.
+       (longint): Use __g77_longint rather than autoconfigured value.
+       (ulongint): Use __g77_ulongint rather than autoconfigured value.
+
+Sun Mar 12 20:12;30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
+       Based on work done by David M. Gay (Bell Labs)
+
+       * libF77/configure.in: Define IEEE_COMPLEX_DIVIDE.
+       * libF77/[cz]_div.c: Arrange for compilation under
+       -DIEEE_COMPLEX_DIVIDE to make these routines
+       avoid calling sig_die when the denominator vanishes.
+       * libF77/s_rnge.c: Add casts for the case of
+       sizeof(ftnint) == sizeof(int) < sizeof(long).
+       * libI77/endfile.c: Set state to writing (b->uwrt = 1) when an
+       endfile statement requires copying the file
+       Also, supply a missing (long) cast in the sprintf call.
+       * libI77/sfe.c: Add #ifdef ALWAYS_FLUSH logic, for formatted I/O.
+
+Wed Feb 16 11:10:05 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * configure.in (gcc_version): When setting, narrow search to
+       lines containing `version_string'.
+
+Tue Nov 16 20:39:42 1999  Geoffrey Keating  <geoffk@cygnus.com>
+
+       * libU77/u77-test.f (wd): Allow for longer working directory
+       pathnames.
+
+1999-10-14 Theo Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
+
+       * libU77/acconfig.h: Define GETTIMEOFDAY_ONE_ARGUMENT and
+       HAVE_TIMEZONE in acconfig.h.
+       * libU77/config.hin: Rebuilt.
+
+1999-10-12  Dave Love  <fx@gnu.org>
+
+       * libU77/aclocal.m4: Re-write, defining LIBU77_GETTIMEOFDAY, not
+       LIBU77_HAVE_STRUCT_TIMEZONE.
+
+       * libU77/configure.in: Use LIBU77_GETTIMEOFDAY, not
+       LIBU77_HAVE_STRUCT_TIMEZONE.  Don't check for gettimeofday
+       separately.
+
+       * libU77/datetime_.c (G77_date_and_time_0): Use
+       GETTIMEOFDAY_ONE_ARGUMENT.
+
+Tue Sep 14 01:44:01 1999  Marc Espie <espie@cvs.openbsd.org>
+
+       * Makefile.in:  Prepend $(SHELL) to move-if-change calls.
+
+Fri Aug  6 23:32:29 1999  Daniel Jacobowitz <drow@drow.them.org>
+
+       * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
+       libdir, libsubdir and tooldir.
+
+Wed Jul  7 15:58:16 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * libU77/date_.c (G77_date_y2kbug_0): G77_time_0 returns
+       longint, not integer, and G77_ctime_0 takes longint, not
+       integer, argument.
+
+       * libU77/Version.c: Bump version.
+
+Mon Jun 28 21:27:08 1999  Craig Burley  <craig@jcb-sc.com>
+
+       Update to Netlib version of 1999-06-28:
+       * changes.netlib, libI77/Version.c, libI77/rsne.c
+       readme.netlib: See changes.netlib for info.
+
+Fri Jun 18 11:38:07 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * libU77/ttynam_.c: if !defined (HAVE_TTYNAM),
+       write all spaces into return value instead of trying
+       to return -1 from a void function.
+
+Fri Jun 18 11:22:21 1999  Craig Burley  <craig@jcb-sc.com>
+
+       Update to Netlib version of 1999-05-10:
+       * changes.netlib, libI77/Version.c, libI77/backspace.c
+       readme.netlib: See changes.netlib for info.
+
+Fri Jun 18 11:15:24 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * libI77/backspace.c: Undo Wednesday's change, in
+       preparation for slightly different Netlib change.
+
+Wed Jun 16 11:38:58 1999  Craig Burley  <craig@jcb-sc.com>
+
+       From Ian Watson <WATSON_IAN_A@Lilly.com> 1999-06-12:
+       * libI77/backspace.c: Reload file descriptor after
+       calling t_runc.
+       * libI77/Version.c: Bump libg2c version.
+
+Wed May 26 14:26:35 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * libF77/Version.c, libI77/Version.c, libU77/Version.c:
+       Use 0.5.24 to designate the version of g77 within GCC 2.95.
+
+Thu May 20 03:20:59 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * configure.in (AC_EXEEXT): Remove call.
+       (compiler_name): Explicitly check with no extension and .exe
+       extension.
+       * configure: Regenerate.
+
+Mon May 10 17:33:45 1999  Craig Burley  <craig@jcb-sc.com>
+
+       Update to Netlib version of 1999-05-10:
+       * changes.netlib, libF77/Version.c, libF77/abort_.c,
+       libF77/c_log.c, libF77/ef1asc_.c, libF77/s_rnge.c,
+       libF77/s_stop.c, libI77/Version.c, libI77/open.c,
+       readme.netlib: See changes.netlib for info.
+
+Fri May 7 9:33:55 1999 Donn Terry (donn@interix.com)
+
+       * libU77/dtime_.c (G77_dtime_0): Standard-conforming error check.
+       * libU77/etime_.c (G77_etime_0): Likewise.
+
+Mon May  3 19:15:07 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * libU77/u77-test.f (main): Declare ABORT as intrinsic.
+
+1999-05-03  Craig Burley  <craig@jcb-sc.com>
+
+       * libU77/u77-test.f: Reverse order of two arguments to
+       CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
+
+Mon May  3 11:21:35 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * libF77/c_log.c: Cope with partial overlap a la z_log.c.
+       (Change likely to be made to netlib version shortly.)
+
+Mon May  3 11:12:38 1999  Craig Burley  <craig@jcb-sc.com>
+
+       Update to Netlib version of 1999-05-03:
+       * changes.netlib, libF77/Version.c, libF77/c_cos.c,
+       libF77/c_exp.c, libF77/c_sin.c, libF77/d_cnjg.c,
+       libF77/dtime_.c, libF77/etime_.c, libF77/getenv_.c,
+       libF77/r_cnjg.c, libF77/z_cos.c, libF77/z_exp.c,
+       libF77/z_log.c, libF77/z_sin.c, libI77/Version.c,
+       libI77/err.c, libI77/open.c, libI77/rdfmt.c, readme.netlib:
+       See changes.netlib for info.
+
+Mon May  3 10:52:53 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * libF77/c_cos.c, libF77/c_div.c, libF77/c_exp.c, libF77/c_log.c,
+       libF77/c_sin.c, libF77/c_sqrt.c, libF77/d_cnjg.c, libF77/pow_zi.c,
+       libF77/r_cnjg.c, libF77/z_cos.c, libF77/z_div.c, libF77/z_exp.c,
+       libF77/z_log.c, libF77/z_sin.c, libF77/z_sqrt.c: Revert back to
+       netlib versions as of f2c-19990501.
+
+Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * libU77/u77-test.f (main): Declare FTELL as intrinsic.
+
+Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * libU77/u77-test.f (main): List libU77 intrinsics
+       not currently tested.
+       Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
+       GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
+       FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
+       Trim blanks off the ends of some printed strings.
+
+Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * libU77/u77-test.f (main): Just warn about FSTAT gid
+       disagreement, as it's expected on some systems.
+
+Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * libU77/u77-test.f: Generalize sum-checking to
+       use a new function, which allows for some slop.
+       Clean up some commentary.
+       (issum): The new function.
+       (sgladd): Deleted subroutine.
+
+Sat May  1 23:35:18 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * libU77/u77-test.f: Modify to be more like testsuite
+       version, bringing patches to that version here.
+       Add suitable commentary.
+
+Sat Apr 24 11:02:48 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * Makefile.in (s-libi77, s-libf77, s-libu77): Revert
+       the patch from <hjl@gnu.org>, as per the commentary.
+
 Sat Apr 17 17:33:30 1999  Craig Burley  <craig@jcb-sc.com>
 
        From H.J. Lu <hjl@gnu.org>:
-        * Makefile.in (s-libi77): Depend on i77.
-        (s-libf77): Depend on i77.
-        (s-libu77): Depend on u77.
+       * Makefile.in (s-libi77): Depend on i77.
+       (s-libf77): Depend on i77.
+       (s-libu77): Depend on u77.
 
 Mon Apr 12 21:38:14 1999  Mumit Khan  <khan@xraylith.wisc.edu>
-       
+
        * libF77/getenv_.c: Include stdlib.h.
 
 Sun Apr 11 23:30:42 1999  Mumit Khan  <khan@xraylith.wisc.edu>
@@ -24,19 +593,19 @@ Sun Apr 11 23:30:42 1999  Mumit Khan  <khan@xraylith.wisc.edu>
 Wed Mar 31 13:50:24 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * configure.in (extra_includes): Don't attempt to calculate the
-       location of the gcc src or obj directories.  Instead rely on
-       precomputed variables, $topsrcdir and $r, to obtain these values.
+       location of the gcc src or obj directories.  Instead rely on
+       precomputed variables, $topsrcdir and $r, to obtain these values.
        Set -I flags appropriately.
-       
+
 1999-03-28  Dave Love  <fx@gnu.org>
 
        * configure: Rebuilt.
 
-        * configure.in: Fix integer size tests: sanity check first; search
-        toplevel include dir (from Rainer Orth); only mess with ac_cpp
-        once; use -DIN_GCC -DHAVE_CONFIG_H.
+       * configure.in: Fix integer size tests: sanity check first; search
+       toplevel include dir (from Rainer Orth); only mess with ac_cpp
+       once; use -DIN_GCC -DHAVE_CONFIG_H.
 
-        * configure.in: Use `g77_cv_...', not `f77_cv_...'.
+       * configure.in: Use `g77_cv_...', not `f77_cv_...'.
 
 Wed Mar 24 22:41:28 1999  Mumit Khan  <khan@xraylith.wisc.edu>
 
@@ -61,7 +630,7 @@ Wed Mar 24 22:41:28 1999  Mumit Khan  <khan@xraylith.wisc.edu>
        on respective .c file.
        * libF77/Makefile.in (all .o except VersionF.o): Similarly.
        * libU77/Makefile.in (date_.o): Added dependence on date_.c
-       
+
 1999-03-06  Craig Burley  <craig@jcb-sc.com>
 
        Rename non-Y2K-compliant intrinsics:
@@ -165,11 +734,11 @@ Mon Oct  5 01:16:10 1998  H.J. Lu  (hjl@gnu.org)
 
        * Makefile.in (f2cext.c): Depend on g2c.h.
 
-1998-09-30  Robert Lipe  <robertl@dgii.com> 
+1998-09-30  Robert Lipe  <robertl@dgii.com>
 
-       * Makefile.in (all): Correct dependencies so --disable-multilibs 
+       * Makefile.in (all): Correct dependencies so --disable-multilibs
        works again.
-       (distclean): Correct typo.
+       (distclean): Correct typo.
 
 1998-09-28  Dave Love  <d.love@dl.ac.uk>
 
@@ -183,11 +752,11 @@ Mon Oct  5 01:16:10 1998  H.J. Lu  (hjl@gnu.org)
 
 Mon Sep 21 12:27:27 1998  Robert Lipe  <robertl@dgii.com>
 
-       * Makefile.in (distclean, clean, uninstall, install, all): Add 
+       * 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): 
+       * 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>
@@ -542,9 +1111,9 @@ Sun Feb  1 02:36:33 1998  Richard Henderson  <rth@cygnus.com>
        * Previous contents of gcc/f/runtime moved into toplevel
        "libf2c" directory.
 
-Sun Feb  1 01:42:47 1998  Mumit Khan <khan@xraylith.wisc.edu> 
+Sun Feb  1 01:42:47 1998  Mumit Khan <khan@xraylith.wisc.edu>
 
-       * libU77/configure.in (getlogin,getgid,getuid, kill,link,ttyname): 
+       * libU77/configure.in (getlogin,getgid,getuid, kill,link,ttyname):
        Check.
        * libU77/config.h.in (HAVE_GETLOGIN, HAVE_GETGID, HAVE_GETUID,
        HAVE_KILL, HAVE_LINK, HAVE_TTYNAME): New defs.
@@ -572,7 +1141,7 @@ Sat Jan 17 22:40:31 1998  Mumit Khan <khan@xraylith.wisc.edu>
        * libU77/dtime_.c: Likewise.
        * libU77/etime_.c: Likewise.
        * libU77/sys_clock_.c: Likewise.
-       
+
        * configure.in (NON_UNIX_STDIO): Define if MINGW32.
        (NON_ANSI_RW_MODE): Do not define for CYGWIN32 or MINGW32.
 
@@ -679,7 +1248,7 @@ Mon Sep 29 16:30:31 1997  Craig Burley  <burley@gnu.ai.mit.edu>
 1997-09-19  Dave Love  <d.love@dl.ac.uk>
 
        * libU77/dtime_.c (G77_dtime_0): Fix types in HAVE_GETRUSAGE case
-       so as not to truncate results to integer values.
+       so as not to truncate results to integer values.
        * libU77/Version.c: Bump.
 
 Thu Sep 18 16:58:46 1997  Jeffrey A Law  (law@cygnus.com)
@@ -825,8 +1394,8 @@ Tue Jun 24 18:50:06 1997  Craig Burley  <burley@gnu.ai.mit.edu>
 1997-06-20  Dave Love  <d.love@dl.ac.uk>
 
        * runtime/configure.in: Check for cygwin32 after Mumit Khan (but
-       differently); if cygwin32 define NON_UNIX_STDIO and don't define
-       NON_ANSI_RW_MODES.
+       differently); if cygwin32 define NON_UNIX_STDIO and don't define
+       NON_ANSI_RW_MODES.
 
 Tue Jun 01 06:26:29 1997  Craig Burley  <burley@gnu.ai.mit.edu>
 
@@ -1193,7 +1762,7 @@ Thu Oct 31 22:27:45 1996  Craig Burley  <burley@gnu.ai.mit.edu>
 1996-10-19  Dave Love  <d.love@dl.ac.uk>
 
        Update to Netlib version of 1996-09-26.
-       
+
        * libI77/Version.c: Use <stdio.h>, not "stdio.h".
        * libF77/Version.c: Likewise.
 
@@ -1225,25 +1794,25 @@ Sat Aug 17 13:00:47 1996  Dave Love  <d.love@dl.ac.uk>
 Sun Jul  7 18:06:33 1996  Dave Love  <d.love@dl.ac.uk>
 
        * libF77/z_sqrt.c, libF77/z_sin.c, libF77/z_exp.c, libF77/z_log.c,
-       libF77/system_.c, libF77/z_cos.c, libF77/signal_.c,
-       libF77/s_stop.c, libF77/sig_die.c, libF77/s_paus.c,
-       libF77/s_rnge.c, libF77/s_cat.c, libF77/r_tan.c, libF77/r_tanh.c,
-       libF77/r_sinh.c, libF77/r_sqrt.c, libF77/r_sin.c, libF77/r_mod.c,
-       libF77/r_nint.c, libF77/r_lg10.c, libF77/r_log.c, libF77/r_exp.c,
-       libF77/r_int.c, libF77/r_cosh.c, libF77/r_atn2.c, libF77/r_cos.c,
-       libF77/r_asin.c, libF77/r_atan.c, libF77/r_acos.c,
-       libF77/pow_dd.c, libF77/pow_zz.c, libF77/main.c, libF77/i_dnnt.c,
-       libF77/i_nint.c, libF77/h_dnnt.c, libF77/h_nint.c, libF77/exit.c,
-       libF77/d_tan.c, libF77/d_tanh.c, libF77/d_sqrt.c, libF77/d_sin.c,
-       libF77/d_sinh.c, libF77/d_mod.c, libF77/d_nint.c, libF77/d_log.c,
-       libF77/d_int.c, libF77/d_lg10.c, libF77/d_cosh.c, libF77/d_exp.c,
-       libF77/d_atn2.c, libF77/d_cos.c, libF77/d_atan.c, libF77/d_acos.c,
-       libF77/d_asin.c, libF77/c_sqrt.c, libF77/cabs.c, libF77/c_sin.c,
-       libF77/c_exp.c, libF77/c_log.c, libF77/c_cos.c, libF77/F77_aloc.c,
-       libF77/abort_.c, libI77/xwsne.c, libI77/wref.c, libI77/util.c,
-       libI77/uio.c, libI77/rsne.c, libI77/rdfmt.c, libI77/rawio.h,
-       libI77/open.c, libI77/lread.c, libI77/inquire.c, libI77/fio.h,
-       libI77/err.c, libI77/endfile.c, libI77/close.c:
+       libF77/system_.c, libF77/z_cos.c, libF77/signal_.c,
+       libF77/s_stop.c, libF77/sig_die.c, libF77/s_paus.c,
+       libF77/s_rnge.c, libF77/s_cat.c, libF77/r_tan.c, libF77/r_tanh.c,
+       libF77/r_sinh.c, libF77/r_sqrt.c, libF77/r_sin.c, libF77/r_mod.c,
+       libF77/r_nint.c, libF77/r_lg10.c, libF77/r_log.c, libF77/r_exp.c,
+       libF77/r_int.c, libF77/r_cosh.c, libF77/r_atn2.c, libF77/r_cos.c,
+       libF77/r_asin.c, libF77/r_atan.c, libF77/r_acos.c,
+       libF77/pow_dd.c, libF77/pow_zz.c, libF77/main.c, libF77/i_dnnt.c,
+       libF77/i_nint.c, libF77/h_dnnt.c, libF77/h_nint.c, libF77/exit.c,
+       libF77/d_tan.c, libF77/d_tanh.c, libF77/d_sqrt.c, libF77/d_sin.c,
+       libF77/d_sinh.c, libF77/d_mod.c, libF77/d_nint.c, libF77/d_log.c,
+       libF77/d_int.c, libF77/d_lg10.c, libF77/d_cosh.c, libF77/d_exp.c,
+       libF77/d_atn2.c, libF77/d_cos.c, libF77/d_atan.c, libF77/d_acos.c,
+       libF77/d_asin.c, libF77/c_sqrt.c, libF77/cabs.c, libF77/c_sin.c,
+       libF77/c_exp.c, libF77/c_log.c, libF77/c_cos.c, libF77/F77_aloc.c,
+       libF77/abort_.c, libI77/xwsne.c, libI77/wref.c, libI77/util.c,
+       libI77/uio.c, libI77/rsne.c, libI77/rdfmt.c, libI77/rawio.h,
+       libI77/open.c, libI77/lread.c, libI77/inquire.c, libI77/fio.h,
+       libI77/err.c, libI77/endfile.c, libI77/close.c:
        Use #include <...>, not #include "..." for mkdeps
 
 Sat Jul  6 21:39:21 1996  Dave Love  <d.love@dl.ac.uk>
@@ -1253,7 +1822,7 @@ Sat Jul  6 21:39:21 1996  Dave Love  <d.love@dl.ac.uk>
 Sat Mar 30 20:57:24 1996  Dave Love  <d.love@dl.ac.uk>
 
        * configure.in: Eliminate explicit use of
-       {RANLIB,AR}_FOR_TARGET.
+       {RANLIB,AR}_FOR_TARGET.
        * Makefile.in: Likewise.
        * libF77/Makefile.in: Likewise.
        * libI77/Makefile.in: Likewise.
@@ -1262,12 +1831,12 @@ Sat Mar 30 20:57:24 1996  Dave Love  <d.love@dl.ac.uk>
 Sat Mar 30 21:02:03 1996  Dave Love  <d.love@dl.ac.uk>
 
        * Makefile.in: Eliminate explicit use of
-       {RANLIB,AR}_FOR_TARGET.
+       {RANLIB,AR}_FOR_TARGET.
 
 Tue Mar 26 23:39:59 1996  Dave Love  <d.love@dl.ac.uk>
 
        * Makefile.in: Remove hardwired RANLIB and RANLIB_TEST (unnoted
-       change).
+       change).
 
 Mon Mar 25 21:04:56 1996  Craig Burley  <burley@gnu.ai.mit.edu>
 
@@ -1462,3 +2031,7 @@ Thu Feb  2 12:22:41 1995  Craig Burley  (burley@gnu.ai.mit.edu)
        * libF77/Makefile.in (libf77): Add rule to .PHONY list.
 
        * libI77/Makefile.in (libi77): Add rule to .PHONY list.
+
+Local Variables:
+add-log-time-format: current-time-string
+End: