summaryrefslogtreecommitdiff
path: root/ext/fiddle/conversions.c
Commit message (Expand)AuthorAgeFilesLines
* [ruby/fiddle] Add constants for unsigned values (https://github.com/ruby/fidd...Aaron Patterson2022-10-071-10/+10
* Import fiddle-1.0.4 (#3860)Kenta Murata2020-12-111-0/+44
* [ruby/fiddle] Remove needless returnSutou Kouhei2020-11-181-1/+1
* [ruby/fiddle] Add support for specifying types by name as String or SymbolSutou Kouhei2020-11-181-0/+108
* [ruby/fiddle] Add TYPE_CONST_STRING and SIZEOF_CONST_STRING for "const char *"Sutou Kouhei2020-11-181-16/+53
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+2
* * ext/fiddle/closure.c (callback): deal with unsinged integers.nobu2012-02-151-27/+31
* * ext/fiddle/conversions.c (value_to_generic): src is not guranteed asusa2012-02-091-1/+1
* * ext/fiddle/conversions.c (generic_to_value): ffi_arg and ffi_sargngoto2011-08-091-1/+10
* * ext/fiddle/*: Adding fiddle library to wrap libffitenderlove2010-05-061-0/+126