summaryrefslogtreecommitdiff
path: root/test/fiddle
Commit message (Expand)AuthorAgeFilesLines
...
* libSystem.dylib is also symlink. Use libSystem.B.dylibHiroshi SHIBATA2020-09-081-1/+1
* Use libSystem.dylib instead of libm.dylib and libc.dylibHiroshi SHIBATA2020-09-081-2/+1
* Apply timeout-scale to test_nogvl_poll.Jun Aruga2020-07-301-1/+2
* [ruby/fiddle] support for very old libffiNobuyoshi Nakada2020-06-281-0/+3
* [ruby/fiddle] Support MSWIN (#43)Sutou Kouhei2020-06-271-1/+6
* [ruby/fiddle] test windows: use _snprintfSutou Kouhei2020-06-271-1/+6
* [ruby/fiddle] Add support for variadic argumentsSutou Kouhei2020-06-272-1/+32
* [ruby/fiddle] Fixed typosNobuyoshi Nakada2020-06-261-0/+19
* [ruby/fiddle] Improve documentation on how to correctly free memory and free ...Chris Seaton2020-05-234-47/+94
* [ruby/fiddle] Fix assignment to array within struct (#26)sinisterchipmunk2020-05-231-0/+14
* [ruby/fiddle] Make array access override compatible with base class (#25)sinisterchipmunk2020-05-231-0/+22
* `Dir.glob` always returns an arrayNobuyoshi Nakada2020-04-011-10/+5
* Fix helper to not assume glibcPaul Jordan2020-04-011-3/+16
* Fixed never-defined symbol nameNobuyoshi Nakada2020-03-041-1/+1
* pass appropriate libc path卜部昌平2020-01-241-0/+4
* Fix "cannot find the function: strcpy()" error on arm32 on Travis CI. (#2686)Jun Aruga2019-12-051-1/+13
* More fixes for $SAFE/taint post mergingJeremy Evans2019-11-182-35/+0
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-182-0/+35
* Revert "[ruby/fiddle] Fix a failing test (#13)"Hiroshi SHIBATA2019-10-241-11/+0
* Revert "[ruby/fiddle] test: use env Hash"Hiroshi SHIBATA2019-10-241-13/+10
* [ruby/fiddle] Remove taint support (#21)Jeremy Evans2019-10-244-37/+1
* [ruby/fiddle] Use RbConfig::SIZEOF (#19)Nobuyoshi Nakada2019-10-241-2/+2
* [ruby/fiddle] test: use env HashSutou Kouhei2019-10-241-10/+13
* [ruby/fiddle] Fix a failing test (#13)Kenta Murata2019-10-241-0/+11
* Make test-all and test-spec runnable on AndroidYusuke Endoh2019-09-091-0/+7
* test/fiddle/test_function.rb: loosen timeoutk0kubun2018-12-231-1/+1
* test_function.rb: loosen delta boundaryk0kubun2018-11-131-1/+1
* test_function.rb: try running test_nogvl_poll againk0kubun2018-08-181-4/+0
* test_function.rb: skip running testk0kubun2018-08-151-0/+4
* test/fiddle/test_function.rb (test_nogvl_poll): stop timer hacknormal2018-08-141-0/+6
* test_function.rb: fix messagesnobu2018-07-281-3/+14
* removed unusecd constantsnobu2018-07-121-4/+0
* fiddle/test_import.rb: fix warnings by rubygemsnobu2018-04-191-1/+1
* fiddle/import.rb: suppress warningnobu2018-04-191-0/+4
* long long is a C99ismshyouhei2018-02-172-3/+9
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-282-0/+6
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-122-13/+15
* Use mutable strings for mutation tests.ko12017-09-123-4/+4
* Merge fiddle-1.0.0.beta2 from upstream.hsbt2017-09-1211-14/+14
* Use Test::Unit::TestCase instead of MiniTest::Unit::TestCase. Becausehsbt2017-07-138-15/+9
* test/fiddle/helper: remove special case for x86_64-linuxnormal2017-01-111-3/+0
* Removed the obstacle to running test-all with VC14.usa2016-12-141-2/+2
* * test/fiddle/test_pointer.rb (test_to_str, test_to_s, test_aref_aset):ngoto2016-07-011-3/+3
* * test_handle.rb: refine test_fallback_to_ansinobu2016-05-161-1/+2
* configure.in: revert macro namesnobu2016-05-161-0/+7
* * ext/fiddle/handle.c: check tainted string arguments.nagachika2015-12-161-0/+17
* Add frozen_string_literal: false for all filesnaruse2015-12-1611-0/+11
* fiddle: release GVL for ffi_callnormal2015-11-231-0/+19
* fix r52690naruse2015-11-211-1/+1
* Visual C++ 14 (2015) uses ucrtbase.dll as c runtimenaruse2015-11-211-1/+2