From c86ce094e283f400889f4f0bc97b897e84df04ac Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 9 Oct 2008 05:47:04 +0000 Subject: * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@19723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 59eafc6ce8..20a220ddc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Thu Oct 9 14:37:59 2008 Yuki Sonoda (Yugui) + + * 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 * encoding.c (Init_Encoding): new instance method Encoding#names, -- cgit v1.2.3