aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl
Commit message (Expand)AuthorAgeFilesLines
* security enhancement of dl library (need test).matz2003-03-244-148/+150
* Added rb_secure(4). (Thanks to Minero Aoki)ttate2003-03-243-1/+15
* * ext/dl/MANIFEST: Exclude .cvsignore. [found by: eban]knu2003-03-031-1/+0
* * typo fix.eban2003-01-201-1/+1
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-164-15/+5
* * ext/dl/lib/dl/win32.rb: elimitate unnecessary "A" adding.eban2003-01-121-6/+2
* Check the return value of dlopen().ttate2003-01-121-3/+3
* Correct the description about type specifiers.ttate2003-01-111-18/+18
* * ext/dl/lib/dl/win32.rb: compatibility improvement.eban2003-01-111-14/+17
* * 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-203-3/+3
* Fix the conversion method.ttate2002-12-093-11/+34
* dlsizeof() should handle 'S' and 's'.ttate2002-11-261-0/+2
* Get rid of ineffective symbols, lines, constants and so on.ttate2002-11-077-157/+143
* fixed rb_ary2cary() to convert nil.ttate2002-11-051-0/+2
* Bugfix for Importable::callback.ttate2002-10-311-2/+2
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-211-24/+15
* Fixed error messages and descriptions.ttate2002-10-072-5/+5
* Improve the description.ttate2002-10-021-6/+5
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+1
* Merged Nakada's patch [ruby-dev:18097].ttate2002-08-291-5/+7
* Multiple call of the initialize.ttate2002-08-053-0/+9
* Conform to the allocation framework.ttate2002-08-045-49/+83
* Get rid of "return".ttate2002-07-301-1/+1
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-112-2/+16
* Add Importable::symbol.ttate2002-06-271-39/+55
* * eval.c (rb_eval): NODE_EVSTR is no longer used.nobu2002-06-241-1/+1
* Include ctype.h for isdigit().ttate2002-06-111-0/+1
* Check the length of proto.ttate2002-06-111-0/+2
* Get rid of STR2CSTR. (Thanks N.Nakada)ttate2002-06-113-5/+7
* bugfix. (Thanks U.Nakamura)ttate2002-06-112-4/+4
* new platform [bccwin32] merged.H_Konishi2002-06-114-6/+21
* bugfix.ttate2002-06-103-1/+19
* Add DL::Importable::Internal::callback().ttate2002-06-101-9/+47
* dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitutionttate2002-06-101-4/+4
* Get rid of rb_dl_set_callback() and rb_dl_get_callback().ttate2002-06-091-2/+0
* * ext/dl: change the callback mechanism.ttate2002-06-097-243/+213
* Get rid of a function.ttate2002-05-201-1/+0
* Get rid of a few functions.ttate2002-05-201-7/+2
* rename PtrData::alloc and Struct#alloc to malloc respectively.ttate2002-05-205-20/+23
* Get rid of the declaration of rb_str_cat2().ttate2002-05-204-48/+37
* Add DL::DLSTACK.ttate2002-05-154-60/+69
* cast to long from char, short and int in ASM_PUSH_XXXX.ttate2002-05-122-7/+6
* * ext/dl: enable dl's stack emulation for constructing function call.ttate2002-05-111-3/+3
* enable dl's stack emulation for constructing function call.ttate2002-05-113-38/+122
* Catch the exception SystemExit in extconf.rb.ttate2002-05-011-0/+6
* 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-262-14/+32
* Add a sample which shows how to deal with C++ libraries.ttate2002-04-203-0/+97
* ext/dl/ptr.c: remove rb_dlptr_cast().ttate2002-04-191-39/+0