projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3f3653
)
re PR libfortran/71123 (Namelist read failure on Windows)
author
Jerry DeLisle
<jvdelisle@gcc.gnu.org>
Tue, 24 May 2016 06:16:00 +0000
(06:16 +0000)
committer
Jerry DeLisle
<jvdelisle@gcc.gnu.org>
Tue, 24 May 2016 06:16:00 +0000
(06:16 +0000)
2016-05-23 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/71123
* io/list_read (eat_spaces): Eat '\r' as part of spaces.
fix change log
From-SVN: r236629
libgfortran/ChangeLog
patch
|
blob
|
history
diff --git
a/libgfortran/ChangeLog
b/libgfortran/ChangeLog
index 549a5aa2a2ee25a54779632d4ebf5e80762138bf..c994a0144119ef306af45dbbd061e8f70ab6dd7d 100644
(file)
--- a/
libgfortran/ChangeLog
+++ b/
libgfortran/ChangeLog
@@
-1,6
+1,6
@@
2016-05-23 Jerry DeLisle <jvdelisle@gcc.gnu.org>
- PR libgfortran/7
0684
+ PR libgfortran/7
1123
* io/list_read (eat_spaces): Eat '\r' as part of spaces.
2016-04-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>