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
8c225122
Commit
8c225122
authored
Jun 16, 1999
by
Craig Burley
Committed by
Craig Burley
Jun 16, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix BACKSPACE
From-SVN: r27541
parent
afada149
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
+9
-1
libf2c/ChangeLog
+7
-0
libf2c/libI77/Version.c
+1
-1
libf2c/libI77/backspace.c
+1
-0
No files found.
libf2c/ChangeLog
View file @
8c225122
Wed Jun 16 11:38:58 1999 Craig Burley <craig@jcb-sc.com>
From Ian Watson <WATSON_IAN_A@Lilly.com> 1999-06-12:
* libI77/backspace.c: Reload file descriptor after
calling t_runc.
* libI77/Version.c: Bump libg2c version.
Wed May 26 14:26:35 1999 Craig Burley <craig@jcb-sc.com>
* libF77/Version.c, libI77/Version.c, libU77/Version.c:
...
...
libf2c/libI77/Version.c
View file @
8c225122
...
...
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19990503\n";
/*
*/
char
__G77_LIBI77_VERSION__
[]
=
"0.5.25 199
81012
(prerelease)"
;
char
__G77_LIBI77_VERSION__
[]
=
"0.5.25 199
90616
(prerelease)"
;
/*
2.01 $ format added
...
...
libf2c/libI77/backspace.c
View file @
8c225122
...
...
@@ -27,6 +27,7 @@ integer f_back(alist *a)
}
if
(
b
->
uwrt
)
{
(
void
)
t_runc
(
a
);
f
=
b
->
ufd
;
/* t_runc might change b->ufd */
if
(
f__nowreading
(
b
))
err
(
a
->
aerr
,
errno
,
"backspace"
);
}
...
...
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