aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/sym.c
Commit message (Expand)AuthorAgeFilesLines
* 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