OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
index 109e090..d760b2f 100644 (file)
@@ -1,3 +1,26 @@
+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