summaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2011-04-29 19:09:45 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2011-04-29 19:09:45 +0300
commit1e03060224b7b01b4da4aa423610e99abd1b2b17 (patch)
tree8819a99c59909482bcff04edd036a3e90a9a3141 /libgfortran/ChangeLog
parent848eab5c43de5cc6f60263a1ba76d740fbeb5318 (diff)
downloadgcc-1e03060224b7b01b4da4aa423610e99abd1b2b17.tar.gz
Fix path handling
From-SVN: r173172
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 89ae12565ed..79a1b7f99dc 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,5 +1,20 @@
2011-04-29 Janne Blomqvist <jb@gcc.gnu.org>
+ * io/unix.c (min): New macro.
+ (unpack_filename): Return errno number for errors.
+ (regular_file): Use appropriately sized buffer for path.
+ (compare_file_filename): Likewise.
+ (find_file): Likewise.
+ (delete_file): Likewise.
+ (file_exists): Likewise.
+ (file_size): Likewise.
+ (inquire_sequential): Likewise.
+ (inquire_direct): Likewise.
+ (inquire_formatted): Likewise.
+ (inquire_access): Likewise.
+
+2011-04-29 Janne Blomqvist <jb@gcc.gnu.org>
+
PR libfortran/48488
* io/write.c (write_real, write_real_g0): Update comments.