aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/dl.c
Commit message (Expand)AuthorAgeFilesLines
* Conform to the allocation framework.ttate2002-08-041-1/+1
* Include ctype.h for isdigit().ttate2002-06-111-0/+1
* Get rid of STR2CSTR. (Thanks N.Nakada)ttate2002-06-111-3/+4
* bugfix. (Thanks U.Nakamura)ttate2002-06-111-3/+3
* new platform [bccwin32] merged.H_Konishi2002-06-111-1/+1
* dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitutionttate2002-06-101-4/+4
* * ext/dl: change the callback mechanism.ttate2002-06-091-98/+150
* rename PtrData::alloc and Struct#alloc to malloc respectively.ttate2002-05-201-7/+1
* Add DL::DLSTACK.ttate2002-05-151-0/+1
* Patch [ruby-dev:16747] (Thanks Nakada)ttate2002-04-041-8/+8
* Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate2002-04-031-32/+32
* Add ruby-dlttate2002-04-021-0/+655