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
acabb596
Commit
acabb596
authored
Jun 13, 2001
by
Mark Mitchell
Committed by
Mark Mitchell
Jun 13, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gennews: Set TERM to vt100 for Lynx.
From-SVN: r43343
parent
e373113c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
contrib/ChangeLog
+4
-0
contrib/gennews
+4
-1
No files found.
contrib/ChangeLog
View file @
acabb596
2001-06-13 Mark Mitchell <mark@codesourcery.com>
* gennews: Set TERM to vt100 for Lynx.
2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* release: Remove.
* release: Remove.
...
...
contrib/gennews
View file @
acabb596
...
@@ -49,6 +49,9 @@ echo $header
...
@@ -49,6 +49,9 @@ echo $header
for
file
in
$files
;
do
for
file
in
$files
;
do
wfile
=
$website$file
wfile
=
$website$file
echo
$wfile
echo
$wfile
lynx
-dump
$wfile
# We lie to Lynx about the kind of terminal in use because we
# want to get consistent output everywhere, and we want this
# script to work even when it is not run interactively.
env
TERM
=
vt100 lynx
-dump
$wfile
echo
$header
echo
$header
done
done
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