Skip to content

Commit

Permalink
* ruby.h (struct RArray): embed small arrays.
Browse files Browse the repository at this point in the history
  (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
  • Loading branch information
matz committed Sep 2, 2006
1 parent 8581164 commit 2156870
Show file tree
Hide file tree
Showing 39 changed files with 804 additions and 684 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Sat Sep 2 23:37:29 2006 Yukihiro Matsumoto <[email protected]>

* 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.

Sat Sep 2 13:23:01 2006 Tanaka Akira <[email protected]>

* common.mk (ia64.o): use the compiler driver to assemble ia64.s
Expand Down
Loading

0 comments on commit 2156870

Please sign in to comment.