From f9b3c6cb88b74142d1fd9ebfdd809c7db6140fde Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 1 Jun 2003 12:58:56 +0000 Subject: * configure.in: should not use def file, use ld with --export-all-symbols option on Cygwin/MinGW. * defines.h: ditto. * cygwin/GNUmakefile.in: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d0faa382d..239f7e503 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sun Jun 1 21:50:01 2003 WATANABE Hirofumi + + * configure.in: should not use def file, use ld with + --export-all-symbols option on Cygwin/MinGW. + + * defines.h: ditto. + + * cygwin/GNUmakefile.in: ditto. + Sun Jun 01 13:33:49 2003 Takaaki Uematsu * wince/string_wce.c: add strpbrk() for hpcpro support. @@ -19,14 +28,14 @@ Sat May 31 04:36:54 2003 Nobuyoshi Nakada Fri May 30 23:18:01 2003 why the lucky stiff - * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong. + * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong. - * ext/syck/gram.c: flexibility to anchors and transfer methods on - collections. + * ext/syck/gram.c: flexibility to anchors and transfer methods on + collections. - * ext/syck/token.c: hex escapes. + * ext/syck/token.c: hex escapes. - * lib/yaml/basenode.rb: YamlNode references changed to YAML::BaseNode. + * lib/yaml/basenode.rb: YamlNode references changed to YAML::BaseNode. Fri May 30 22:28:04 2003 Nobuyoshi Nakada -- cgit