From 707521d7217b89d67e3cf54b4ee06e340cc63b76 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 9 Oct 2001 09:46:42 +0000 Subject: * eval.c (rb_eval): NODE_MATCH3 was confusing left and right. sigh. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7b9edab30..73650af2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,10 @@ Tue Oct 9 17:08:00 2001 Nobuyoshi Nakada * eval.c (rb_thread_priority_set): return the priority not but self. +Sat Oct 6 23:07:08 2001 Yukihiro Matsumoto + + * eval.c (rb_eval): NODE_MATCH3 was confusing left and right. sigh. + Fri Oct 5 15:19:46 2001 Yukihiro Matsumoto * marshal.c (w_unique): should not dump anonymous class. -- cgit