aboutsummaryrefslogtreecommitdiffstats
path: root/ext/dl/cptr.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer checkmatz2007-08-081-4/+0
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. amatz2007-08-081-1/+1
* * include/ruby: moved public headers.nobu2007-06-101-4/+3
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-241-1/+1
* * eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa2006-08-311-1/+1
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): abolish sizeof(FILE).akr2005-09-291-1/+1
* * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): fixed typo.nobu2005-04-301-2/+2
* changed the spec of CPtr#[]/[]= to suit String#[]/[]=.ttate2005-03-081-7/+15
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-1/+1
* Added VC++ support thanks to U.Nakamura's patch. [ruby-dev:25644]ttate2005-02-061-2/+2
* added DL::Importer.sizeof().ttate2005-02-061-0/+13
* added new files.ttate2005-02-041-0/+462