OSDN Git Service

2009-01-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libgfortran / ChangeLog
index f60c5d0..7b1241d 100644 (file)
@@ -1,3 +1,32 @@
+2009-01-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/38772
+       * io/read.c (read_f): Clean up loop conditions for BZ/BN,
+       allowing proper digit testing. White space fix.
+
+2009-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/38735
+       * io/unit.c (get_internal_unit): Set default BLANK= status to NULL for
+       internal units.
+
+2008-12-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR fortran/31832
+       * acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_POWF): New autoconf check for
+       broken powf.
+       * configure.ac (LIBGFOR_CHECK_FOR_BROKEN_POWF): Use it.
+       * intrinsics/c99_functions.c: Use internal powf implementation if
+       HAVE_BROKEN_POWF is defined.
+       * configure: Rebuilt.
+       * config.h.in: Rebuilt.
+
+2008-12-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
+
+       PR libfortran/37472
+       * io/write_float.def (output_float_FMT_G_): Modify calculation of temp
+       to avoid sensitivity to round-off.
+
 2008-12-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR libfortran/38398