aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-08 05:00:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-08 05:00:07 +0000
commita6fa5855a864a69466556182d429a5c2ab2651bb (patch)
treec9816aa316cdb3c35e4682c858158ac886e6e2f1 /ChangeLog
parent64be577b5398fda13ad0e0ad52e18e8d01549c6e (diff)
downloadruby-a6fa5855a864a69466556182d429a5c2ab2651bb.tar.gz
* lib/mkmf.rb (what_type?): fixed typo, and refined for member of
aggregation types. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 504d0a9c56..090f42a1a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Wed Apr 8 13:57:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Wed Apr 8 14:00:04 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/mkmf.rb (what_type?): fixed typo, and refined for member of
+ aggregation types.
* lib/mkmf.rb (Logging.postpone): copy postponed output always.