diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-05-13 16:13:31 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-05-13 16:13:31 +0000 |
| commit | 3d9582b7f1fe2647d0d68ab55ccc2223c7cbd389 (patch) | |
| tree | 3a84f886c14e2a9a8fe65c664b4f4805e2cbc2d4 /ChangeLog | |
| parent | a6dcd4ff38476c301f3385a3999fb6452bd462c7 (diff) | |
| download | ruby-3d9582b7f1fe2647d0d68ab55ccc2223c7cbd389.tar.gz ruby-3d9582b7f1fe2647d0d68ab55ccc2223c7cbd389.tar.xz ruby-3d9582b7f1fe2647d0d68ab55ccc2223c7cbd389.zip | |
support mingw32.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Sun May 14 00:54:43 2000 WATANABE Hirofumi <eban@os.rim.or.jp> + + * 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 <matz@netlab.co.jp> * regex.c (re_compile_pattern): charset_not should not exclude |
