From 12676c84a56fe8a3b2ea2df5a20283dfa1c3502f Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 16 Sep 2006 07:41:07 +0000 Subject: * ChangeLog: commit miss. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9518b7114..89397aefa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +Sat Sep 16 16:39:23 2006 Nobuyoshi Nakada + * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb: use instruby.rb to install extensions instead of ext/extmk.rb. @@ -11,6 +13,8 @@ * ext/pty/pty.c (freeDevice): not used. + * lib/mkmf.rb (checking_for): improved the messages. + Sat Sep 16 11:03:49 2006 Yukihiro Matsumoto * array.c (ary_shared_first): should create embedded copies -- cgit