summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-22 11:49:22 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-22 11:49:22 +0000
commit6b4f9210b0a105c68d98ebf2b80eea160c3af6a5 (patch)
tree3377fcaa4c7cdfa2d82dd97cd2fccbdb210954b4 /NEWS
parenta999657e7e72d21c5904b2dd5bc056619aff2b81 (diff)
* file.c (stat_birthtime): add birthtime support [Feature #9647]
* file.c (rb_stat_birthtime): add File::Stat.birthtime * file.c (rb_file_s_birthtime): add File.birthtime * file.c (rb_file_birthtime): add File#birthtime * configure.in: check struct stat.st_birthtimespec. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0fd7b01c5c..8bc0625f8a 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,15 @@ with all sufficient information, see the ChangeLog file.
* Float#next_float
* Float#prev_float
+* File
+ * New methods:
+ * File.birthtime
+ * File#birthtime
+
+* File::Stat
+ * New methods:
+ * File::Stat#birthtime
+
* Process
* Extended method:
* Process execution methods such as Process.spawn opens the file in write