aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-08 13:55:57 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-08 13:55:57 +0000
commit0192e15b4ce61e38a239f3a3ae9c19e1d6efaa21 (patch)
tree8c88eb5829171befb83f53346b4341e8560e95bd /ChangeLog
parentd37460d75b61ff2dfcd0c88204cdd12932c034c5 (diff)
downloadruby-0192e15b4ce61e38a239f3a3ae9c19e1d6efaa21.tar.gz
* lib/mkmf.rb (MakeMakefile#dir_config): Improve documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45533 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 5f90888536..6d1ceb6cba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Apr 8 22:55:32 2014 Akinori MUSHA <knu@iDaemons.org>
+
+ * lib/mkmf.rb (MakeMakefile#dir_config): Improve documentation.
+
Tue Apr 8 22:31:44 2014 Koichi Sasada <ko1@atdot.net>
* gc.c: rename `RGENGC_THREEGEN' to `RGENGC_AGE2_PROMOTION'.