aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 2311e93..0f1089c 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,19 @@
+2015-05-15 Jonathan Wakely <jwakely@redhat.com>
+
+ * src/filesystem/ops.cc (stat_type): Define alias for struct stat and
+ use throughout the file.
+ (make_file_type): New function.
+ (file_size(const path&, error_code&)): Report an error for anything
+ that isn't a regular file.
+ (status(const path&), symlink_status(const path&)): Do not throw for
+ file_type::not_found.
+ (temp_directory_path()): Check additional environment variables.
+ * testsuite/experimental/filesystem/operations/exists.cc: New.
+ * testsuite/experimental/filesystem/operations/file_size.cc: New.
+ * testsuite/experimental/filesystem/operations/status.cc: New.
+ * testsuite/experimental/filesystem/operations/temp_directory_path.cc:
+ New.
+
2015-05-14 Nathan Myers <ncm@cantrip.org>
Jonathan Wakely <jwakely@redhat.com>