aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/ptr.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed error messages and descriptions.ttate2002-10-071-4/+4
* Merged Nakada's patch [ruby-dev:18097].ttate2002-08-291-5/+7
* Multiple call of the initialize.ttate2002-08-051-0/+4
* Conform to the allocation framework.ttate2002-08-041-14/+32
* rename PtrData::alloc and Struct#alloc to malloc respectively.ttate2002-05-201-9/+17
* L641: rb_float_new(*((float*)ptr)) -> rb_float_new(*((double*)ptr)).ttate2002-05-011-1/+1
* ext/dl/ptr.c: missing break in switch statements.ttate2002-04-261-14/+17
* ext/dl/ptr.c: remove rb_dlptr_cast().ttate2002-04-191-39/+0
* raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate2002-04-111-16/+10
* Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate2002-04-031-72/+71
* Add ruby-dlttate2002-04-021-0/+1075