From 42098e4e7fa0b57d0a5b1d1ebb5270bd585537b2 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 5 Nov 2005 04:43:46 +0000 Subject: * configure.in, cygwin/GNUmakefile.in (mingw): use def file to alias symbols. [ruby-dev:27532] * bcc32/mkexports.rb, win32/mkexports.rb: make aliases in DLL. * win32/win32.c, win32/win32.h: replace symbols only when RUBY_EXPORT is defined. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 53be8e4f9..5a1bc8e60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sat Nov 5 13:42:50 2005 Nobuyoshi Nakada + + * configure.in, cygwin/GNUmakefile.in (mingw): use def file to alias + symbols. [ruby-dev:27532] + + * bcc32/mkexports.rb, win32/mkexports.rb: make aliases in DLL. + + * win32/win32.c, win32/win32.h: replace symbols only when RUBY_EXPORT + is defined. + Thu Nov 3 07:57:39 2005 Minero Aoki * lib/open-uri.rb (open_loop): find_proxy should return nil when -- cgit