aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-11 17:43:52 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-11 17:43:52 +0000
commit9e412b83a0d3476b100ba7f46e9c22c8417c1d6c (patch)
treee8479a28adc6d95a77e81677557120796f89729d /ChangeLog
parent1d09b69f62d1f779f4f446a743036b6fe8c5d59a (diff)
downloadruby-9e412b83a0d3476b100ba7f46e9c22c8417c1d6c.tar.gz
* array.c (rb_ary_zip): ANSI style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17101 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 9a9e911b9e..dac15ac9cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jun 12 02:43:27 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * array.c (rb_ary_zip): ANSI style.
+
Thu Jun 12 02:25:54 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* io.c (rb_io_reopen): clear read buffer.