index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
fiddle
/
function.c
Age
Commit message (
Expand
)
Author
2021-07-13
[ruby/fiddle] windows: use GetLastError() for win32_last_error
Sutou Kouhei
2021-05-18
[ruby/fiddle] windows: add Fiddle.win32_last_socket_error{,=}
Sutou Kouhei
2020-12-23
fiddle: Update to 1.0.5
Sutou Kouhei
2020-12-14
Reword docs for Fiddle::Function#call [ci skip]
Alan Wu
2020-12-11
Import fiddle-1.0.4 (#3860)
Kenta Murata
2020-11-18
[ruby/fiddle] Add support for specifying types by name as String or Symbol
Sutou Kouhei
2020-11-18
[ruby/fiddle] Add TYPE_CONST_STRING and SIZEOF_CONST_STRING for "const char *"
Sutou Kouhei
2020-06-27
[ruby/fiddle] Add missing include
Sutou Kouhei
2020-06-27
[ruby/fiddle] Add support for variadic arguments
Sutou Kouhei
2020-06-27
[ruby/fiddle] Use meaningful variable name
Sutou Kouhei
2020-06-27
[ruby/fiddle] Use "do { } while (0)" to ensure requiring ";"
Sutou Kouhei
2020-06-26
[ruby/fiddle] Fixed typos
Nobuyoshi Nakada
2019-10-24
[ruby/fiddle] Remove taint support (#21)
Jeremy Evans
2019-10-24
[ruby/fiddle] Fiddle::Function must maintain a reference to the closure
Aaron Patterson
2018-10-10
* expand tabs.
svn
2018-10-10
revisit `RARRAY_PTR()`.
ko1
2018-02-16
add casts (cosmetic; just be explicit)
shyouhei
2015-12-13
function.c: fix typo
nobu
2015-12-13
* ext/fiddle/function.c: fix build error introduced at r53082.
usa
2015-12-13
function.c: check arguments
nobu
2015-12-11
NEWS: add note about Fiddle GVL release
normal
2015-12-09
* ext/**/*.c (*_memsize): same as r52986 for extensions.
ko1
2015-11-23
fiddle: release GVL for ffi_call
normal
2015-11-05
ext: use RARRAY_AREF
nobu
2015-11-04
ext: use RARRAY_CONST_PTR
nobu
2015-11-04
ext: adjust index type
nobu
2015-10-25
use rb_check_arity [ci skip]
nobu
2014-10-31
* ext/dl/*: remove DL as it is replaced by Fiddle.
tenderlove
2014-03-09
fiddle/function.c: fix memory leak on exception
nobu
2014-03-09
fiddle/function.c: check argument size
nobu
2014-01-15
ext/fiddle: backward compatibilities
nobu
2014-01-15
function.c: adjust indent
nobu
2013-05-14
* ext/dl/lib/dl/func.rb (DL::Function#call): check tainted when
nagachika
2013-03-05
use INT2FIX(0) instead of INT2NUM(0).
kazu
2012-12-11
* ext/fiddle/function.c (Fiddle::Function.new): new keyword argument :name to...
ngoto
2012-12-07
* ext/fiddle/function.c (Fiddle::Function.new): fix typo in documentation
ngoto
2012-11-30
* ext/fiddle/extconf.rb, ext/fiddle/function.c
ngoto
2012-11-27
* ext/fiddle/closure.c: Documentation for Fiddle
zzak
2012-11-27
* ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle
tenderlove
2012-11-27
reverting r37881
tenderlove
2012-11-27
* ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle
tenderlove
2011-08-15
* ext/.document (fiddle): Remove duplicate entry
drbrain
2011-01-05
* Use _WIN32 rather than checking for windows.h. Thanks Jon Forums!
tenderlove
2010-07-20
* ext/fiddle/closure.c (closure_data_type),
nobu
2010-05-06
* ext/fiddle/function.c (function_call): removed unused variable.
nobu
2010-05-06
* ext/fiddle/*: Adding fiddle library to wrap libffi
tenderlove