aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/ptr.c
Commit message (Expand)AuthorAgeFilesLines
* Bugfix for PR#1196ttate2003-10-221-8/+5
* security enhancement of dl library (need test).matz2003-03-241-79/+73
* Added rb_secure(4). (Thanks to Minero Aoki)ttate2003-03-241-0/+5
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-8/+4
* * intern.h (rb_check_array_type): Declare rb_check_array_type().knu2003-01-061-0/+1
* * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu2002-12-201-1/+1
* Fix the conversion method.ttate2002-12-091-0/+8
* Get rid of ineffective symbols, lines, constants and so on.ttate2002-11-071-57/+57
* 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