From f4c838bc0cc333a28a6aa6cad6cfdc5787052c23 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 26 Jan 2005 01:51:06 +0000 Subject: * win32/win32.c (flock_winnt, flock_win95): unlock file even if LOCK_NB is specified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7f73649c0..22c634d15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jan 26 10:45:19 2005 NAKAMURA Usaku + + * win32/win32.c (flock_winnt, flock_win95): unlock file even if + LOCK_NB is specified. + Tue Jan 25 23:10:48 2005 Hidetoshi NAGAI * ext/tk: merge tcltklib for Ruby/Tk installation control -- cgit