aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644]ttate2005-02-064-8/+18
* added DL::Importer.sizeof().ttate2005-02-063-0/+50
* * ext/dl/dl.c (Init_dl): function declaration should precedeakr2005-02-061-3/+3
* added missing files.ttate2005-02-046-0/+733
* added new files.ttate2005-02-0417-0/+2555
* remove all files to replace ruby-dl with ruby-dl2.ttate2005-02-0430-6260/+0
* bugfix.ttate2005-02-031-2/+2
* * ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers afternobu2004-12-211-1/+2
* devided DL::Types#encode_type into three methods.ttate2004-12-143-48/+56
* * rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr2004-12-081-1/+1