summaryrefslogtreecommitdiffstats
path: root/ext/dl
Commit message (Expand)AuthorAgeFilesLines
* * ext/dl/test/test_import.rb: fix a prototype decl.ko12008-12-301-1/+1
* * ext/dl/test/test_base.rb: add libc search logic.ko12008-12-295-33/+84
* * ext/dl/test/test_base.rb: add x86_64-linux's case again. #932yugui2008-12-291-0/+3
* * test/ext/dl/test_base.rb : add BSD's case.naruse2008-12-281-0/+3
* * ext/dl/lib/dl/import.rb (DL::Importer#sizeof): followsyugui2008-12-281-1/+1
* * ext/dl/lib/dl/import.rb (DL::Importer#extern): adds filename andyugui2008-12-282-3/+15
* Sun Dec 28 17:10:13 2008 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322008-12-282-6/+3
* * ext/dl/test/test_base.rb: use libc.dylib when the platform is darwin.takano322008-12-281-0/+3
* * ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64.takano322008-12-271-0/+3
* * ext/dl/extconf.rb ($distcleanfiles): added callback-?.c intoyugui2008-10-031-7/+6
* * ext/dl/mkcallback.rb (rb_dl_init_callbacks): fix indent.akr2008-08-311-1/+1
* * ext/dl/mkcallback.rb: split callback.h to callback-[0-9].c to reduceakr2008-08-303-28/+62
* * ext/dl/mkcallback.rb (foreach_proc_entry): extracted.akr2008-08-301-37/+45
* * ext/dl/test/test_import.rb: fix character code.akr2008-08-302-9/+9
* * ext/dl/mkcallback.rb: fix continuation line detection.akr2008-08-301-1/+1
* * ext/dl/mkcallback.rb (rb_dl_init_callbacks): avoid GC problem whichakr2008-08-301-8/+13
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fixed shadowing variable.nobu2008-08-121-2/+2
* * ext/dl/cfunc.c (rb_dlcfunc_call): add taint check.matz2008-08-113-8/+18
* * lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu2008-03-312-6/+11
* * lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.nobu2008-03-212-2/+2
* * ext/dl/depend: add dependencies. [ruby-dev:32760]usa2007-12-251-4/+4
* * dl/win32/lib/win32/sspi.rb: use pack/unpack("m") instead of base64usa2007-12-181-4/+3
* * ext/Win32API/*: removed or moved to ext/dl/win32.usa2007-12-035-0/+1559
* * include/ruby/ruby.h: introduce 2 macros:ko12007-11-131-2/+2
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer checkmatz2007-08-082-6/+1
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. amatz2007-08-081-1/+1
* * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu2007-07-151-1/+7
* * include/ruby: moved public headers.nobu2007-06-103-8/+8
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-241-1/+1
* * Merge YARVko12006-12-311-12/+12
* * parse.y (parser_warning, parser_warn): some error message maymatz2006-10-141-2/+2
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-3/+3
* * eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa2006-08-311-1/+1
* should define FUNC_CDECL/STDCALL if the macros are not defined.ttate2006-07-071-0/+7
* conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].ttate2006-07-064-45/+9
* * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz2006-07-032-0/+11
* fixed the alignment problems discussed in [ruby-dev:28667].ttate2006-06-304-34/+50
* add extconf.h to .cvsignore.akr2006-06-241-0/+1
* * ext/dl/.cvsignore: ignore callback.h.aamine2006-03-031-0/+1
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-201-1/+1
* should compare SIZEOF_VOIDP with SIZEOF_LONG_LONG.ttate2005-11-081-1/+1
* * sorry, commit miss.usa2005-10-181-1/+1
* * ext/dl/depend, ext/dl/extconf.rb, ext/socket/depend,usa2005-10-182-2/+2
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): abolish sizeof(FILE).akr2005-09-291-1/+1
* banish some warnings.akr2005-09-241-1/+0
* if dlload fail to load a library, it should raise an error.ttate2005-06-081-1/+1
* Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION.ttate2005-05-142-0/+7
* added a test.ttate2005-05-091-0/+6
* replaced the local variable 'entity' with an instance variable.ttate2005-05-091-7/+6
* use DL::CStructBuilder instead of CStructBuilder.ttate2005-05-081-2/+2