-
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.
* parse.y (stmt): local variable declaration order was changed
since 1.6 * parse.y (arg): ditto. * pack.c (pack_pack): add templates 'q' and 'Q'. * pack.c (pack_unpack): ditto. * bignum.c (rb_quad_pack): new utility function. * bignum.c (rb_quad_unpack): ditto. * parse.y (assignable): should emit CVASGN within the method body. * dir.c (dir_s_glob): should not warn even if no match found. * eval.c (rb_eval): clean up class variable behavior. * eval.c (assign): ditto. * eval.c (is_defined): ditto. * variable.c (rb_mod_class_variables): need not to call rb_cvar_singleton(). * variable.c (rb_cvar_singleton): removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Feb 13, 2002
1 parent
1995213
commit ba8fc11
Showing
12 changed files
with
289 additions
and
106 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,39 @@ | ||
Wed Feb 13 17:58:12 2002 Yukihiro Matsumoto <[email protected]> | ||
|
||
* parse.y (stmt): local variable declaration order was changed | ||
since 1.6 | ||
|
||
* parse.y (arg): ditto. | ||
|
||
* pack.c (pack_pack): add templates 'q' and 'Q'. | ||
|
||
* pack.c (pack_unpack): ditto. | ||
|
||
* bignum.c (rb_quad_pack): new utility function. | ||
|
||
* bignum.c (rb_quad_unpack): ditto. | ||
|
||
Tue Feb 12 01:21:34 2002 Yukihiro Matsumoto <[email protected]> | ||
|
||
* parse.y (assignable): should emit CVASGN within the method | ||
body. | ||
|
||
Mon Feb 11 06:13:53 2002 Matt Armstrong <[email protected]> | ||
|
||
* dir.c (dir_s_glob): should not warn even if no match found. | ||
|
||
Mon Feb 11 04:25:54 2002 Yukihiro Matsumoto <[email protected]> | ||
|
||
* eval.c (rb_eval): clean up class variable behavior. | ||
|
||
* eval.c (assign): ditto. | ||
|
||
* eval.c (is_defined): ditto. | ||
|
||
* variable.c (rb_mod_class_variables): need not to call rb_cvar_singleton(). | ||
|
||
* variable.c (rb_cvar_singleton): removed. | ||
|
||
Sun Feb 10 16:52:53 2002 Nobuyoshi Nakada <[email protected]> | ||
|
||
* ruby.c (load_file): avoid SEGV on '#' only input. | ||
|
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
Oops, something went wrong.