-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
O_BINARY git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
7 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ newver.rb | |
ruby | ||
miniruby | ||
README.fat-patch | ||
configure | ||
config.cache | ||
config.h | ||
config.log | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
Wed May 17 00:45:57 2000 WATANABE Hirofumi <[email protected]> | ||
|
||
* io.c (rb_io_binmode): should check PLATFORMs, not O_BINARY, sigh... | ||
|
||
Wed May 17 00:40:15 2000 Katsuyuki Komatsu <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* ruby.h: exported symbols should be for xmalloc etc. are now | ||
|
@@ -15,7 +27,7 @@ Sun May 14 18:05:59 2000 WATANABE Hirofumi <[email protected]> | |
|
||
* 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 <[email protected]> | |
|
||
* 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 <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#define RUBY_VERSION "1.5.4" | ||
#define RUBY_RELEASE_DATE "2000-05-15" | ||
#define RUBY_RELEASE_DATE "2000-05-16" | ||
#define RUBY_VERSION_CODE 154 | ||
#define RUBY_RELEASE_CODE 20000515 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,6 +186,7 @@ EXPORTS | |
rb_big_plus | ||
rb_big_minus | ||
rb_big_mul | ||
rb_big_divmod | ||
rb_big_pow | ||
rb_big_and | ||
rb_big_or | ||
|