aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/dl.c
Commit message (Expand)AuthorAgeFilesLines
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-4/+0
* fix typos. Patch by k_takata.ktsj2013-05-191-1/+1
* * ext/dl: Added documentation. Patch by Vincent Batts.drbrain2012-05-301-2/+46
* * ext/dl/dl.c (Init_dl): support intrinsic types, size_t, ptrdiff_tnobu2012-02-251-0/+122
* * ext/dl/dl.c (Init_dl): fix mangled documnet.nobu2012-02-091-16/+16
* * ext/dl: Add documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #5192]drbrain2011-08-161-0/+242
* * ext/dl: revert dl with libffi because it can't run on mswin now.naruse2010-02-251-2/+15
* Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove2010-02-031-15/+2
* * ext/dl/cptr.c (rb_dlptr_size) splitting function to reduce complexitytenderlove2009-11-011-0/+5
* * test/dl/test_dl2.rb (**) testing malloc and realloctenderlove2009-11-011-0/+13
* * ext/ext/dl/handle.c (rb_dlhandle_initialize) added rb_secure(2)tenderlove2009-10-231-1/+0
* * ext/dl/dl.c (Init_dl): protoized.nobu2009-03-091-4/+4
* * ext/dl/dl.c (rb_dl_init_callbacks): autoloads callbacks.nobu2009-03-031-4/+15
* * ext/dl/cfunc.c (rb_dlcfunc_call): add taint check.matz2008-08-111-0/+5
* * include/ruby: moved public headers.nobu2007-06-101-3/+2
* conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].ttate2006-07-061-25/+0
* * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz2006-07-031-0/+7
* Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION.ttate2005-05-141-0/+4
* added bcc32 support [ruby-dev:25657] and fixed a minor bug.ttate2005-02-081-1/+1
* Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644]ttate2005-02-061-0/+9
* * ext/dl/dl.c (Init_dl): function declaration should precedeakr2005-02-061-3/+3
* added new files.ttate2005-02-041-0/+138
* remove all files to replace ruby-dl with ruby-dl2.ttate2005-02-041-721/+0
* * rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr2004-12-081-1/+1
* Use 'P' instead of 'p' in types.rb.ttate2004-11-251-1/+1
* Merged Nakada-san's patch [ruby-core:02916].ttate2004-05-231-3/+10
* * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead ofusa2003-06-161-1/+1
* * gc.c (define_final): eliminate rb_f_lambda() call.matz2003-06-061-1/+1
* security enhancement of dl library (need test).matz2003-03-241-46/+51
* Added rb_secure(4). (Thanks to Minero Aoki)ttate2003-03-241-1/+8
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-161-2/+0
* dlsizeof() should handle 'S' and 's'.ttate2002-11-261-0/+2
* Get rid of ineffective symbols, lines, constants and so on.ttate2002-11-071-32/+28
* fixed rb_ary2cary() to convert nil.ttate2002-11-051-0/+2
* Conform to the allocation framework.ttate2002-08-041-1/+1
* Include ctype.h for isdigit().ttate2002-06-111-0/+1
* Get rid of STR2CSTR. (Thanks N.Nakada)ttate2002-06-111-3/+4
* bugfix. (Thanks U.Nakamura)ttate2002-06-111-3/+3
* new platform [bccwin32] merged.H_Konishi2002-06-111-1/+1
* dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitutionttate2002-06-101-4/+4
* * ext/dl: change the callback mechanism.ttate2002-06-091-98/+150
* rename PtrData::alloc and Struct#alloc to malloc respectively.ttate2002-05-201-7/+1
* Add DL::DLSTACK.ttate2002-05-151-0/+1
* Patch [ruby-dev:16747] (Thanks Nakada)ttate2002-04-041-8/+8
* Merge Nakada's patch and define StringValuePtr for ruby-1.6.ttate2002-04-031-32/+32
* Add ruby-dlttate2002-04-021-0/+655