Age | Commit message (Expand) | Author |
2012-02-14 | merge revision(s) 32712,32718,32719: [Backport #6014] | naruse |
2012-02-14 | merge revision(s) 32720: [Backport #6015] | naruse |
2011-08-09 | * test/fiddle/helper.rb (libc_so, libm_so): Solaris support added. | ngoto |
2011-07-22 | merge revision(s) 32590: | naruse |
2011-05-15 | * remove trailing spaces. | nobu |
2011-04-28 | * test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll on | usa |
2011-03-25 | * test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently on | usa |
2011-01-30 | * test/dl/test_dl2.rb (TestDL#test_sin): math functions do not | nobu |
2010-08-26 | Creating dummy library for dl/fiddle tests on AIX. | kanemoto |
2010-07-05 | forgot to commit the assert_match() | tenderlove |
2010-07-05 | * ext/dl/lib/dl/import.rb (handler): add a more helpful error message | tenderlove |
2010-06-25 | * ext/dl/lib/dl/func.rb (call): don't overwrite original arguments | tarui |
2010-06-04 | * test/dl/test_cfunc.rb: test for r28156 | tenderlove |
2010-06-02 | * ext/dl/lib/dl/cparser.rb (parse_ctype): add backwards compatibility | tenderlove |
2010-06-02 | * test/dl/test_cfunc.rb (test_last_error): CFunc.last_error is thread local | usa |
2010-05-19 | Fix test to follow the behavior of NetBSD's dlsym. | naruse |
2010-05-19 | * test/dl/test_func.rb (test_sinf): sinf() doesn't exist in the standard of C. | usa |
2010-05-09 | * test/dl/test_callback.rb: fixing valgrind errors. Ruby string may be | tenderlove |
2010-05-08 | * test/dl/test_base.rb (libc_so, libm_so): supports solaris. | yugui |
2010-04-23 | * test/dl/test_base.rb: add kfreebsd support. based on a patch from | mame |
2010-03-20 | * test/dl/test_handle.rb: skip some tests on mswin/mingw. | wanabe |
2010-03-19 | * test/dl/test_cfunc.rb (test_to_s): a result of sprintf("%x", ptr) | wanabe |
2010-03-19 | * test/dl/test_dl2.rb (DL::TestDL#ptr2num): add for LLP64. | wanabe |
2010-03-19 | * test/dl/test_dl2.rb: require 'dl/func' to refer DL::Function. | wanabe |
2010-03-09 | * test/dl/test_method.rb: delete a residual test for dl on libffi. | mame |
2010-03-02 | * test/dl/test_closure.rb: forget to revert at r26764. | muraken |
2010-02-17 | * test/dl/test_method.rb: sinf(3) is in libm. | naruse |
2010-02-16 | * test/dl/test_{base,handle}.rb: use more verbose assertions. | nobu |
2010-02-16 | * ext/dl/method.c: Adding DL::Method as a superclass for DL::Function | tenderlove |
2010-02-07 | * test/dl/test_handle.rb (test_NEXT): fix for BSD. | naruse |
2010-02-03 | Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org> | tenderlove |
2010-02-02 | use require_relative. | akr |
2009-12-07 | * test/dl/test_callback.rb testing callback removal | tenderlove |
2009-12-04 | * ext/dl/cptr.c (to_int): DL::CPtr supports to_int | tenderlove |
2009-12-04 | * test/dl/test_callback.rb (**): using DL::Function to test callbacks | tenderlove |
2009-12-03 | * test/dl/test_callback.rb (**): testing return values of dl callbacks | tenderlove |
2009-11-13 | * test/dl/test_cptr.rb (**): using ruby_xfree instead of libc's free | tenderlove |
2009-11-12 | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): when wrapping a pointer it should | tenderlove |
2009-11-10 | * test/dl/test_func.rb (test_strtod): strtod test should not rely on | tenderlove |
2009-11-08 | * test/dl/test_callback.rb (**) adding a callback test file | tenderlove |
2009-11-08 | * ext/dl/cfunc.c (**) updating documentation | tenderlove |
2009-11-07 | * ext/dl/cptr.c (rb_dlptr_inspect): making inspect consistent across | tenderlove |
2009-11-06 | * ext/dl/cfunc.c (rb_dlcfunc_initialize): cleaning up C macros | tenderlove |
2009-11-06 | * ext/dl/cptr.c (rb_dlptr_s_malloc, rb_dlptr_initialize): adding | tenderlove |
2009-11-06 | * ext/dl/cptr.c (rb_dlptr_to_str, rb_dlptr_to_s) adding documentation | tenderlove |
2009-11-06 | * ext/dl/cptr.c (rb_dlptr_inspect, rb_dlptr_plus, rb_dlptr_minus) | tenderlove |
2009-11-03 | * test/dl/test_cptr.rb (test_to_ptr*): testing DL::CPtr#to_ptr | tenderlove |
2009-11-03 | * ext/dl/cptr.c (rb_dlptr_eql, rb_dlptr_cmp): DL::CPtr#== and DL::CPtr#<=> | tenderlove |
2009-11-01 | * ext/dl/cptr.c (rb_dlptr_ptr, rb_dlptr_ref) adding documentation | tenderlove |
2009-11-01 | * ext/dl/cptr.c (rb_dlptr_to_value) added documentation | tenderlove |