Project

General

Profile

Actions

Feature #5992

closed

DL and fiddle should support intrinsic types, size_t, ptrdiff_t and intptr_t

Added by nobu (Nobuyoshi Nakada) about 12 years ago. Updated about 12 years ago.

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

Description

=begin
(({size_t})) and (({ptrdiff_t})) can be resulted by built-in operators, so they should be provided as well as other primitive types.

Also ruby often needs (({uintptr_t})) as (({VALUE})).

Patch attached.
=end


Files

dl-intrinsic-types.diff (9.37 KB) dl-intrinsic-types.diff nobu (Nobuyoshi Nakada), 02/10/2012 01:50 AM

Updated by tenderlovemaking (Aaron Patterson) about 12 years ago

Nobu,

This looks good. Will you apply please?

Actions #2

Updated by nobu (Nobuyoshi Nakada) about 12 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r34800.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_t
    and intptr_t. [ruby-core:42460][Feature #5992]
  • ext/fiddle/fiddle.c (Init_fiddle): ditto.
  • ext/dl/lib/dl/cparser.rb (DL::CParser#parse_ctype): ditto.
Actions

Also available in: Atom PDF

Like0
Like0Like0