summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-19 16:40:37 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-19 16:40:37 +0000
commit1b2acc2f8a25f9b9ca1b25fa1b3c806d94ce8805 (patch)
treef11e21f38bd1c2c0af326bd5768af1d990b35eb6 /ChangeLog
parent448ecd59b69a2c777ba54b4594babc53b1e43cd9 (diff)
downloadruby-1b2acc2f8a25f9b9ca1b25fa1b3c806d94ce8805.tar.gz
ruby-1b2acc2f8a25f9b9ca1b25fa1b3c806d94ce8805.tar.xz
ruby-1b2acc2f8a25f9b9ca1b25fa1b3c806d94ce8805.zip
merge revision(s) 20752:
* lib/sync.rb (Sync_m#sync_try_lock): wrong variable name fixed. a patch from [ruby-core:20561] * lib/sync.rb (Sync_m::Err.Fail): turn off Thread.critical before exit. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@22455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 301e341a8..de67a1517 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Feb 20 01:40:18 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * lib/sync.rb (Sync_m#sync_try_lock): wrong variable name fixed.
+ a patch from [ruby-core:20561]
+
+ * lib/sync.rb (Sync_m::Err.Fail): turn off Thread.critical before
+ exit.
+
Thu Feb 19 17:52:42 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* pack.c (pack_pack): fixed odd act of 'm*', 'M*', and 'P*'.