ActionsLike0
Feature #8050
closedstruct stat to VALUE should be accessable from the C-API
Description
filc.c has methods to turn an struct stat into an File::Stat, the problem is that this methods are not accessable from the outside, and cant me mimiced my coping into the c-Ext code.
so it would be good if there where a VALUE rb_stat_new(stuct stat); or something like that for the C-API
Files
Updated by drbrain (Eric Hodel) about 12 years ago
- File file.c.rb_stat_new.patch file.c.rb_stat_new.patch added
- Category set to core
- Status changed from Open to Assigned
- Assignee changed from core to matz (Yukihiro Matsumoto)
- Target version set to 2.1.0
Updated by naruse (Yui NARUSE) over 11 years ago
- Assignee changed from matz (Yukihiro Matsumoto) to nobu (Nobuyoshi Nakada)
Updated by nobu (Nobuyoshi Nakada) over 11 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
ActionsLike0