aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Correct.ttate2002-04-141-8/+8
* Edit the documentation.ttate2002-04-141-2/+7
* raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate2002-04-113-19/+13
* Add DL::Importable::Internal::Struct#alloc.ttate2002-04-112-68/+53
* Add dl.txt instead of README.ttate2002-04-112-8/+264
* remove README and README.htmlttate2002-04-113-433/+12
* Support "unsigned short".ttate2002-04-111-0/+4
* Add "unsigned short".ttate2002-04-111-0/+4
* define alias "struct" and "union" in the module Importable.ttate2002-04-111-2/+7
* Add/Fix types.ttate2002-04-101-1/+3