From 8164d4cf936efb5ce8f44181b871b6f50c66a180 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 13 Jul 2001 14:19:28 +0000 Subject: * lib/mkmf.rb: use File::split to split a target into a prefix and a module name. This also works around a just found bug of String#rindex. * ext/extmk.rb.in: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b8b9b02ed..c3fa00b46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jul 13 22:26:09 2001 Akinori MUSHA + + * lib/mkmf.rb: use File::split to split a target into a prefix and + a module name. This also works around a just found bug of + String#rindex. + + * ext/extmk.rb.in: ditto. + Thu Jul 12 15:11:48 2001 WATANABE Hirofumi * ext/socket/socket.c (ruby_connect): workaround for the setup of -- cgit