summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 09:53:11 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 09:53:11 +0000
commit9f00ed1310e15508e72e51c06ae3204af7a1efcb (patch)
tree482b425d8f008b7af8c655c3e09765d3439b7fe1 /ChangeLog
parentd8bb885d5ec7a44f13795dea82a98d84d433342c (diff)
merges r20934 from trunk into ruby_1_9_1.
* io.c (pipe_open): need to initialize args. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21010 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 03f8f879c0..04e87e245e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 23 15:30:02 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * io.c (pipe_open): need to initialize args.
+
Tue Dec 23 14:18:14 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* include/ruby/st.h: need to include defines.h because LONG_LONG is