From c16b9028e7c02b78b10d4d68499610badd418d77 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 27 Mar 2009 03:56:46 +0000 Subject: * lib/mkmf.rb (what_type?): checks more restrictively, and supports universal binary. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e8e84cdb6..ca4d518c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 27 12:56:44 2009 Nobuyoshi Nakada + + * lib/mkmf.rb (what_type?): checks more restrictively, and + supports universal binary. + Fri Mar 27 01:33:37 2009 Tanaka Akira * time.c (time_cmp): negate the result of reverse comparison. -- cgit