From 4df2cb80531c7cd4b10b0dea26f4687c4f74ff30 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 29 Jun 2006 14:05:40 +0000 Subject: * parse.y: use ARGSPUSH instead of ARGSCAT to prevent too much splat expansion. * eval.c (when_check): need to handle ARGSPUSH as well. * eval.c (block_orphan): lambda and proc from method are always orphan. * gc.c (gc_mark_children): proper marking for NODE_BLOCK_PASS and NODE_LAMBDA. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f2cf27cf1c..55c395f3ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Thu Jun 29 23:04:36 2006 Yukihiro Matsumoto + + * parse.y: use ARGSPUSH instead of ARGSCAT to prevent too much + splat expansion. + + * eval.c (when_check): need to handle ARGSPUSH as well. + + * eval.c (block_orphan): lambda and proc from method are always + orphan. + + * gc.c (gc_mark_children): proper marking for NODE_BLOCK_PASS and + NODE_LAMBDA. + Thu Jun 29 22:47:30 2006 Tanaka Akira * eval.c (SETUP_ARGS0): avoid GC problem. -- cgit v1.2.3