summaryrefslogtreecommitdiff
path: root/ext/dl
AgeCommit message (Expand)Author
2008-12-30* ext/dl/test/test_import.rb: fix a prototype decl.ko1
2008-12-29* ext/dl/test/test_base.rb: add libc search logic.ko1
2008-12-29* ext/dl/test/test_base.rb: add x86_64-linux's case again. #932yugui
2008-12-28* test/ext/dl/test_base.rb : add BSD's case.naruse
2008-12-28* ext/dl/lib/dl/import.rb (DL::Importer#sizeof): followsyugui
2008-12-28* ext/dl/lib/dl/import.rb (DL::Importer#extern): adds filename andyugui
2008-12-28Sun Dec 28 17:10:13 2008 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2008-12-28 * ext/dl/test/test_base.rb: use libc.dylib when the platform is darwin.takano32
2008-12-27 * ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64.takano32
2008-10-03* ext/dl/extconf.rb ($distcleanfiles): added callback-?.c intoyugui
2008-08-31* ext/dl/mkcallback.rb (rb_dl_init_callbacks): fix indent.akr
2008-08-30* ext/dl/mkcallback.rb: split callback.h to callback-[0-9].c to reduceakr
2008-08-30* ext/dl/mkcallback.rb (foreach_proc_entry): extracted.akr
2008-08-30* ext/dl/test/test_import.rb: fix character code.akr
2008-08-30* ext/dl/mkcallback.rb: fix continuation line detection.akr
2008-08-30* ext/dl/mkcallback.rb (rb_dl_init_callbacks): avoid GC problem whichakr
2008-08-12* ext/dl/cptr.c (rb_dlptr_s_to_ptr): fixed shadowing variable.nobu
2008-08-11* ext/dl/cfunc.c (rb_dlcfunc_call): add taint check.matz
2008-03-31* lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu
2008-03-21* lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.nobu
2007-12-25 * ext/dl/depend: add dependencies. [ruby-dev:32760]usa
2007-12-18 * dl/win32/lib/win32/sspi.rb: use pack/unpack("m") instead of base64usa
2007-12-03 * ext/Win32API/*: removed or moved to ext/dl/win32.usa
2007-11-13* include/ruby/ruby.h: introduce 2 macros:ko1
2007-08-08* ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer checkmatz
2007-08-08* ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. amatz
2007-07-15* ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu
2007-06-10* include/ruby: moved public headers.nobu
2007-02-24* file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu
2006-12-31 * Merge YARVko1
2006-10-14* parse.y (parser_warning, parser_warn): some error message maymatz
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-08-31* eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa
2006-07-07should define FUNC_CDECL/STDCALL if the macros are not defined.ttate
2006-07-06conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].ttate
2006-07-03* bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz
2006-06-30fixed the alignment problems discussed in [ruby-dev:28667].ttate
2006-06-24add extconf.h to .cvsignore.akr
2006-03-03* ext/dl/.cvsignore: ignore callback.h.aamine
2006-02-20* mkconfig.rb: generate RbConfig instead of Config.akr
2005-11-08should compare SIZEOF_VOIDP with SIZEOF_LONG_LONG.ttate
2005-10-18* sorry, commit miss.usa
2005-10-18* ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend,usa
2005-09-29* ext/dl/cptr.c (rb_dlptr_s_to_ptr): abolish sizeof(FILE).akr
2005-09-24banish some warnings.akr
2005-06-08if dlload fail to load a library, it should raise an error.ttate
2005-05-14Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION.ttate
2005-05-09added a test.ttate
2005-05-09replaced the local variable 'entity' with an instance variable.ttate
2005-05-08use DL::CStructBuilder instead of CStructBuilder.ttate