summaryrefslogtreecommitdiff
path: root/ext/dl/ptr.c
AgeCommit message (Expand)Author
2006-05-25* fixed the problems described in [ruby-dev:28665].ttate
2003-10-22Bugfix for PR#1196ttate
2003-03-24security enhancement of dl library (need test).matz
2003-03-24Added rb_secure(4). (Thanks to Minero Aoki)ttate
2003-01-16-Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal
2003-01-06* intern.h (rb_check_array_type): Declare rb_check_array_type().knu
2002-12-20* ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu
2002-12-09Fix the conversion method.ttate
2002-11-07Get rid of ineffective symbols, lines, constants and so on.ttate
2002-10-07Fixed error messages and descriptions.ttate
2002-08-29Merged Nakada's patch [ruby-dev:18097].ttate
2002-08-05Multiple call of the initialize.ttate
2002-08-04Conform to the allocation framework.ttate
2002-05-20rename PtrData::alloc and Struct#alloc to malloc respectively.ttate
2002-05-01L641: rb_float_new(*((float*)ptr)) -> rb_float_new(*((double*)ptr)).ttate
2002-04-26ext/dl/ptr.c: missing break in switch statements.ttate
2002-04-19ext/dl/ptr.c: remove rb_dlptr_cast().ttate
2002-04-11raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate
2002-04-03Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate
2002-04-02Add ruby-dlttate