| Commit message (Expand) | Author | Age | Files | Lines |
* | Use mutable strings for mutation tests. | ko1 | 2017-09-12 | 3 | -4/+4 |
* | Merge fiddle-1.0.0.beta2 from upstream. | hsbt | 2017-09-12 | 11 | -14/+14 |
* | Use Test::Unit::TestCase instead of MiniTest::Unit::TestCase. Because | hsbt | 2017-07-13 | 8 | -15/+9 |
* | test/fiddle/helper: remove special case for x86_64-linux | normal | 2017-01-11 | 1 | -3/+0 |
* | Removed the obstacle to running test-all with VC14. | usa | 2016-12-14 | 1 | -2/+2 |
* | * test/fiddle/test_pointer.rb (test_to_str, test_to_s, test_aref_aset): | ngoto | 2016-07-01 | 1 | -3/+3 |
* | * test_handle.rb: refine test_fallback_to_ansi | nobu | 2016-05-16 | 1 | -1/+2 |
* | configure.in: revert macro names | nobu | 2016-05-16 | 1 | -0/+7 |
* | * ext/fiddle/handle.c: check tainted string arguments. | nagachika | 2015-12-16 | 1 | -0/+17 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 11 | -0/+11 |
* | fiddle: release GVL for ffi_call | normal | 2015-11-23 | 1 | -0/+19 |
* | fix r52690 | naruse | 2015-11-21 | 1 | -1/+1 |
* | Visual C++ 14 (2015) uses ucrtbase.dll as c runtime | naruse | 2015-11-21 | 1 | -1/+2 |
* | test/fiddle: revert r52384 partially | nobu | 2015-10-30 | 4 | -7/+7 |
* | use assert_raise | nobu | 2015-10-30 | 7 | -22/+22 |
* | * include/ruby/ruby.h: $SAFE=2 is now obsolete. | hsbt | 2015-06-18 | 1 | -37/+0 |
* | * test/fiddle/test_handle.rb: fix syntax. | ko1 | 2015-01-05 | 1 | -0/+3 |
* | test_handle.rb: use -test-/dln/empty | nobu | 2015-01-05 | 1 | -5/+5 |
* | test_handle.rb: separate blocks | nobu | 2015-01-05 | 1 | -0/+9 |
* | test_handle.rb: remove skips | nobu | 2015-01-05 | 1 | -3/+1 |
* | * ext/fiddle/lib/fiddle/cparser.rb: r49110 brake Fiddle::Import with | hsbt | 2015-01-03 | 1 | -0/+16 |
* | * ext/fiddle/lib/fiddle/cparser.rb: Support for Fiddle::CParser | hsbt | 2015-01-03 | 1 | -1/+160 |
* | * test/lib/envutil.rb: Moved from test/ruby/. | akr | 2014-11-13 | 4 | -4/+0 |
* | * test/fiddle/test_import.rb (Fiddle::TestImport#test_sizeof): | hsbt | 2014-09-17 | 1 | -0/+1 |
* | fiddle/import.rb: fix typo | nobu | 2014-09-15 | 1 | -0/+9 |
* | test/dl, test/fiddle: relax criteria | nobu | 2014-03-13 | 2 | -2/+2 |
* | envutil.rb: do not check RSS by default | nobu | 2014-03-11 | 2 | -2/+2 |
* | fiddle/function.c: fix memory leak on exception | nobu | 2014-03-09 | 1 | -0/+9 |
* | tests for [Bug #9599] | nobu | 2014-03-09 | 2 | -0/+11 |
* | * test/fiddle/test_function.rb: remove unused variables. | hsbt | 2014-02-24 | 1 | -1/+1 |
* | same as r44598 | naruse | 2014-01-15 | 1 | -1/+1 |
* | same as r44597 | naruse | 2014-01-15 | 1 | -0/+3 |
* | * test/dl/test_base.rb: {libc, libm} detection now handle GNU/Hurd | kosaki | 2013-09-28 | 1 | -0/+3 |
* | * test/fiddle/test_handle.rb (Fiddle::TestHandle#test_static_sym): adjust ind... | ktsj | 2013-05-25 | 1 | -4/+4 |
* | * test/fiddle/test_c_struct_entry.rb, | ktsj | 2013-05-25 | 7 | -21/+40 |
* | * ext/dl/lib/dl/func.rb (DL::Function#call): check tainted when | nagachika | 2013-05-14 | 1 | -0/+10 |
* | Fix if-end | naruse | 2013-04-11 | 1 | -0/+1 |
* | Experimental fix for ffi_closure_free causes dumping core/SEGV | naruse | 2013-04-11 | 1 | -0/+5 |
* | * test/fiddle/helper.rb: specify libc and libm locations for MirOS BSD. | akr | 2013-02-08 | 1 | -0/+3 |
* | * ext/fiddle/lib/fiddle/struct.rb (Fiddle::CStructEntity#set_ctypes): | kou | 2012-12-21 | 1 | -0/+9 |
* | * ext/fiddle/lib/fiddle/struct.rb (Fiddle::CStructEntity#set_ctypes): | kou | 2012-12-21 | 1 | -0/+11 |
* | * ext/fiddle/lib/fiddle/import.rb (Fiddle::Importer#sizeof): | kou | 2012-12-21 | 1 | -0/+1 |
* | * ext/fiddle/function.c (Fiddle::Function.new): new keyword argument :name to... | ngoto | 2012-12-11 | 1 | -0/+5 |
* | * ext/fiddle/fiddle.c: adding alignment constants for compatibility | tenderlove | 2012-11-28 | 4 | -0/+254 |
* | * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle | tenderlove | 2012-11-27 | 6 | -26/+500 |
* | reverting r37881 | tenderlove | 2012-11-27 | 6 | -500/+26 |
* | * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle | tenderlove | 2012-11-27 | 6 | -26/+500 |
* | * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_t | nobu | 2012-02-25 | 1 | -1/+6 |
* | * ext/fiddle/closure.c (callback): same as r34506. | nobu | 2012-02-15 | 1 | -0/+25 |
* | * test/fiddle/helper.rb (libc_so, libm_so): Solaris support added. | ngoto | 2011-08-09 | 1 | -0/+12 |