summaryrefslogtreecommitdiff
path: root/ext/dl/sym.c
AgeCommit message (Expand)Author
2003-03-29* eval.c (avalue_to_svalue): use rb_check_array_type() again.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-12-20* ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu
2002-11-07Get rid of ineffective symbols, lines, constants and so on.ttate
2002-08-05Multiple call of the initialize.ttate
2002-08-04Conform to the allocation framework.ttate
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-05-20Get rid of the declaration of rb_str_cat2().ttate
2002-05-15Add DL::DLSTACK.ttate
2002-05-12cast to long from char, short and int in ASM_PUSH_XXXX.ttate
2002-05-11enable dl's stack emulation for constructing function call.ttate
2002-04-11raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate
2002-04-04DLSTR(argv[i]) => DLSTR(RSTRING(argv[i])->ptr)ttate
2002-04-04bugfix (a few bugs seems to be remaining yet.)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