From 77cab5d873609a576bb1ba9632c1b0083f6182bb Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 18 Jun 2008 09:32:03 +0000 Subject: * win32/win32.c (errmap): add some pipe errors. * win32/win32.c (rb_w32_write): set errno when CRT's errno is EINVAL for pipe errors. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4b0ae6198..b6f99da2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Jun 18 18:31:03 2008 NAKAMURA Usaku + + * win32/win32.c (errmap): add some pipe errors. + + * win32/win32.c (rb_w32_write): set errno when CRT's errno is EINVAL + for pipe errors. + Wed Jun 18 18:09:08 2008 NAKAMURA Usaku * win32/win32.c (poll_child_status): set EINVAL to errno when -- cgit