summaryrefslogtreecommitdiff
path: root/test/dl
AgeCommit message (Expand)Author
2011-08-30* test/dl/test_callback.rb (test_callback_with_string): preventsnagachika
2011-08-09* test/fiddle/helper.rb (libc_so, libm_so): Solaris support added.ngoto
2011-07-28* ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointernobu
2011-07-27* ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu
2011-07-20Add test for r32586.naruse
2011-05-15* remove trailing spaces.nobu
2011-04-28* test/dl/test_base.rb (DL::LIBC_SO): its always msvc*.dll onusa
2011-03-25* test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently onusa
2011-01-30* test/dl/test_dl2.rb (TestDL#test_sin): math functions do notnobu
2010-08-26Creating dummy library for dl/fiddle tests on AIX.kanemoto
2010-07-05forgot to commit the assert_match()tenderlove
2010-07-05* ext/dl/lib/dl/import.rb (handler): add a more helpful error messagetenderlove
2010-06-25 * ext/dl/lib/dl/func.rb (call): don't overwrite original argumentstarui
2010-06-04* test/dl/test_cfunc.rb: test for r28156tenderlove
2010-06-02* ext/dl/lib/dl/cparser.rb (parse_ctype): add backwards compatibilitytenderlove
2010-06-02* test/dl/test_cfunc.rb (test_last_error): CFunc.last_error is thread localusa
2010-05-19Fix 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 betenderlove
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 frommame
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::Functiontenderlove
2010-02-07* test/dl/test_handle.rb (test_NEXT): fix for BSD.naruse
2010-02-03Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove
2010-02-02use require_relative.akr
2009-12-07* test/dl/test_callback.rb testing callback removaltenderlove
2009-12-04* ext/dl/cptr.c (to_int): DL::CPtr supports to_inttenderlove
2009-12-04* test/dl/test_callback.rb (**): using DL::Function to test callbackstenderlove
2009-12-03* test/dl/test_callback.rb (**): testing return values of dl callbackstenderlove
2009-11-13* test/dl/test_cptr.rb (**): using ruby_xfree instead of libc's freetenderlove
2009-11-12* ext/dl/cptr.c (rb_dlptr_s_to_ptr): when wrapping a pointer it shouldtenderlove
2009-11-10* test/dl/test_func.rb (test_strtod): strtod test should not rely ontenderlove
2009-11-08* test/dl/test_callback.rb (**) adding a callback test filetenderlove
2009-11-08* ext/dl/cfunc.c (**) updating documentationtenderlove
2009-11-07* ext/dl/cptr.c (rb_dlptr_inspect): making inspect consistent acrosstenderlove
2009-11-06* ext/dl/cfunc.c (rb_dlcfunc_initialize): cleaning up C macrostenderlove
2009-11-06* ext/dl/cptr.c (rb_dlptr_s_malloc, rb_dlptr_initialize): addingtenderlove
2009-11-06* ext/dl/cptr.c (rb_dlptr_to_str, rb_dlptr_to_s) adding documentationtenderlove
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_ptrtenderlove
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 documentationtenderlove