aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index f53de385ea1..b3952c36f50 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,17 @@
+2016-04-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+ Dominique d'Humieres <dominiq@lps.ens.fr>
+
+ PR libgfortran/70235
+ * io/write_float.def: Fix PF format for negative values of the scale
+ factor.
+
+2016-03-28 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
+
+ Backport from trunk.
+ * caf/libcaf.h: caf_stop_numeric and caf_stop_str prototype.
+ * caf/single.c: _gfortran_caf_stop_numeric and
+ _gfortran_caf_stop_str implementation.
+
2016-02-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/69651
@@ -18,7 +32,7 @@
(read_character): Remove condition testing c = '!' which is now inside
the is_separator macro. Remove code related to DELIM_NONE.
(parse_real): Reject '!' unless in namelist mode. (read_complex): Reject
- '!' unless in namelist mode. (read_real): Likewise reject '!'.
+ '!' unless in namelist mode. (read_real): Likewise reject '!'.
2015-12-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>