-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
9 changed files
with
161 additions
and
78 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 |
---|---|---|
@@ -1,3 +1,23 @@ | ||
Sun May 28 21:37:13 2000 WATANABE Hirofumi <[email protected]> | ||
|
||
* eval.c: bug fix: DLEXT2. | ||
|
||
Sun May 28 19:21:43 2000 WATANABE Hirofumi <[email protected]> | ||
|
||
* win32/win32.c: use ruby's glob. | ||
|
||
* dir.c: "glob" exported and renamed to "rb_glob". | ||
|
||
* ruby.h: ditto. | ||
|
||
* main.c: turn off command line mingw32's globbing. | ||
|
||
Wed May 25 22:25:13 2000 WATANABE Hirofumi <[email protected]> | ||
|
||
* ext/extmk.rb.in: use "ftools" instead of "rm -f". | ||
|
||
* lib/mkmf.rb: ditto. | ||
|
||
Wed May 24 23:17:50 2000 Katsuyuki Komatsu <[email protected]> | ||
|
||
* win32/Makefile: remove unnecessary mv and rm command call. | ||
|
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
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
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-25" | ||
#define RUBY_RELEASE_DATE "2000-05-28" | ||
#define RUBY_VERSION_CODE 154 | ||
#define RUBY_RELEASE_CODE 20000525 | ||
#define RUBY_RELEASE_CODE 20000528 |
Oops, something went wrong.