Project

General

Profile

ActionsLike0

Feature #8050

closed

struct stat to VALUE should be accessable from the C-API

Added by Hanmac (Hans Mackowiak) about 12 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
[ruby-core:53225]

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

file.c.rb_stat_new.patch (1.83 KB) file.c.rb_stat_new.patch drbrain (Eric Hodel), 03/11/2013 12:31 PM

Updated by drbrain (Eric Hodel) about 12 years ago

Updated by naruse (Yui NARUSE) over 11 years ago

  • Assignee changed from matz (Yukihiro Matsumoto) to nobu (Nobuyoshi Nakada)
#7

Updated by nobu (Nobuyoshi Nakada) over 11 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100
ActionsLike0

Also available in: Atom PDF