2012-04-15 Thomas Koenig <tkoenig@gcc.gnu.org>
authortkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Apr 2012 11:52:44 +0000 (11:52 +0000)
committertkoenig <tkoenig@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 15 Apr 2012 11:52:44 +0000 (11:52 +0000)
commit655c7caa01f108620e59179812e140d94804a0cf
tree08aaee7239c0ac44b4cc25e5300419ba6b41659f
parent182f5311a9e33ce63fce90ab72fd59d6ace6f2b8
2012-04-15  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/38199
PR libfortran/50673
* intrinsics/string_intriniscs_inc.c (string_len_trim):
Remove prototypes for string_len_trim and move to...
* libgfortran.h (string_len_trim): ... here and
(string_len_trim_char4): ...here.
* io/unit.c: For non-array internal arrays where we do reading,
adjust the record length to the last non-blank character.
* io/unix.c:  Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186466 138bc75d-0d04-0410-961f-82ee72b054a4
libgfortran/ChangeLog
libgfortran/intrinsics/string_intrinsics_inc.c
libgfortran/io/unit.c
libgfortran/io/unix.c
libgfortran/libgfortran.h