From 65c5fe38e4baee78abebe2a77c41e739129da57c Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 16 Feb 2004 16:40:50 +0000 Subject: * eval.c (rb_eval): care that another thread replace NODE_DREGX_ONCE to NODE_LIT. [ruby-dev:22920] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b0084231f..1ba58dadc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 17 01:35:28 2004 Tanaka Akira + + * eval.c (rb_eval): care that another thread replace NODE_DREGX_ONCE + to NODE_LIT. [ruby-dev:22920] + Tue Feb 17 01:20:57 2004 Minero Aoki * lib/fileutils.rb: new module FileUtils::DryRun. -- cgit