From e2dec40448524f842052c3826f0954be894c8429 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 1 Sep 2003 09:02:43 +0000 Subject: * parse.y (aref_args): forgot to call NEW_SPLAT(). reported by Dave Butcher. * eval.c (Init_Thread): protect thgroup_default. suggested by Guy Decoux in [ruby-talk:80623] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 65d1c6ee3..54374d6d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Sep 1 18:00:02 2003 Yukihiro Matsumoto + + * parse.y (aref_args): forgot to call NEW_SPLAT(). reported by + Dave Butcher. + + * eval.c (Init_Thread): protect thgroup_default. suggested by Guy + Decoux in [ruby-talk:80623] + Mon Sep 1 16:59:10 2003 Nobuyoshi Nakada * eval.c (rb_thread_switch): add RESTORE_EXIT; exit by another -- cgit