re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into "\r...
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Wed, 18 Oct 2006 23:13:33 +0000 (23:13 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Wed, 18 Oct 2006 23:13:33 +0000 (23:13 +0000)
commit9e7fc6b946e8a9f616ce12a458017bad8357247e
treebbdfab311ddfa41a621df118efe7d19a03ba516a
parent1368453c6a59c0441fcf9fef79d1821a74a71565
re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into "\r\n" on some platforms)

2006-10-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/29277
* io/write.c (write_a): Add conversion of LF to CR-LF for systems with
#define HAVE_CRLF.

From-SVN: r117866
libgfortran/ChangeLog
libgfortran/io/write.c