summaryrefslogtreecommitdiff
path: root/ext/dl
AgeCommit message (Expand)Author
2002-11-26dlsizeof() should handle 'S' and 's'.ttate
2002-11-07Get rid of ineffective symbols, lines, constants and so on.ttate
2002-11-05fixed rb_ary2cary() to convert nil.ttate
2002-10-31Bugfix for Importable::callback.ttate
2002-10-21* configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu
2002-10-07Fixed error messages and descriptions.ttate
2002-10-02Improve the description.ttate
2002-09-08* configure.in: modify program_prefix only if specifiedeban
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-07-30Get rid of "return".ttate
2002-07-11* string.c (rb_str_slice_bang): if there's no correspondingmatz
2002-06-27Add Importable::symbol.ttate
2002-06-24* eval.c (rb_eval): NODE_EVSTR is no longer used.nobu
2002-06-11Include ctype.h for isdigit().ttate
2002-06-11Check the length of proto.ttate
2002-06-11Get rid of STR2CSTR. (Thanks N.Nakada)ttate
2002-06-11bugfix. (Thanks U.Nakamura)ttate
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-06-10bugfix.ttate
2002-06-10Add DL::Importable::Internal::callback().ttate
2002-06-10dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitutionttate
2002-06-09Get rid of rb_dl_set_callback() and rb_dl_get_callback().ttate
2002-06-09* ext/dl: change the callback mechanism.ttate
2002-05-20Get rid of a function.ttate
2002-05-20Get rid of a few functions.ttate
2002-05-20rename PtrData::alloc and Struct#alloc to malloc respectively.ttate
2002-05-20Get rid of the declaration of rb_str_cat2().ttate
2002-05-15Add DL::DLSTACK.ttate
2002-05-12cast to long from char, short and int in ASM_PUSH_XXXX.ttate
2002-05-11* ext/dl: enable dl's stack emulation for constructing function call.ttate
2002-05-11enable dl's stack emulation for constructing function call.ttate
2002-05-01Catch the exception SystemExit in extconf.rb.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-20Add a sample which shows how to deal with C++ libraries.ttate
2002-04-19ext/dl/ptr.c: remove rb_dlptr_cast().ttate
2002-04-14Correct.ttate
2002-04-14Edit the documentation.ttate
2002-04-11raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate
2002-04-11Add DL::Importable::Internal::Struct#alloc.ttate
2002-04-11Add dl.txt instead of README.ttate
2002-04-11remove README and README.htmlttate
2002-04-11Support "unsigned short".ttate
2002-04-11Add "unsigned short".ttate
2002-04-11define alias "struct" and "union" in the module Importable.ttate
2002-04-10Add/Fix types.ttate
2002-04-10Implement the substitution for structure members.ttate
2002-04-05improve the prototype parser.ttate