From 03b3ac0d2a32f29ae6c2040902e11bd9f3fd1597 Mon Sep 17 00:00:00 2001 From: eban Date: Sat, 10 Mar 2001 16:03:56 +0000 Subject: * lib/mkmf.rb (install_rb): fix handling of destination path. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 19eda683c..a949a7025 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Mar 11 00:55:31 2001 WATANABE Hirofumi + + * lib/mkmf.rb (install_rb): fix handling of destination path. + Sat Mar 10 02:34:18 2001 WATANABE Hirofumi * math.c (math_log, math_log10): use nan() instead of 0.0/0.0 on Cygwin. -- cgit