summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-16 15:50:49 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-16 15:50:49 +0000
commit1fc61ca55fd736dbe63c37abde8239601ce3b2aa (patch)
tree17ef52b583dd03e0f5348336d0cd13744bdd3f77 /ChangeLog
parenta5b607c895adfb751c273e51fea101935d94e103 (diff)
mswin32 DLEXT2
O_BINARY git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bed749fbc5..7a3007bf7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Wed May 17 00:45:57 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
+
+ * io.c (rb_io_binmode): should check PLATFORMs, not O_BINARY, sigh...
+
+Wed May 17 00:40:15 2000 Katsuyuki Komatsu <komatsu@sarion.co.jp>
+
+ * win32/config.h: add DLEXT2, now DLEXT on mswin32 is "so".
+
+ * win32/config.status: ditto.
+
+ * win32/ruby.def: add symbol "rb_big_divmod".
+
Mon May 15 15:38:09 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
* ruby.h: exported symbols should be for xmalloc etc. are now
@@ -15,7 +27,7 @@ Sun May 14 18:05:59 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* Makefile.in: missing/nt.c -> win32/win32.c
- * configure.in: bug fix; static linking on mingw32
+ * configure.in: bug fix; static linking on mingw32.
* cygwin/GNUmakefile.in: remove VPATH.
@@ -43,7 +55,7 @@ Sun May 14 00:54:43 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* file.c: should check S_IXGRP, S_ISGID, not NT.
- * io.c: should check _IOBIN, O_BINARY, not PLATFORMs.
+ * io.c (rb_io_binmode): should check _IOBIN, O_BINARY, not PLATFORMs.
Sat May 13 14:21:15 2000 Koji Arai <JCA02266@nifty.ne.jp>