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
b87ff335
Commit
b87ff335
authored
Nov 27, 2005
by
Francois-Xavier Coudert
Committed by
François-Xavier Coudert
Nov 27, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* io/write.c (namelist_write): Correct type in previous commit.
From-SVN: r107564
parent
8824fd4c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
libgfortran/ChangeLog
+5
-0
libgfortran/io/write.c
+1
-1
No files found.
libgfortran/ChangeLog
View file @
b87ff335
2005-11-27 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* io/write.c (namelist_write): Correct type in previous
commit.
2005-11-27 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR libfortran/24919
* io/list_read.c (eat_separator, finish_separator,
read_character): Handle CRLF separators correctly during reads.
...
...
libgfortran/io/write.c
View file @
b87ff335
...
...
@@ -1817,7 +1817,7 @@ namelist_write (st_parameter_dt *dtp)
}
}
#ifdef HAVE_CRLF
write_character
(
dtp
,
" /
\r\n
"
,
5
);
write_character
(
dtp
,
" /
\r\n
"
,
5
);
#else
write_character
(
dtp
,
" /
\n
"
,
4
);
#endif
...
...
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