aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl
Commit message (Expand)AuthorAgeFilesLines
* 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
* bugfix for [ruby-talk:121309].ttate2004-11-253-13/+21
* Use 'P' instead of 'p' in types.rb.ttate2004-11-253-6/+6
* improved encode_type() in types.rb for [ruby-talk:121175].ttate2004-11-243-67/+128
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-31/+0
* Use NUM2INT to convert short values.ttate2004-10-231-2/+2
* should use 'c' for 'unsigned char ref'.ttate2004-09-211-2/+2
* added 'const char *' to use the type specifier 'S' instead of 'char *'.ttate2004-09-161-2/+3
* bugfix for Importable.callback().ttate2004-07-201-1/+1
* Merged Nakada-san's patch [ruby-core:02916].ttate2004-05-236-49/+70
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-1/+1
* * ext/dl/sym.c (rb_dlsym_guardcall): __declspec(noinline) is VC7usa2003-12-041-4/+4
* Merged Tietew's patch of [ruby-dev:21991].ttate2003-12-012-0/+92
* Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai)ttate2003-11-131-2/+2
* Bugfix for DL::Types::encode_type.ttate2003-11-081-7/+9
* * ext/dl/sym.c: typo fix(lasterror -> last_error).eban2003-11-081-2/+2
* Add DL.win32_last_error and DL.last_error.ttate2003-11-082-2/+69
* * eval.c (ruby_cleanup): initialize stack bottom for embedding.nobu2003-10-232-3/+3
* --enable-dlstack is true in default.ttate2003-10-221-6/+2
* Bugfix for PR#1196ttate2003-10-221-8/+5
* consistent parentheses in assignment RHS.matz2003-10-162-3/+3
* * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead ofusa2003-06-161-1/+1
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-061-1/+1
* * eval.c (avalue_to_svalue): use rb_check_array_type() again.matz2003-03-292-4/+3
* security enhancement of dl library (need test).matz2003-03-244-148/+150
* Added rb_secure(4). (Thanks to Minero Aoki)ttate2003-03-243-1/+15
* * ext/dl/MANIFEST: Exclude .cvsignore. [found by: eban]knu2003-03-031-1/+0
* * typo fix.eban2003-01-201-1/+1
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-164-15/+5
* * ext/dl/lib/dl/win32.rb: elimitate unnecessary "A" adding.eban2003-01-121-6/+2
* Check the return value of dlopen().ttate2003-01-121-3/+3
* Correct the description about type specifiers.ttate2003-01-111-18/+18
* * ext/dl/lib/dl/win32.rb: compatibility improvement.eban2003-01-111-14/+17