-
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.
* variable.c (rb_copy_generic_ivar): remove old generic instance
variable table if it existes. * class.c (rb_make_metaclass): metaclass of a metaclass is a metaclass itself. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Sep 3, 2002
1 parent
20254d4
commit 6f484e4
Showing
22 changed files
with
277 additions
and
239 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 |
---|---|---|
|
@@ -14,10 +14,20 @@ Mon Sep 2 21:21:46 2002 Minero Aoki <[email protected]> | |
|
||
* intern.h (ruby_parser_stack_on_heap): added. | ||
|
||
Mon Sep 2 18:45:07 2002 Yukihiro Matsumoto <[email protected]> | ||
|
||
* variable.c (rb_copy_generic_ivar): remove old generic instance | ||
variable table if it existes. | ||
|
||
Sun Sep 1 15:54:33 2002 WATANABE Hirofumi <[email protected]> | ||
|
||
* config.guess: fixed for Linux/PPC. | ||
|
||
Sat Aug 31 09:38:12 2002 Yukihiro Matsumoto <[email protected]> | ||
|
||
* class.c (rb_make_metaclass): metaclass of a metaclass is a | ||
metaclass itself. | ||
|
||
Fri Aug 30 22:45:16 2002 Akinori MUSHA <[email protected]> | ||
|
||
* lib/set.rb: Added. | ||
|
@@ -45,6 +55,37 @@ Fri Aug 30 19:40:28 2002 Nobuyoshi Nakada <[email protected]> | |
|
||
* ext/tcltklib/tcltklib.c (ip_toUTF8, ip_fromUTF8): ditto. | ||
|
||
Fri Aug 30 01:32:17 2002 Yukihiro Matsumoto <[email protected]> | ||
|
||
* class.c (rb_singleton_class): superclass of a metaclass | ||
should be a metaclass of superclass. | ||
|
||
* range.c (range_eq): two instances must belong to a same class to | ||
be equal. | ||
|
||
* range.c (range_eql): ditto. | ||
|
||
* io.c (rb_io_taint_check): frozen check added. | ||
|
||
* file.c (rb_stat_become): frozen check added. | ||
|
||
* object.c (rb_obj_become): ditto. | ||
|
||
* re.c (rb_reg_become): ditto. | ||
|
||
* struct.c (rb_struct_become): ditto. | ||
|
||
* time.c (time_become): ditto. | ||
|
||
* array.c (rb_ary_become): should call rb_ary_modify(). | ||
|
||
* hash.c (rb_hash_become): should call rb_hash_modify(). | ||
|
||
* compar.c (cmp_equal): should not use NUM2LONG(), since <=> may | ||
return bignum. | ||
|
||
* compar.c (cmp_gt, cmp_ge, cmp_lt, cmp_le, cmp_between): ditto. | ||
|
||
Thu Aug 29 23:34:42 2002 KONISHI Hiromasa <[email protected]> | ||
|
||
* bcc32/MakeFile.sub (sitearch): add. | ||
|
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.