summaryrefslogtreecommitdiff
path: root/ext/fiddle/conversions.c
AgeCommit message (Expand)Author
2020-12-11Import fiddle-1.0.4 (#3860)Kenta Murata
2020-11-18[ruby/fiddle] Remove needless returnSutou Kouhei
2020-11-18[ruby/fiddle] Add support for specifying types by name as String or SymbolSutou Kouhei
2020-11-18[ruby/fiddle] Add TYPE_CONST_STRING and SIZEOF_CONST_STRING for "const char *"Sutou Kouhei
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-02-15* ext/fiddle/closure.c (callback): deal with unsinged integers.nobu
2012-02-09* ext/fiddle/conversions.c (value_to_generic): src is not guranteed asusa
2011-08-09* ext/fiddle/conversions.c (generic_to_value): ffi_arg and ffi_sargngoto
2010-05-06* ext/fiddle/*: Adding fiddle library to wrap libffitenderlove