From 32f3ba6d8fd31aed3ce3d203450cf4041cc01c45 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 11 Nov 2008 18:28:47 +0000 Subject: * load.c (rb_require_safe): destroys barrier after successfully loaded, to get rid of loading same library again. [ruby-core:19798] * thread.c (rb_barrier_wait): can not wait destroyed barrier. * thread.c (rb_barrier_destroy): destroys barrier so that no longer waited. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 374d57ca7..db0576455 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Nov 12 03:28:41 2008 Nobuyoshi Nakada + + * load.c (rb_require_safe): destroys barrier after successfully + loaded, to get rid of loading same library again. [ruby-core:19798] + + * thread.c (rb_barrier_wait): can not wait destroyed barrier. + + * thread.c (rb_barrier_destroy): destroys barrier so that no longer + waited. + Tue Nov 11 23:02:27 2008 Yuki Sonoda (Yugui) * man/ruby.1 (RUBYOPT): wrote which option can appear. -- cgit