aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/cfunc.c
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse2012-01-101-1/+2
* * ext/dl: Add documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #5192]drbrain2011-08-161-0/+28
* * ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu2011-07-271-3/+13
* * ext/dl/cfunc.c: parenthesize macro arguments.akr2011-02-111-2/+2
* * Use _WIN32 rather than checking for windows.h. Thanks Jon Forums!tenderlove2011-01-051-4/+4
* * configure.in (RUBY_CHECK_PRINTF_PREFIX): check for printf formatnobu2010-10-121-7/+9
* * ext/dl/cfunc.c (rb_dlcfunc_call): workaround for VC9 for x64.usa2010-08-241-0/+6
* * include/ruby/{intern,io}.h: add missing prototypes.nobu2010-07-221-2/+0
* * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu2010-07-181-1/+1
* * ext/dl/cfunc.c (rb_dlcfunc_inspect): should taint the result.nobu2010-06-041-1/+4
* * ext/dl/cfunc.c (rb_dlcfunc_inspect): suppress warnings bynobu2010-06-031-11/+1
* * suppress warnings.nobu2010-05-211-21/+23
* * ext/dl/cfunc.c (rb_dlcfunc_call): ignore signedness.nobu2010-05-021-2/+14
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-8/+8
* * ext/dl: revert dl with libffi because it can't run on mswin now.naruse2010-02-251-24/+15
* * ext/dl/cfunc.c (rb_dlcfunc_inspect): get rid of overflow.nobu2010-02-171-1/+1
* * ext/dl/cfunc.c (rb_dlcfunc_call): convert signed value tonobu2010-02-161-4/+13
* * test/dl/test_{base,handle}.rb: use more verbose assertions.nobu2010-02-161-8/+8
* Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org>tenderlove2010-02-031-2/+2
* * ext/dl/cfunc.c (**) updating documentationtenderlove2009-11-081-6/+37
* * ext/dl/cfunc.c (rb_dlcfunc_initialize): cleaning up C macrostenderlove2009-11-061-9/+47
* * ext/dl/cfunc.c (dlcfunc_data_type): typed.nobu2009-09-091-18/+36
* * ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check ifnobu2009-05-101-1/+9
* * ext/dl: updated svn:ignore.nobu2009-03-211-1/+1
* * ext/dl: made indent style insistent.nobu2009-03-171-40/+40
* * ext/dl/dl.c (Init_dl): protoized.nobu2009-03-091-1/+1
* * ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missingnobu2009-03-011-19/+27
* * ext/dl/cfunc.c (rb_dlcfunc_call): add taint check.matz2008-08-111-0/+1
* * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu2007-07-151-1/+7
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-3/+3
* conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].ttate2006-07-061-14/+3
* * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz2006-07-031-0/+4
* fixed the alignment problems discussed in [ruby-dev:28667].ttate2006-06-301-20/+22
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-2/+2
* 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-2/+4
* added new files.ttate2005-02-041-0/+512