summaryrefslogtreecommitdiffstats
path: root/ext/dl/handle.c
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (parser_warning, parser_warn): some error message maymatz2006-10-141-2/+2
* banish some warnings.akr2005-09-241-1/+0
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-3/+3
* added bcc32 support [ruby-dev:25657] and fixed a minor bug.ttate2005-02-081-34/+17
* minor bugfix.ttate2005-02-071-1/+1
* Improved DL::Handle#sym.ttate2005-02-071-40/+85
* added new files.ttate2005-02-041-0/+200
* remove all files to replace ruby-dl with ruby-dl2.ttate2005-02-041-215/+0
* Merged Nakada-san's patch [ruby-core:02916].ttate2004-05-231-1/+1
* Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai)ttate2003-11-131-2/+2
* * eval.c (avalue_to_svalue): use rb_check_array_type() again.matz2003-03-291-3/+2
* security enhancement of dl library (need test).matz2003-03-241-13/+16
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-3/+0
* Check the return value of dlopen().ttate2003-01-121-3/+3
* * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu2002-12-201-1/+1
* Get rid of ineffective symbols, lines, constants and so on.ttate2002-11-071-9/+9
* Multiple call of the initialize.ttate2002-08-051-0/+3
* Conform to the allocation framework.ttate2002-08-041-16/+24
* Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate2002-04-031-16/+14
* Add ruby-dlttate2002-04-021-0/+207