diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ext/pathname/pathname.c | 2 | ||||
-rw-r--r-- | file.c | 2 |
3 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ Mon Jan 19 22:08:26 2015 Nobuyoshi Nakada <[email protected]> * class.c (include_modules_at): allow prepend each modules upto @@ -446,7 +446,7 @@ path_atime(VALUE self) * pathname.birthtime -> time * * Returns the birth time for the file. - * If the platform doesn't have birthtime, returns <i>ctime</i>. * * See File.birthtime. */ @@ -892,7 +892,7 @@ rb_stat_ctime(VALUE self) * stat.birthtime -> aTime * * Returns the birth time for <i>stat</i>. - * If the platform doesn't have birthtime, returns <i>ctime</i>. * * File.write("testfile", "foo") * sleep 10 |