aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-22 05:17:16 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-22 05:17:16 +0000
commite243aabc0c27bb55506551df91e56a2aec9a77c5 (patch)
tree15ec2bd9a3663e8d8a2b36570b84103eb7a867a8 /ChangeLog
parent45c2671e370a67686e0a64a7364baa00b628cceb (diff)
downloadruby-e243aabc0c27bb55506551df91e56a2aec9a77c5.tar.gz
* configure.in: add missing comma.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26375 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 2edf174fe0..8de335178a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jan 22 14:16:18 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * configure.in: add missing comma.
+
Fri Jan 22 01:07:16 2010 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/test_bignum.rb, test/ruby/test_class.rb,