summaryrefslogtreecommitdiffstats
path: root/ext/dl
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): fixed typo.nobu2005-04-301-2/+2
* CUnionEntity should inherit CStructEntity.ttate2005-04-101-1/+1
* changed the spec of CPtr#[]/[]= to suit String#[]/[]=.ttate2005-03-082-7/+37
* minor bugfix.ttate2005-03-081-1/+1
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-043-6/+6
* modified some test scripts for [ruby-dev:25661].ttate2005-02-092-4/+4
* added bcc32 support [ruby-dev:25657] and fixed a minor bug.ttate2005-02-083-36/+19
* Use define_method instead of module_eval.ttate2005-02-072-13/+13
* minor bugfix.ttate2005-02-071-1/+1
* Improved DL::Handle#sym.ttate2005-02-075-45/+98