summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-15 11:57:55 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-15 11:57:55 +0000
commit5c6d11007b4a2b4333d8b836e64962e5d3a9a7a0 (patch)
treeee3c82962fb2288ea2f17c93d2440709cb1ff1f6 /ChangeLog
parentf4325595ca86a248897e5c03685656437e5b485f (diff)
merges r24090 from trunk into ruby_1_9_1.
-- * io.c (pipe_open): handles leaked on win32 when an error occurs. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af7a1cce3..a26c00fd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jul 13 22:28:03 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * io.c (pipe_open): handles leaked on win32 when an error occurs.
+
Tue Jul 14 01:24:56 2009 NARUSE, Yui <naruse@ruby-lang.org>
* marshal.c (r_object0): should return real object.