aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-10 20:09:38 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-10 20:09:38 +0000
commit989d3ef272f1f15981c5eed59bd0a29075fd43b1 (patch)
treee4e03441de1eb1bc49bf508b67a1a19fe045eb66 /ChangeLog
parentdf91d39c943333ea39be83cdcc0efb5ee1fb943d (diff)
downloadruby-989d3ef272f1f15981c5eed59bd0a29075fd43b1.tar.gz
* include/ruby/win32.h (pipe): prohibit inheritance.
fixed: [ruby-dev:35421] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18015 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 9b45eaf68b..ad586d5a68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jul 11 05:07:46 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * include/ruby/win32.h (pipe): prohibit inheritance.
+ fixed: [ruby-dev:35421]
+
Fri Jul 11 00:56:46 2008 Koichi Sasada <ko1@atdot.net>
* thread.c (thread_create_core): fix GC problem.