ruby-cvs:21063
From: nobu ruby-lang.org
Date: Tue, 6 Nov 2007 15:52:02 +0900 (JST)
Subject: [ruby-cvs:21063] Ruby:r13826 (trunk): * eval_load.c (rb_feature_p): check if the feature is loading with
nobu 2007-11-06 15:52:01 +0900 (Tue, 06 Nov 2007)
New Revision: 13826
Modified files:
trunk/ChangeLog
trunk/eval_load.c
trunk/thread.c
trunk/version.h
Log:
* eval_load.c (rb_feature_p): check if the feature is loading with
load path. [ruby-dev:31932]
* eval_load.c (load_lock): check the result of barrier waiting.
* thread.c (rb_barrier_wait): check if owned by the current thread.
* thread.c (rb_barrier_release): ditto.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?r1=13826&r2=13825
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/eval_load.c?r1=13826&r2=13825
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13826&r2=13825
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/thread.c?r1=13826&r2=13825