-
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.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Jul 21, 2000
1 parent
3039748
commit c9accd0
Showing
6 changed files
with
34 additions
and
4 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,17 @@ | ||
Fri Jul 21 17:35:01 2000 Yukihiro Matsumoto <[email protected]> | ||
|
||
* parse.y (aref_args): command_call now be permitted as | ||
aref_args. | ||
|
||
* process.c (proc_getpriority): getpriority(2) may return valid | ||
negative number. use errno to detect error. | ||
|
||
* marshal.c (dump_ensure): dumped string should be tainted if | ||
any among target objects is tainted. | ||
|
||
* marshal.c (r_regist): restored object should be tainted if and | ||
only if the source is a file or a tainted string. | ||
|
||
Wed Jul 19 15:14:04 2000 Yukihiro Matsumoto <[email protected]> | ||
|
||
* bignum.c (bigdivrem): should use rb_int2big(), not rb_uint2big(). | ||
|
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-07-19" | ||
#define RUBY_RELEASE_DATE "2000-07-21" | ||
#define RUBY_VERSION_CODE 154 | ||
#define RUBY_RELEASE_CODE 20000719 | ||
#define RUBY_RELEASE_CODE 20000721 |