summaryrefslogtreecommitdiff
path: root/ext/dl/dl.c
AgeCommit message (Expand)Author
2012-05-30* ext/dl: Added documentation. Patch by Vincent Batts.drbrain
2012-02-25* ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu
2012-02-09* ext/dl/dl.c (Init_dl): fix mangled documnet.nobu
2011-08-16* ext/dl: Add documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #5192]drbrain
2010-02-25* ext/dl: revert dl with libffi because it can't run on mswin now.naruse
2010-02-03Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove
2009-11-01* ext/dl/cptr.c (rb_dlptr_size) splitting function to reduce complexitytenderlove
2009-11-01* test/dl/test_dl2.rb (**) testing malloc and realloctenderlove
2009-10-23* ext/ext/dl/handle.c (rb_dlhandle_initialize) added rb_secure(2)tenderlove
2009-03-09* ext/dl/dl.c (Init_dl): protoized.nobu
2009-03-03* ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks.nobu
2008-08-11* ext/dl/cfunc.c (rb_dlcfunc_call): add taint check.matz
2007-06-10* include/ruby: moved public headers.nobu
2006-07-06conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].ttate
2006-07-03* bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz
2005-05-14Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION.ttate
2005-02-08added bcc32 support [ruby-dev:25657] and fixed a minor bug.ttate
2005-02-06Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644]ttate
2005-02-06* ext/dl/dl.c (Init_dl): function declaration should precedeakr
2005-02-04added new files.ttate
2005-02-04remove all files to replace ruby-dl with ruby-dl2.ttate
2004-12-08* rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr
2004-11-25Use 'P' instead of 'p' in types.rb.ttate
2004-05-23Merged Nakada-san's patch [ruby-core:02916].ttate
2003-06-16 * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead ofusa
2003-06-06* gc.c (define_final): eliminate rb_f_lambda() call.matz
2003-03-24security enhancement of dl library (need test).matz
2003-03-24Added rb_secure(4). (Thanks to Minero Aoki)ttate
2003-01-16-Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal
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-08-04Conform to the allocation framework.ttate
2002-06-11Include ctype.h for isdigit().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-10dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitutionttate
2002-06-09* ext/dl: change the callback mechanism.ttate
2002-05-20rename PtrData::alloc and Struct#alloc to malloc respectively.ttate
2002-05-15Add DL::DLSTACK.ttate
2002-04-04Patch [ruby-dev:16747] (Thanks Nakada)ttate
2002-04-03Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate
2002-04-02Add ruby-dlttate