-
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@564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Nov 17, 1999
1 parent
943e99e
commit 8e48dc1
Showing
19 changed files
with
366 additions
and
132 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,42 @@ | ||
Wed Nov 17 02:40:40 1999 Yukihiro Matsumoto <[email protected]> | ||
|
||
* io.c (Init_IO): $defout (alias of $>) added. | ||
|
||
Tue Nov 16 09:47:14 1999 Yukihiro Matsumoto <[email protected]> | ||
|
||
* lib/pstore.rb: add mutual lock using symlink. | ||
|
||
Mon Nov 15 16:50:34 1999 Yukihiro Matsumoto <[email protected]> | ||
|
||
* enum.c (enum_grep): non matching grep returns an empty array, no | ||
longer returns nil. | ||
|
||
* enum.c (enum_grep): grep with block returns collection of | ||
evaluated values of block over matched elements. | ||
|
||
Mon Nov 15 04:50:33 1999 Koji Arai <[email protected]> | ||
|
||
* re.c (rb_reg_source): should not call rb_reg_expr_str() | ||
everytime. | ||
|
||
Sat Nov 13 07:34:18 1999 Yukihiro Matsumoto <[email protected]> | ||
|
||
* variable.c (rb_mod_constants): traverse superclasses to collect | ||
constants (shared variables). | ||
|
||
* eval.c (assign): modified for shared variables. | ||
|
||
* eval.c (rb_eval): search nested scope, then superclasses to | ||
assign shared variables within methods. | ||
|
||
* eval.c (rb_eval): remove warnings from constants modification, | ||
becase they are no longer constants. | ||
|
||
* parse.y (node_assign): modified for shared variables. | ||
|
||
* parse.y (assignable): allow constant assignment in methods; | ||
constants should be called `shared variable'. | ||
|
||
Wed Nov 10 21:54:11 1999 EGUCHI Osamu <[email protected]> | ||
|
||
* hash.c (rb_any_cmp): Fixed return without value. | ||
|
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
Oops, something went wrong.