summaryrefslogtreecommitdiff
path: root/contrib/libf2c/changes.netlib
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-06-04 08:30:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-06-04 08:30:31 +0000
commitabab6603e68ca420ed627126d5399aa9f5419beb (patch)
tree5a796dc7a93b127f4ff7c104541b085ec4af0282 /contrib/libf2c/changes.netlib
parentff742a1ed01fa1b9fe8bb9d9d369950543017631 (diff)
parent14eaea6f7df0c47fa58497182ed29cfcb9a341d3 (diff)
Notes
Diffstat (limited to 'contrib/libf2c/changes.netlib')
-rw-r--r--contrib/libf2c/changes.netlib10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/libf2c/changes.netlib b/contrib/libf2c/changes.netlib
index a5252202bdbf..4ec0e7f58253 100644
--- a/contrib/libf2c/changes.netlib
+++ b/contrib/libf2c/changes.netlib
@@ -3014,3 +3014,13 @@ Mon May 3 13:14:07 EDT 1999
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.
+
+Fri Jun 18 02:33:08 EDT 1999
+ libf2c.zip: rename backspace.c backspac.c, and fix a glitch in it
+-- b->ufd may change in t_runc(). (For now, it's still backspace.c
+in the libi77 bundle.)
+
+Sun Jun 27 22:05:47 EDT 1999
+ libf2c.zip, libi77: rsne.c: fix bug in namelist input: a misplaced
+increment could cause wrong array elements to be assigned; e.g.,
+"&input k(5)=10*1 &end" assigned k(5) and k(15 .. 23).