-
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.
* eval.c (rb_eval): need not to clar method cache for NODE_CLASS,
NODE_SCLASS. * gc.c (obj_free): need not to clear method cache on class/module finalization. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Jan 19, 2002
1 parent
e664d46
commit d102ce6
Showing
6 changed files
with
20 additions
and
9 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,16 @@ | ||
Sat Jan 19 02:31:45 2002 Yukihiro Matsumoto <[email protected]> | ||
|
||
* eval.c (rb_eval): need not to clar method cache for NODE_CLASS, | ||
NODE_SCLASS. | ||
|
||
* gc.c (obj_free): need not to clear method cache on class/module | ||
finalization. | ||
|
||
Fri Jan 18 23:38:03 2002 Yukihiro Matsumoto <[email protected]> | ||
|
||
* array.c (rb_ary_fetch): index out of range raises exception | ||
unless optional second argument is specified. | ||
|
||
Fri Jan 18 17:32:09 2002 Yukihiro Matsumoto <[email protected]> | ||
|
||
* io.c (rb_io_s_new): block check moved from initialize to this | ||
|
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