From bf040c9c69e612d5546f48882179463c59e93a15 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 5 Oct 2003 08:56:34 +0000 Subject: * eval.c (rb_eval): fix evaluation order. [ruby-list:38431] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b6b44170b..d15b3ab36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Oct 5 17:56:30 2003 Nobuyoshi Nakada + + * eval.c (rb_eval): fix evaluation order. [ruby-list:38431] + Sun Oct 5 15:05:06 2003 akira yamada * test/uri/*: translated RUNIT to Test::Unit. @@ -34,7 +38,7 @@ Sun Oct 5 11:23:00 2003 Nathaniel Talbott Sun Oct 5 11:14:00 2003 Nathaniel Talbott * lib/rubyunit.rb: aliasing TestCase into the top level is - problematic. + problematic. * lib/runit/assert.rb: fixed a couple of bugs caused by recent refactoring in Test::Unit. -- cgit