From 4e8dbbb56dedecd53ec8705967a9590afb07e576 Mon Sep 17 00:00:00 2001 From: eban Date: Thu, 29 Jan 2004 14:18:42 +0000 Subject: * configure.in (DLEXT2): removed. Ruby does not treat ".dll" as a extention library anymore. * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (DLEXT2): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3a1ed3f8c..2cf512df7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Jan 29 23:11:57 2004 WATANABE Hirofumi + + * configure.in (DLEXT2): removed. Ruby does not treat + ".dll" as a extention library anymore. + + * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub (DLEXT2): + ditto. + Thu Jan 29 22:41:53 2004 Dave Thomas * lib/rdoc/generators/html_generator.rb: Allow 'link:' in Tidylinks. -- cgit