From fc2594865a822c33d678d10a39f83bb3b761124f Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 14 May 2008 03:48:39 +0000 Subject: * iseq.c (insn_operand_intern): remove Qundef related code. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b89089537..527fb812f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed May 14 12:46:37 2008 Koichi Sasada + + * iseq.c (insn_operand_intern): remove Qundef related code. + Wed May 14 12:42:36 2008 Akinori MUSHA * array.c (rb_ary_count): Override Enumerable#count for better -- cgit