From f150a381db5b51552b714e9a5893654cd056962c Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 12 Sep 2015 05:23:22 +0000 Subject: win32.c: more fcntl * win32/win32.c (fcntl): implement F_GETFD, F_SETFD, and F_DUPFD_CLOEXEC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 21f8d0efd5..f32bd51d0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Sep 12 14:23:20 2015 Nobuyoshi Nakada + + * win32/win32.c (fcntl): implement F_GETFD, F_SETFD, and + F_DUPFD_CLOEXEC. + Sat Sep 12 05:35:24 2015 Eric Wong * rational.c (string_to_r_strict): preserve encoding in exception -- cgit v1.2.3