summaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 5412835903a..865725fbffa 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,40 @@
+2013-03-24 Tobias Burnus <burnus@net-b.de>
+
+ PR fortran/56696
+ * io/list_read.c (read_real): Fix EOF diagnostic.
+
+2013-03-20 Tilo Schwarz <tilo@tilo-schwarz.de>
+
+ PR libfortran/51825
+ * io/list_read.c (nml_read_obj): Don't end the component loop on a
+ nested derived type, but continue with the next loop iteration.
+ (nml_get_obj_data): Don't move the first_nl pointer further in the
+ list if a qualifier was found.
+
+2013-03-20 Tilo Schwarz <tilo@tilo-schwarz.de>
+
+ PR libfortran/48618
+ * io/open.c (st_open): Raise error for unit number < 0 only if
+ unit number does not exist already.
+
+2013-03-19 Janne Blomqvist <jb@gcc.gnu.org>
+
+ * libgfortran.h: Include stdbool.h.
+ (enum try): Remove.
+ (notify_std): Change return type to bool.
+ * intrinsics/chmod.c: Don't include stdbool.h.
+ * intrinsics/execute_command_line.c: Likewise.
+ * io/format.c: Likewise.
+ * io/list_read.c (nml_parse_qualifier): Change return type to bool.
+ (nml_read_obj): Likewise.
+ (nml_get_obj_data): Likewise.
+ * io/transfer.c (read_block_form): Fix comment.
+ (write_buf): Change return type to bool.
+ * io/write.c: Don't include stdbool.h.
+ * io/write_float.def (output_float): Change return type to bool.
+ (output_float_FMT_G_ ## x): Change type of result variable.
+ * runtime/error.c (notify_std): Change return type to bool.
+
2013-03-11 Tobias Burnus <burnus@net-b.de>
* io/transfer.c (read_block_direct): Correct condition.