| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/dl/cptr.c (rb_dlptr_new2): remove unused variable. | nobu | 2012-01-30 | 1 | -10/+1 |
* | * ext/dl: Add documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #5192] | drbrain | 2011-08-16 | 1 | -0/+9 |
* | * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointer | nobu | 2011-07-28 | 1 | -5/+11 |
* | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): use rb_check_funcall. | nobu | 2011-07-28 | 1 | -3/+2 |
* | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fix wrapping condition. | nobu | 2011-07-28 | 1 | -1/+1 |
* | * ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark): | nobu | 2011-07-27 | 1 | -24/+42 |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -1/+1 |
* | * ext/dl/cfunc.c (rb_dlcfunc_inspect): suppress warnings by | nobu | 2010-06-03 | 1 | -1/+1 |
* | * suppress warnings. | nobu | 2010-05-21 | 1 | -2/+2 |
* | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 1 | -1/+1 |
* | * ext/dl/cptr.c (rb_dlptr_inspect): fix format specifiers. | nobu | 2010-04-01 | 1 | -1/+1 |
* | * ext/dl: revert dl with libffi because it can't run on mswin now. | naruse | 2010-02-25 | 1 | -2/+2 |
* | * ext/dl/cfunc.c (rb_dlcfunc_inspect): get rid of overflow. | nobu | 2010-02-17 | 1 | -1/+1 |
* | * test/dl/test_{base,handle}.rb: use more verbose assertions. | nobu | 2010-02-16 | 1 | -1/+1 |
* | * ext/dl/cptr.c (to_int): DL::CPtr supports to_int | tenderlove | 2009-12-04 | 1 | -0/+1 |
* | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): when wrapping a pointer it should | tenderlove | 2009-11-12 | 1 | -0/+1 |
* | * ext/dl/cptr.c (rb_dlptr_inspect): making inspect consistent across | tenderlove | 2009-11-07 | 1 | -1/+1 |
* | * ext/dl/cptr.c (rb_dlptr_s_malloc, rb_dlptr_initialize): adding | tenderlove | 2009-11-06 | 1 | -0/+19 |
* | * ext/dl/cptr.c (rb_dlptr_to_str, rb_dlptr_to_s) adding documentation | tenderlove | 2009-11-06 | 1 | -4/+29 |
* | * ext/dl/cptr.c (rb_dlptr_inspect, rb_dlptr_plus, rb_dlptr_minus) | tenderlove | 2009-11-06 | 1 | -3/+21 |
* | * test/dl/test_cptr.rb (test_to_ptr*): testing DL::CPtr#to_ptr | tenderlove | 2009-11-03 | 1 | -7/+25 |
* | * ext/dl/cptr.c (rb_dlptr_eql, rb_dlptr_cmp): DL::CPtr#== and DL::CPtr#<=> | tenderlove | 2009-11-03 | 1 | -1/+22 |
* | * ext/dl/cptr.c (rb_dlptr_ptr, rb_dlptr_ref) adding documentation | tenderlove | 2009-11-01 | 1 | -0/+12 |
* | * ext/dl/cptr.c (rb_dlptr_to_value) added documentation | tenderlove | 2009-11-01 | 1 | -0/+5 |
* | * ext/dl/cptr.c (rb_dlptr_size) splitting function to reduce complexity | tenderlove | 2009-11-01 | 1 | -12/+44 |
* | * ext/dl/cfunc.c (dlcfunc_data_type): typed. | nobu | 2009-09-09 | 1 | -19/+26 |
* | * ext/dl/cptr.c (rb_dlptr_cmp): return signed value, and restrict | nobu | 2009-05-23 | 1 | -1/+4 |
* | * ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check if | nobu | 2009-05-10 | 1 | -9/+15 |
* | * ext/dl/cptr.c: consistent indentation. | nobu | 2009-05-10 | 1 | -157/+157 |
* | * ext/dl: made indent style insistent. | nobu | 2009-03-17 | 1 | -45/+45 |
* | * ext/dl/dl.c (Init_dl): protoized. | nobu | 2009-03-09 | 1 | -1/+1 |
* | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fixed shadowing variable. | nobu | 2008-08-12 | 1 | -2/+2 |
* | * ext/dl/cfunc.c (rb_dlcfunc_call): add taint check. | matz | 2008-08-11 | 1 | -8/+12 |
* | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer check | matz | 2007-08-08 | 1 | -4/+0 |
* | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. a | matz | 2007-08-08 | 1 | -1/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -4/+3 |
* | * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): | nobu | 2007-02-24 | 1 | -1/+1 |
* | * eval.c (search_required): use RSTRING_PTR and RSTRING_STR. | usa | 2006-08-31 | 1 | -1/+1 |
* | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): abolish sizeof(FILE). | akr | 2005-09-29 | 1 | -1/+1 |
* | * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): fixed typo. | nobu | 2005-04-30 | 1 | -2/+2 |
* | changed the spec of CPtr#[]/[]= to suit String#[]/[]=. | ttate | 2005-03-08 | 1 | -7/+15 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -1/+1 |
* | Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644] | ttate | 2005-02-06 | 1 | -2/+2 |
* | added DL::Importer.sizeof(). | ttate | 2005-02-06 | 1 | -0/+13 |
* | added new files. | ttate | 2005-02-04 | 1 | -0/+462 |