aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-06 15:43:38 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-06 15:43:38 +0000
commitb76263fa09f778179e277b234b0057aadbcba6f9 (patch)
tree6e291216f2c8ed4b7652d7f557dbc48b5fc418d9 /ChangeLog
parent1fc2d3e4a9d4374df91976a83ce4bd0969222612 (diff)
downloadruby-b76263fa09f778179e277b234b0057aadbcba6f9.tar.gz
* win32/win32.c (kill): check the process exited or not before
teminationg it. [Bug #4943] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47e85a0d35..b2d9de8cf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 7 00:40:16 2011 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (kill): check the process exited or not before
+ teminationg it. [Bug #4943]
+
Wed Jul 6 23:13:19 2011 Yukihiro Matsumoto <matz@ruby-lang.org>
* parse.y (opt_call_args): allow trailing comma after assoc