summaryrefslogtreecommitdiff
path: root/ext/fiddle
AgeCommit message (Expand)Author
2020-01-22Drop executable bit of *.{yml,h,mk.tmpl}Kazuhiro NISHIYAMA
2019-11-18Update dependenciesNobuyoshi Nakada
2019-10-24Revert "[ruby/fiddle] Use ffi_closure_free by default. (#20)"Hiroshi SHIBATA
2019-10-24[ruby/fiddle] Remove taint support (#21)Jeremy Evans
2019-10-24[ruby/fiddle] Use ffi_closure_free by default. (#20)Vít Ondruch
2019-10-24[ruby/fiddle] Fiddle::Function must maintain a reference to the closureAaron Patterson
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-02-08Removed moving toplevel header since r12501nobu
2018-10-20fix typo.tadd
2018-10-20Merge fiddle from github repository.hsbt
2018-10-10* expand tabs.svn
2018-10-10revisit `RARRAY_PTR()`.ko1
2018-04-19fiddle/import.rb: suppress warningnobu
2018-02-18ext/fiddle/lib/fiddle/pack.rb: pack "void *" properly on 32-bitnormal
2018-02-17long long is a C99ismshyouhei
2018-02-16add casts (cosmetic; just be explicit)shyouhei
2018-02-16no ID cache in Init functionsnobu
2017-12-06Bump fiddle-1.0.0 for released version.hsbt
2017-10-21Added explicitly require to example code.hsbt
2017-09-19Fixup r59961. Use http for libffi downloading.hsbt
2017-09-19Use https instead of ftp for libffi downloading.hsbt
2017-09-12Merge fiddle-1.0.0.beta2 from upstream.hsbt
2017-06-19Make string literal to frozen object on gemspec of defulte gems.hsbt
2017-04-22Add sha512nobu
2017-04-05Added initial gemspec for ruby/fiddle.hsbt
2017-03-22ruby tool/update-deps --fixshyouhei
2017-02-11fiddle/depend: build-libffinobu
2017-02-10fiddle: fix $(SUBMAKE_PRE)nobu
2017-02-09fiddle: jobserver for libffinobu
2016-07-06Update dependenciesnobu
2016-04-11fiddle/import.rb: suppress warningsnobu
2015-12-16* ext/fiddle/handle.c: check tainted string arguments.nagachika
2015-12-16handle ext/ as r53141naruse
2015-12-13function.c: fix typonobu
2015-12-13* ext/fiddle/function.c: fix build error introduced at r53082.usa
2015-12-13function.c: check argumentsnobu
2015-12-13conversions.h: PTR2NUMnobu
2015-12-11NEWS: add note about Fiddle GVL releasenormal
2015-12-09* ext/**/*.c (*_memsize): same as r52986 for extensions.ko1
2015-11-23fiddle: release GVL for ffi_callnormal
2015-11-05ext: use RARRAY_AREFnobu
2015-11-04ext: use RARRAY_CONST_PTRnobu
2015-11-04ext: adjust index typenobu
2015-10-25use rb_check_arity [ci skip]nobu
2015-10-19ext/fiddle/closure.c (callback): static functionnormal
2015-07-29fiddle: $LOCAL_LIBS needs to be expandednobu
2015-07-27fiddle: clean dot dirnobu
2015-07-27fiddle: unexpand LIBFFI_DIRnobu
2015-06-18* include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt
2015-04-12* ext/fiddle/depend: Fix "Wrong mix of special targets" error withakr