From e9a08acf6fcf5683586855f803dc57867aa0b747 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 20 Jan 2009 06:32:36 +0000 Subject: * Makefile.in (miniruby): renames and then removes, to get rid of EPERM on cygwin and mingw. * Makefile.in ($(LIBRUBY_SO)): use wildcard option of objcopy. * configure.in (DLDFLAGS): do not export all symbols. * cygwin/GNUmakefile.in (RUBYDEF): rejects symbols prefixex with Init_. * win32/mkexports.rb (Exports::Mingw): includes all symbols except for prefixed with Init_ as well as mswin32. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ebb317db6..a915a0eb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Tue Jan 20 15:32:29 2009 Nobuyoshi Nakada + + * Makefile.in (miniruby): renames and then removes, to get rid of + EPERM on cygwin and mingw. + + * Makefile.in ($(LIBRUBY_SO)): use wildcard option of objcopy. + + * configure.in (DLDFLAGS): do not export all symbols. + + * cygwin/GNUmakefile.in (RUBYDEF): rejects symbols prefixex with + Init_. + + * win32/mkexports.rb (Exports::Mingw): includes all symbols except for + prefixed with Init_ as well as mswin32. + Tue Jan 20 13:03:50 2009 Nobuyoshi Nakada * string.c (hash): fixed the tail bytes handling in the aligned -- cgit