* ext/pathname/pathname.c (path_birthtime): Windows support.
see [Feature #9857] [ruby-dev:48339] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3436b7bbad
commit
d0465cc9e0
@ -1,3 +1,8 @@
|
|||||||
|
Sat Jun 28 22:57:01 2014 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/pathname/pathname.c (path_birthtime): Windows support.
|
||||||
|
see [Feature #9857] [ruby-dev:48339]
|
||||||
|
|
||||||
Sat Jun 28 22:44:16 2014 Tanaka Akira <akr@fsij.org>
|
Sat Jun 28 22:44:16 2014 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* ext/pathname/pathname.c (path_birthtime): New method,
|
* ext/pathname/pathname.c (path_birthtime): New method,
|
||||||
|
@ -449,7 +449,7 @@ path_atime(VALUE self)
|
|||||||
*
|
*
|
||||||
* See File.birthtime.
|
* See File.birthtime.
|
||||||
*/
|
*/
|
||||||
#if defined(HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC)
|
#if defined(HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC) || defined(_WIN32)
|
||||||
static VALUE
|
static VALUE
|
||||||
path_birthtime(VALUE self)
|
path_birthtime(VALUE self)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user