summaryrefslogtreecommitdiff
path: root/ext/fiddle/conversions.h
AgeCommit message (Expand)Author
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
2015-12-13conversions.h: PTR2NUMnobu
2012-02-15* ext/fiddle/closure.c (callback): deal with unsinged integers.nobu
2011-08-09* ext/fiddle/conversions.c (generic_to_value): ffi_arg and ffi_sargngoto
2011-02-14* ext/fiddle/conversions.h: parenthesize macro arguments.akr
2010-05-06* ext/fiddle/*: Adding fiddle library to wrap libffitenderlove