OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
index 03629e2..d760b2f 100644 (file)
@@ -1,3 +1,49 @@
+2005-11-28  Steven G. Kargl  <kargls@comcast.net>
+
+       PR libgfortran/25149
+       * intrinsics/abort.c: Add external abort_ to allow linking when 
+       invoking -std=f95 in testsuite.
+
+2005-11-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libgfortran/25109
+       * io/unit.c (init_units): Set default flag to BLANK_NULL per
+       requirement of F95 standard.  Set PAD_YES for stdin.
+
+2005-11-27  David Edelsohn  <edelsohn@gnu.org>
+
+       * intrinsics/random.c: Include config.h
+       * io/size_from_kind.c: Include config.h and libgfortran.h
+       * io/io.h: Revert 2005-11-21 change.
+
+2005-11-27  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       * io/write.c (namelist_write): Correct type in previous
+       commit.
+
+2005-11-27  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+
+       PR libfortran/24919
+       * io/list_read.c (eat_separator, finish_separator,
+       read_character): Handle CRLF separators correctly during reads.
+       (nml_query): Use the HAVE_CRLF macro to print adequate newlines.
+       * io/io.h (st_parameter_dt): Add comment about the possible
+       values for sf_seen_eor.
+       * io/unix.c (tempfile, regular_file): HAVE_CRLF doesn't imply
+       that O_BINARY is defined, so we add that condition.
+       (stream_at_bof): Fix typo in comment.
+       * io/transfer.c (read_sf): Handle correctly CRLF, setting
+       sf_seen_eor value to 2 instead of 1.
+       (formatted_transfer_scalar): Use the sf_seen_eor value to
+       handle CRLF the right way.
+       * io/write.c (nml_write_obj, namelist_write): Use CRLF as newline
+       when HAVE_CRLF is defined.
+
+2005-11-26  Richard Henderson  <rth@redhat.com>
+
+       * io/list_read.c (nml_parse_qualifier): Use ssize_t instead of int
+       in dtp->u.p.value.
+
 2005-11-26  Janne Blomqvist  <jb@gcc.gnu.org>
 
        PR libgfortran/24945