ruby--ruby/ext/dl
matz 2156870525 * ruby.h (struct RArray): embed small arrays.
(RARRAY_LEN): defined for accessing array members.
  (RARRAY_PTR): ditto.

* array.c: use RARRAY_LEN and RARRAY_PTR.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-09-02 14:42:08 +00:00
..
lib/dl fixed the alignment problems discussed in [ruby-dev:28667]. 2006-06-30 18:05:40 +00:00
test conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970]. 2006-07-06 19:59:31 +00:00
.cvsignore add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
cfunc.c * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
cptr.c * eval.c (search_required): use RSTRING_PTR and RSTRING_STR. 2006-08-31 12:10:08 +00:00
depend
dl.c conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970]. 2006-07-06 19:59:31 +00:00
dl.h should define FUNC_CDECL/STDCALL if the macros are not defined. 2006-07-07 14:19:41 +00:00
extconf.rb
handle.c
mkcallback.rb conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970]. 2006-07-06 19:59:31 +00:00