From 46d3a078abbe026bc963f7325c581796a3f05fb8 Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 4 Feb 2006 12:21:55 +0000 Subject: * win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error. In such situation, flock() should return 0. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b117c809f..9e2032a0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 4 21:19:23 2006 NAKAMURA Usaku + + * win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error. + In such situation, flock() should return 0. + Sat Feb 4 15:56:37 2006 Hirokazu Yamamoto * numeric.c (fix_to_s): (2**32).to_s(2) fails with exception where -- cgit