summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-15 10:44:58 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-02-15 10:44:58 +0000
commit61a4ee9b6841a18864060f3b4636711e12a71485 (patch)
tree25ab1ca8cdb1363a94df5e5ddbd373b5acded199 /ChangeLog
parent01e84b104c4dd7003104f202903838ff2f5fed8f (diff)
* configure.in: fix and resubmit r30621. [ruby-dev:43203]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30883 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 e131bc3b33..ec6ad46ef9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Feb 15 19:43:23 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * configure.in: fix and resubmit r30621. [ruby-dev:43203]
+
Tue Feb 15 15:41:30 2011 NARUSE, Yui <naruse@ruby-lang.org>
* array.c (array_join): copy the encoding of the first element as