From b29c5077c085dc32c9ce06e3d8e665d678c5744c Mon Sep 17 00:00:00 2001 From: toon Date: Sat, 9 Dec 2000 15:34:53 +0000 Subject: 2000-12-09 Toon Moene 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 = where starts with T or F. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38152 138bc75d-0d04-0410-961f-82ee72b054a4 --- libf2c/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'libf2c/ChangeLog') diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 0da1c9712ea..0b6e261d3bc 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,21 @@ +2000-12-09 Toon Moene + + 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 = where starts with T or F. + 2000-11-26 Toon Moene * libI77/Version.c, libF77/Version.c, libU77/Version.c: -- cgit v1.2.1