summaryrefslogtreecommitdiff
path: root/test/fiddle
AgeCommit message (Expand)Author
2020-06-28[ruby/fiddle] support for very old libffiNobuyoshi Nakada
2020-06-27[ruby/fiddle] Support MSWIN (#43)Sutou Kouhei
2020-06-27[ruby/fiddle] test windows: use _snprintfSutou Kouhei
2020-06-27[ruby/fiddle] Add support for variadic argumentsSutou Kouhei
2020-06-26[ruby/fiddle] Fixed typosNobuyoshi Nakada
2020-05-23[ruby/fiddle] Improve documentation on how to correctly free memory and free ...Chris Seaton
2020-05-23[ruby/fiddle] Fix assignment to array within struct (#26)sinisterchipmunk
2020-05-23[ruby/fiddle] Make array access override compatible with base class (#25)sinisterchipmunk
2020-04-01`Dir.glob` always returns an arrayNobuyoshi Nakada
2020-04-01Fix helper to not assume glibcPaul Jordan
2020-03-04Fixed never-defined symbol nameNobuyoshi Nakada
2020-01-24pass appropriate libc path卜部昌平
2019-12-05Fix "cannot find the function: strcpy()" error on arm32 on Travis CI. (#2686)Jun Aruga
2019-11-18More fixes for $SAFE/taint post mergingJeremy Evans
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-10-24Revert "[ruby/fiddle] Fix a failing test (#13)"Hiroshi SHIBATA
2019-10-24Revert "[ruby/fiddle] test: use env Hash"Hiroshi SHIBATA
2019-10-24[ruby/fiddle] Remove taint support (#21)Jeremy Evans
2019-10-24[ruby/fiddle] Use RbConfig::SIZEOF (#19)Nobuyoshi Nakada
2019-10-24[ruby/fiddle] test: use env HashSutou Kouhei
2019-10-24[ruby/fiddle] Fix a failing test (#13)Kenta Murata
2019-09-09Make test-all and test-spec runnable on AndroidYusuke Endoh
2018-12-23test/fiddle/test_function.rb: loosen timeoutk0kubun
2018-11-13test_function.rb: loosen delta boundaryk0kubun
2018-08-18test_function.rb: try running test_nogvl_poll againk0kubun
2018-08-15test_function.rb: skip running testk0kubun
2018-08-14test/fiddle/test_function.rb (test_nogvl_poll): stop timer hacknormal
2018-07-28test_function.rb: fix messagesnobu
2018-07-12removed unusecd constantsnobu
2018-04-19fiddle/test_import.rb: fix warnings by rubygemsnobu
2018-04-19fiddle/import.rb: suppress warningnobu
2018-02-17long long is a C99ismshyouhei
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-12Fix test-all tests to avoid creating report_on_exception warningseregon
2017-09-12Use mutable strings for mutation tests.ko1
2017-09-12Merge fiddle-1.0.0.beta2 from upstream.hsbt
2017-07-13Use Test::Unit::TestCase instead of MiniTest::Unit::TestCase. Becausehsbt
2017-01-11test/fiddle/helper: remove special case for x86_64-linuxnormal
2016-12-14Removed the obstacle to running test-all with VC14.usa
2016-07-01* test/fiddle/test_pointer.rb (test_to_str, test_to_s, test_aref_aset):ngoto
2016-05-16* test_handle.rb: refine test_fallback_to_ansinobu
2016-05-16configure.in: revert macro namesnobu
2015-12-16* ext/fiddle/handle.c: check tainted string arguments.nagachika
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-11-23fiddle: release GVL for ffi_callnormal
2015-11-21fix r52690naruse
2015-11-21Visual C++ 14 (2015) uses ucrtbase.dll as c runtimenaruse
2015-10-30test/fiddle: revert r52384 partiallynobu
2015-10-30use assert_raisenobu
2015-06-18* include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt