From 68c497e3a7fa0d240ed71158ec398cf7ea2e0f4e Mon Sep 17 00:00:00 2001 From: H_Konishi Date: Sun, 27 Oct 2002 14:05:25 +0000 Subject: ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is controlled. lib/mkmf.rb(773) : Also in the case of bccwin32, the path was added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0417b6524..ac3f3e53b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Oct 27 22:59:50 2002 KONISHI Hiromasa + + * ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 + is controlled. + + * lib/mkmf.rb(773) : Also in the case of bccwin32, the path was added. + Sat Oct 26 10:11:47 2002 Akinori MUSHA * node.h (nd_type): cast the value to int. -- cgit