diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-09 05:47:04 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-09 05:47:04 +0000 |
| commit | 54d461f9053098d7584425c9208288057f59e34f (patch) | |
| tree | abeb5d04d71bf6318c1e81f88f5ff9877c51ed2d /ChangeLog | |
| parent | b014282b40e69541c14e678ec79a01d8896103ab (diff) | |
| download | ruby-54d461f9053098d7584425c9208288057f59e34f.tar.gz ruby-54d461f9053098d7584425c9208288057f59e34f.tar.xz ruby-54d461f9053098d7584425c9208288057f59e34f.zip | |
* include/ruby/ruby.h: embeds the elements of an array into its
struct RArray for # of elements <= 3.
* array.c: ditto.
* gc.c (gc_mark_children): following the change of struct RArray.
* ext/tk/tcltklib.c (ip_ruby_cmp): ditto.
* parse.y (coverage): ditto.
* proc.c (curry): ditto.
* .gdbinit: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +Thu Oct 9 14:37:59 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * include/ruby/ruby.h: embeds the elements of an array into its + struct RArray for # of elements <= 3. + + * array.c: ditto. + + * gc.c (gc_mark_children): following the change of struct RArray. + + * ext/tk/tcltklib.c (ip_ruby_cmp): ditto. + + * parse.y (coverage): ditto. + + * proc.c (curry): ditto. + + * .gdbinit: ditto. + Thu Oct 9 11:29:33 2008 NARUSE, Yui <naruse@ruby-lang.org> * encoding.c (Init_Encoding): new instance method Encoding#names, |
