summaryrefslogtreecommitdiff
path: root/ext/fiddle/fiddle.c
Commit message (Expand)AuthorAgeFilesLines
* [ruby/fiddle] Fix comment formattingAaron Patterson2023-01-271-12/+12
* [ruby/fiddle] Update documentationAaron Patterson2023-01-271-14/+19
* Merge fiddle-1.1.1Hiroshi SHIBATA2022-12-091-0/+24
* [ruby/fiddle] Move "type" constants to `Fiddle::Types` (https://github.com/ru...Aaron Patterson2022-10-071-58/+60
* [ruby/fiddle] Add constants for unsigned values (https://github.com/ruby/fidd...Aaron Patterson2022-10-071-0/+108
* [ruby/fiddle] Check HAVE_RUBY_MEMORY_VIEW_H rather than API version (https://...Nobuyoshi Nakada2021-07-141-2/+2
* Import fiddle-1.0.4 (#3860)Kenta Murata2020-12-111-0/+88
* [ruby/fiddle] Use ruby_xcalloc() instead of ruby_xmalloc() and memset()Sutou Kouhei2020-11-181-3/+1
* [ruby/fiddle] Add workaround for RubyInstaller for WindowsSutou Kouhei2020-11-181-0/+14
* [ruby/fiddle] Add a "pinning" reference (#44)Aaron Patterson2020-11-181-1/+11
* [ruby/fiddle] Add support for specifying types by name as String or SymbolSutou Kouhei2020-11-181-32/+0
* [ruby/fiddle] Add TYPE_CONST_STRING and SIZEOF_CONST_STRING for "const char *"Sutou Kouhei2020-11-181-0/+12
* [ruby/fiddle] support for very old libffiNobuyoshi Nakada2020-06-281-0/+2
* [ruby/fiddle] Add support for variadic argumentsSutou Kouhei2020-06-271-0/+6
* [ruby/fiddle] Initialize memory to 0 when calling Fiddle.malloc(). (#24)sinisterchipmunk2020-05-231-2/+3
* use NUM2SIZET instead of NUM2INTkazu2014-02-251-2/+2
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-4/+0
* * ext/fiddle/fiddle.c: fix typo in fiddle doc [Bug #8412]charliesome2013-05-241-1/+1
* * ext/fiddle/fiddle.c: adding alignment constants for compatibilitytenderlove2012-11-281-0/+88
* * ext/fiddle/closure.c: Documentation for Fiddlezzak2012-11-271-1/+26
* * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove2012-11-271-0/+196
* reverting r37881tenderlove2012-11-271-198/+0
* * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove2012-11-271-0/+198
* * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu2012-02-251-0/+62
* * ext/fiddle/fiddle.c (Init_fiddle): declare in modern style.nobu2012-02-091-1/+2
* * ext/.document (fiddle): Remove duplicate entrydrbrain2011-08-151-0/+56
* * Use _WIN32 rather than checking for windows.h. Thanks Jon Forums!tenderlove2011-01-051-1/+1
* * ext/fiddle/*: Adding fiddle library to wrap libffitenderlove2010-05-061-0/+30