Skip to content

Commit

Permalink
support mingw32.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
eban committed May 13, 2000
1 parent 9da4f78 commit 6d53b69
Show file tree
Hide file tree
Showing 25 changed files with 327 additions and 228 deletions.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit 6d53b69

Please sign in to comment.