From d16480f93e20b15c30cd13b9169d44f4b667d343 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 28 Feb 2003 13:54:14 +0000 Subject: * win32/win32.c (flock): supports larger files, and maps error code. * win32/win32.c (rb_w32_asynchronize): returns errno from child thread. * win32/win32.c (rb_w32_fclose, rb_w32_close): ensures unlocked. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 44080420e..bb2364922 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Feb 28 22:54:10 2003 Nobuyoshi Nakada + + * win32/win32.c (flock): supports larger files, and maps error + code. + + * win32/win32.c (rb_w32_asynchronize): returns errno from child + thread. + + * win32/win32.c (rb_w32_fclose, rb_w32_close): ensures unlocked. + Wed Feb 26 17:38:16 2003 Tanaka Akira * lib/open-uri.rb: replace Kernel.open as well. -- cgit