summaryrefslogtreecommitdiff
path: root/ext/dl/dl.c
AgeCommit message (Expand)Author
2003-06-16 * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead ofusa
2003-06-06* gc.c (define_final): eliminate rb_f_lambda() call.matz
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
2002-11-26dlsizeof() should handle 'S' and 's'.ttate
2002-11-07Get rid of ineffective symbols, lines, constants and so on.ttate
2002-11-05fixed rb_ary2cary() to convert nil.ttate
2002-08-04Conform to the allocation framework.ttate
2002-06-11Include ctype.h for isdigit().ttate
2002-06-11Get rid of STR2CSTR. (Thanks N.Nakada)ttate
2002-06-11bugfix. (Thanks U.Nakamura)ttate
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-06-10dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitutionttate
2002-06-09* ext/dl: change the callback mechanism.ttate
2002-05-20rename PtrData::alloc and Struct#alloc to malloc respectively.ttate
2002-05-15Add DL::DLSTACK.ttate
2002-04-04Patch [ruby-dev:16747] (Thanks Nakada)ttate
2002-04-03Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate
2002-04-02Add ruby-dlttate