From 92a28ad073dbac16b64aa28319407a68df9bf65c Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 15 Jun 2006 16:41:28 +0000 Subject: * eval.c (rb_proc_arity): get rid of segfault for mere splat. * gc.c (gc_mark_children): NODE_BLOCK_PASS needs u3 to be marked. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 118f7c301..043b3bea9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jun 16 01:41:00 2006 Nobuyoshi Nakada + + * eval.c (rb_proc_arity): get rid of segfault for mere splat. + + * gc.c (gc_mark_children): NODE_BLOCK_PASS needs u3 to be marked. + Wed Jun 14 18:00:20 2006 Eric Hodel * enum.c (enum_any): Documentation typo. -- cgit