summaryrefslogtreecommitdiffstats
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
commit99d6a7f0acb451167e693759e5d4bc08dd50ffe5 (patch)
treec9816aa316cdb3c35e4682c858158ac886e6e2f1 /ChangeLog
parentdef28ff263e935b87a272cd9b817f4a5e400799d (diff)
downloadruby-99d6a7f0acb451167e693759e5d4bc08dd50ffe5.tar.gz
ruby-99d6a7f0acb451167e693759e5d4bc08dd50ffe5.tar.xz
ruby-99d6a7f0acb451167e693759e5d4bc08dd50ffe5.zip
* lib/mkmf.rb (what_type?): fixed typo, and refined for member of
aggregation types. git-svn-id: http://svn.ruby-lang.org/repos/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 504d0a9c5..090f42a1a 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.