summaryrefslogtreecommitdiff
path: root/libf2c/changes.netlib
diff options
context:
space:
mode:
authorCraig Burley <craig@jcb-sc.com>1999-05-10 14:40:59 +0000
committerCraig Burley <burley@gcc.gnu.org>1999-05-10 10:40:59 -0400
commit8e2b8d136cf9c61db32f94d844ce10d819f70954 (patch)
tree2f60c099d0dc5fc900d95fee36cf23700d91cb55 /libf2c/changes.netlib
parent9733e4ee3172af5cf90267abf4a9ce8e082c058b (diff)
downloadgcc-8e2b8d136cf9c61db32f94d844ce10d819f70954.tar.gz
Update to Netlib version of 1999-05-10
From-SVN: r26864
Diffstat (limited to 'libf2c/changes.netlib')
-rw-r--r--libf2c/changes.netlib15
1 files changed, 11 insertions, 4 deletions
diff --git a/libf2c/changes.netlib b/libf2c/changes.netlib
index cbb6ee36082..a5252202bdb 100644
--- a/libf2c/changes.netlib
+++ b/libf2c/changes.netlib
@@ -3003,7 +3003,14 @@ Sun May 2 22:38:25 EDT 1999
libf77, libi77, libf2c.zip: make getenv_() more portable (call
getenv() rather than knowing about char **environ); adjust some
complex intrinsics to work with overlapping arguments (caused by
-illegal use of equivalence); open.c: get "external" versus "internal"
-right in the error message if a file cannot be opened; err.c: cast a
-pointer difference to (int) for %d; rdfmt.c: omit fixed-length buffer
-that could be overwritten by formats Inn or Lnn with nn > 83.
+inappropriate use of equivalence); open.c: get "external" versus
+"internal" right in the error message if a file cannot be opened;
+err.c: cast a pointer difference to (int) for %d; rdfmt.c: omit
+fixed-length buffer that could be overwritten by formats Inn or Lnn
+with nn > 83.
+
+Mon May 3 13:14:07 EDT 1999
+ "Invisible" changes to omit a few compiler warnings in f2c and
+libf2c; two new casts in libf2c/open.c that matter with 64-bit longs,
+and one more tweak (libf2c/c_log.c) for pathological equivalences.
+ Minor update to "fc" script: new -L flag and comment correction.