From d6a777ff67150919445da679cfd19a2df6beb74f Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 12 Sep 2005 09:31:40 +0000 Subject: * test/dbm/test_dbm.rb: remove locking test, which may not be supported on some platforms. [ruby-dev:27030] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7a6eb9528..5d7f2d549 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 12 14:03:33 2005 Yukihiro Matsumoto + + * test/dbm/test_dbm.rb: remove locking test, which may not be + supported on some platforms. [ruby-dev:27030] + Mon Sep 12 10:45:58 2005 Yukihiro Matsumoto * ext/dl/dl.c (rb_io_to_ptr): merged a patch for DragonFly BSD -- cgit