aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/sym.c
Commit message (Expand)AuthorAgeFilesLines
* Added rb_secure(4). (Thanks to Minero Aoki)ttate2003-03-241-0/+2
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-2/+1
* * 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-43/+43
* Multiple call of the initialize.ttate2002-08-051-0/+2
* Conform to the allocation framework.ttate2002-08-041-14/+26
* new platform [bccwin32] merged.H_Konishi2002-06-111-1/+1
* Get rid of the declaration of rb_str_cat2().ttate2002-05-201-8/+0
* Add DL::DLSTACK.ttate2002-05-151-36/+27
* cast to long from char, short and int in ASM_PUSH_XXXX.ttate2002-05-121-4/+3
* enable dl's stack emulation for constructing function call.ttate2002-05-111-24/+100
* raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate2002-04-111-2/+2
* DLSTR(argv[i]) => DLSTR(RSTRING(argv[i])->ptr)ttate2002-04-041-1/+1
* bugfix (a few bugs seems to be remaining yet.)ttate2002-04-041-1/+1
* Patch [ruby-dev:16747] (Thanks Nakada)ttate2002-04-041-14/+8
* Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate2002-04-031-22/+22
* Add ruby-dlttate2002-04-021-0/+771