projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ae57e4
)
Fix typo in Changelog.
author
Jerry DeLisle
<jvdelisle@gcc.gnu.org>
Sat, 22 Jul 2006 03:21:10 +0000
(
03:21
+0000)
committer
Jerry DeLisle
<jvdelisle@gcc.gnu.org>
Sat, 22 Jul 2006 03:21:10 +0000
(
03:21
+0000)
From-SVN: r115672
libgfortran/ChangeLog
patch
|
blob
|
history
diff --git
a/libgfortran/ChangeLog
b/libgfortran/ChangeLog
index 1ba6a16766cc29f9463c09ffe1cc86161ac9b228..c19ac41accba1e628ee4a8831ea5a605cc7fa77d 100644
(file)
--- a/
libgfortran/ChangeLog
+++ b/
libgfortran/ChangeLog
@@
-3,7
+3,7
@@
PR libgfortran/28339
* io/transfer.c (next_record_w): Use next_array_record result to set
END_FILE. (write_block): Test for END_FILE before the next write occurs.
- * io/
i
nit.c (get_internal_unit): Initialize iunit->endfile for internal
+ * io/
u
nit.c (get_internal_unit): Initialize iunit->endfile for internal
unit.
2006-07-19 Janne Blomqvist <jb@gcc.gnu.org>