Commit d898b4a5 by Craig Burley

Restore NAMELIST bug-fix info for 2.95, per branch copy

From-SVN: r28016
parent a24f233f
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
@c in the standalone derivations of this file (e.g. NEWS). @c in the standalone derivations of this file (e.g. NEWS).
@set copyrights-news 1995-1999 @set copyrights-news 1995-1999
@set last-update-news 1999-06-28 @set last-update-news 1999-06-29
@include root.texi @include root.texi
...@@ -215,6 +215,17 @@ during a @code{BACKSPACE} operation. ...@@ -215,6 +215,17 @@ during a @code{BACKSPACE} operation.
@ifclear USERVISONLY @ifclear USERVISONLY
@item @item
@code{libg2c} (@code{libf2c}) fixes a bug whereby
input to a @code{NAMELIST} read involving a repeat count,
such as @samp{K(5)=10*3},
was not properly handled by @code{libf2c}.
The first item was written to @samp{K(5)},
but the remaining nine were written elsewhere (still within the array),
not necessarily starting at @samp{K(6)}.
@end ifclear
@ifclear USERVISONLY
@item
@c Tim Prince reported this, regarding the TEST_FPU benchmark. @c Tim Prince reported this, regarding the TEST_FPU benchmark.
Automatic arrays now seem to be working on HP-UX systems. Automatic arrays now seem to be working on HP-UX systems.
@end ifclear @end ifclear
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment