summaryrefslogtreecommitdiff
path: root/ext/dl/ptr.c
AgeCommit message (Expand)Author
2002-08-29Merged Nakada's patch [ruby-dev:18097].ttate
2002-08-05Multiple call of the initialize.ttate
2002-08-04Conform to the allocation framework.ttate
2002-05-20rename PtrData::alloc and Struct#alloc to malloc respectively.ttate
2002-05-01L641: rb_float_new(*((float*)ptr)) -> rb_float_new(*((double*)ptr)).ttate
2002-04-26ext/dl/ptr.c: missing break in switch statements.ttate
2002-04-19ext/dl/ptr.c: remove rb_dlptr_cast().ttate
2002-04-11raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate
2002-04-03Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate
2002-04-02Add ruby-dlttate