OSDN Git Service

Add files to the new contrib/reghunt directory:
[pf3gnuchains/gcc-fork.git] / libf2c / changes.netlib
index b0e6753..4ec0e7f 100644 (file)
@@ -3019,3 +3019,8 @@ 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).