Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
245d977a
Commit
245d977a
authored
Jun 28, 1999
by
Craig Burley
Committed by
Craig Burley
Jun 28, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to Netlib version of 1999-06-28, doc fix
From-SVN: r27816
parent
4198d734
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
38 additions
and
16 deletions
+38
-16
gcc/f/ChangeLog
+5
-0
gcc/f/bugs.texi
+1
-12
gcc/f/news.texi
+10
-2
libf2c/ChangeLog
+6
-0
libf2c/changes.netlib
+5
-0
libf2c/libI77/Version.c
+4
-1
libf2c/libI77/rsne.c
+1
-1
libf2c/readme.netlib
+6
-0
No files found.
gcc/f/ChangeLog
View file @
245d977a
Mon
Jun
28
21
:
31
:
35
1999
Craig
Burley
<
craig
@jcb
-
sc
.
com
>
*
bugs
.
texi
,
news
.
texi
:
Doc
upgrade
to
netlib
libf2c
as
of
today
.
Explain
that
this
fixes
the
NAMELIST
-
read
bug
.
Fri
Jun
25
11
:
06
:
32
1999
Craig
Burley
<
craig
@jcb
-
sc
.
com
>
*
bugs
.
texi
:
Describe
K
(
5
)
=
10
*
3
NAMELIST
-
read
bug
.
...
...
gcc/f/bugs.texi
View file @
245d977a
...
...
@@ -9,7 +9,7 @@
@c
in
the
standalone
derivations
of
this
file
(
e
.
g
.
BUGS
).
@set
copyrights
-
bugs
1995
-
1999
@set
last
-
update
-
bugs
1999
-
06
-
2
5
@set
last
-
update
-
bugs
1999
-
06
-
2
8
@include
root
.
texi
...
...
@@ -98,17 +98,6 @@ The following information was last updated on @value{last-update-bugs}:
@itemize
@bullet
@item
Input
to
a
@code
{
NAMELIST
}
read
involving
a
repeat
count
,
such
as
@samp
{
K
(
5
)
=
10
*
3
},
is
not
properly
handled
by
@code
{
libf2c
}.
The
first
item
is
written
to
@samp
{
K
(
5
)},
but
the
remaining
nine
are
written
elsewhere
(
still
within
the
array
),
not
necessarily
starting
at
@samp
{
K
(
6
)}.
A
fix
is
pending
,
certainly
for
@code
{
gcc
}
3
.
0
,
perhaps
for
2
.
96
if
such
a
release
is
made
.
@item
@code
{
g77
}
fails
to
warn
about
use
of
a
``
live
''
iterative
-
DO
variable
as
an
implied
-
DO
variable
...
...
gcc/f/news.texi
View file @
245d977a
...
...
@@ -9,7 +9,7 @@
@c
in
the
standalone
derivations
of
this
file
(
e
.
g
.
NEWS
).
@set
copyrights
-
news
1995
-
1999
@set
last
-
update
-
news
1999
-
06
-
1
8
@set
last
-
update
-
news
1999
-
06
-
2
8
@include
root
.
texi
...
...
@@ -161,7 +161,15 @@ if the system has no @code{ttyname} implementation available.
@ifclear
USERVISONLY
@item
Upgrade
to
@code
{
libf2c
}
as
of
1999
-
06
-
18
.
Upgrade
to
@code
{
libf2c
}
as
of
1999
-
06
-
28
.
This
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
@end
itemize
...
...
libf2c/ChangeLog
View file @
245d977a
Mon Jun 28 21:27:08 1999 Craig Burley <craig@jcb-sc.com>
Update to Netlib version of 1999-06-28:
* changes.netlib, libI77/Version.c, libI77/rsne.c
readme.netlib: See changes.netlib for info.
Fri Jun 18 11:38:07 1999 Craig Burley <craig@jcb-sc.com>
* libU77/ttynam_.c: if !defined (HAVE_TTYNAM),
...
...
libf2c/changes.netlib
View file @
245d977a
...
...
@@ -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).
libf2c/libI77/Version.c
View file @
245d977a
static
char
junk
[]
=
"
\n
@(#) LIBI77 VERSION pjw,dmg-mods 199906
18
\n
"
;
static
char
junk
[]
=
"
\n
@(#) LIBI77 VERSION pjw,dmg-mods 199906
27
\n
"
;
/*
*/
...
...
@@ -302,6 +302,9 @@ wrtfmt.c:
by formats Inn or Lnn with nn > 83. */
/* 3 May 1999: open.c: insert two casts for machines with 64-bit longs. */
/* 18 June 1999: backspace.c: allow for b->ufd changing in t_runc */
/* 27 June 1999: 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) */
...
...
libf2c/libI77/rsne.c
View file @
245d977a
...
...
@@ -530,10 +530,10 @@ x_rsne(cilist *a)
no1
=
(
ivae
-
iva
)
/
size
;
if
(
no1
>
f__lcount
)
no1
=
f__lcount
;
iva
+=
no1
*
dn0
->
delta
;
if
(
k
=
l_read
(
&
no1
,
vaddr
+
iva
,
size
,
type
))
return
k
;
iva
+=
no1
*
dn0
->
delta
;
}
}
mustend
:
...
...
libf2c/readme.netlib
View file @
245d977a
...
...
@@ -719,6 +719,12 @@ Fri Jun 18 02:33:08 EDT 1999
-- 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).
Current timestamps of files in "all from f2c/src", sorted by time,
appear below (mm/dd/year hh:mm:ss). To bring your source up to date,
obtain source files with a timestamp later than the time shown in your
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment