diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Sat Aug 25 10:05:17 2007 Koichi Sasada <ko1@atdot.net> + + * prelude.rb: add Thread.exclusive. This class method + is different from 1.8's. Thread.exclusive only does + synchronize with VM global mutex. + Sat Aug 25 09:39:50 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * array.c (rb_ary_s_try_convert): more document description. |