aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-04 14:31:37 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-04 14:31:37 +0000
commit8068f497271643dea2842bcddb37bb41c5dd72fd (patch)
tree40222c5815b941be477d2e777274bd71466c5603 /ChangeLog
parentbca9bf7feff03118ebb9ab58ff57f8f8216d64c4 (diff)
downloadruby-8068f497271643dea2842bcddb37bb41c5dd72fd.tar.gz
* win32/win32.c (waitpid): fix bug of checking child slot.
* win32/win32.c (FindChildSlotByHandle): new. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee77b326b9..0b6f1d5461 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Dec 4 23:29:34 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (waitpid): fix bug of checking child slot.
+
+ * win32/win32.c (FindChildSlotByHandle): new.
+
Thu Dec 4 23:24:05 2008 Tanaka Akira <akr@fsij.org>
* lib/open3.rb (Open3.poutput3): new method.