From d244eba30b0b2c9cc3423aaf45b3563457ec2c9e Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 28 Jan 2009 11:09:01 +0000 Subject: merges r21795 from trunk into ruby_1_9_1. * cygwin/GNUmakefile.in (RUBYDEF): needs DATA marks to export non-function symbols. [ruby-core:21582] * win32/mkexports.rb (Exports::Mingw#each_export): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 871106c51..70e29f233 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Jan 27 14:41:33 2009 Nobuyoshi Nakada + + * cygwin/GNUmakefile.in (RUBYDEF): needs DATA marks to export + non-function symbols. [ruby-core:21582] + + * win32/mkexports.rb (Exports::Mingw#each_export): ditto. + Sun Jan 25 12:17:21 2009 Nobuyoshi Nakada * cygwin/GNUmakefile.in (RUBYDEF): needs read-only section too. -- cgit