projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0d81bd
)
Add missing entry.
author
Jerry DeLisle
<jvdelisle@gcc.gnu.org>
Fri, 13 Jun 2008 20:55:35 +0000
(20:55 +0000)
committer
Jerry DeLisle
<jvdelisle@gcc.gnu.org>
Fri, 13 Jun 2008 20:55:35 +0000
(20:55 +0000)
From-SVN: r136767
libgfortran/ChangeLog
patch
|
blob
|
history
diff --git
a/libgfortran/ChangeLog
b/libgfortran/ChangeLog
index 044896764a98610116ef672fd27473b028784fb3..28f1c0ae9b5309799e642fbcc06d736a8208c59c 100644
(file)
--- a/
libgfortran/ChangeLog
+++ b/
libgfortran/ChangeLog
@@
-29,7
+29,8
@@
strides bases on character kind.
(unformatted_read): Adjust size based on kind for character types.
(unformatted_write): Likewise. (data_transfer_init): Change
- l8_to_l4_offset to big_endian.
+ l8_to_l4_offset to big_endian.
+ io/fbuf.c (fbuf_seek): Add cast to eliminate warning.
2008-06-13 Tobias Burnus <burnus@net-b.de>