From 6d53b692ab91c8817736cdec78b388e6e4990806 Mon Sep 17 00:00:00 2001 From: eban Date: Sat, 13 May 2000 16:13:31 +0000 Subject: support mingw32. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 15c28a9e42..e7e16d4d07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Sun May 14 00:54:43 2000 WATANABE Hirofumi + + * configure.in, ...: suport mingw32. + + * defines.h: ditto. undef EXTERN for tcl/tk on cygwin. + + * ext/*/extconf.rb: replace PLATFORM with RUBY_PLATFORM. + + * ext/socket/sockport.h: define IN_MULTICAST for missing IN_MULTICAST. + + * ext/tcltklib/tcltklib.c: remove declaration of rb_argv0. + + * file.c: should check S_IXGRP, S_ISGID, not NT. + + * io.c: should check _IOBIN, O_BINARY, not PLATFORMs. + Fri May 12 17:33:44 2000 Yukihiro Matsumoto * regex.c (re_compile_pattern): charset_not should not exclude -- cgit v1.2.3