From e53e529e42a3f1593ae85676aa69ae2c43cf2260 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 5 Oct 2006 22:32:04 +0000 Subject: * eval.c (rb_yield_0): small refactoring. * parse.y (bparam_item): fixed bugs in handling parenthesized LHS. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b37b5f18f..a24051fa8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Oct 6 06:53:46 2006 Yukihiro Matsumoto + + * eval.c (rb_yield_0): small refactoring. + + * parse.y (bparam_item): fixed bugs in handling parenthesized LHS. + Fri Oct 6 04:47:07 2006 Akinori MUSHA * ext/digest/depend: Install digest.h. -- cgit