diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-31 10:47:44 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-31 10:47:44 +0000 |
| commit | 77c9830d3048f56c5ac3addfbed82d4d58a75303 (patch) | |
| tree | 4509d254ff81222c7b4db1b34cbcc377c2311e54 /ChangeLog | |
| parent | a1fd7d2ae86fd7627d74f216c187954a9ac3824a (diff) | |
| download | ruby-77c9830d3048f56c5ac3addfbed82d4d58a75303.tar.gz ruby-77c9830d3048f56c5ac3addfbed82d4d58a75303.tar.xz ruby-77c9830d3048f56c5ac3addfbed82d4d58a75303.zip | |
* ruby.h (struct RString): embed small strings.
(RSTRING_LEN): defined for accessing string members.
(RSTRING_PTR): ditto.
* string.c: use RSTRING_LEN and RSTRING_PTR.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu Aug 31 18:23:00 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ruby.h (struct RString): embed small strings. + (RSTRING_LEN): defined for accessing string members. + (RSTRING_PTR): ditto. + + * string.c: use RSTRING_LEN and RSTRING_PTR. + Thu Aug 31 17:16:19 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * array.c (rb_ary_shuffle_bang): new method. |
