diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-10-22 16:20:14 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-10-22 16:20:14 +0000 |
| commit | 0526318f9d0f2184d5eac71a079ef9402981a4fa (patch) | |
| tree | 892f1ce2dd8a56e6124eeec94341c62b4fccbf4e /ChangeLog | |
| parent | 36825afaa0799764173783f58516c33d2b1a4a7c (diff) | |
| download | ruby-0526318f9d0f2184d5eac71a079ef9402981a4fa.tar.gz ruby-0526318f9d0f2184d5eac71a079ef9402981a4fa.tar.xz ruby-0526318f9d0f2184d5eac71a079ef9402981a4fa.zip | |
* variable.c (rb_global_entry): reconstruct global variable
aliasing (sharing global_entry->var with other global_entry).
* variable.c (undef_getter): ditto.
* variable.c (undef_setter): ditto.
* variable.c (val_setter): ditto.
* variable.c (mark_global_entry): ditto.
* variable.c (rb_define_hooked_variable): ditto.
* variable.c (rb_f_trace_var): ditto.
* variable.c (remove_trace): ditto.
* variable.c (rb_f_untrace_var): ditto.
* variable.c (rb_gvar_get): ditto.
* variable.c (trace_en): ditto.
* variable.c (rb_gvar_set): ditto.
* variable.c (rb_gvar_defined): ditto.
* variable.c (rb_alias_variable): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 32 |
1 files changed, 31 insertions, 1 deletions
@@ -1,3 +1,34 @@ +Tue Oct 23 01:15:43 2001 K.Kosako <kosako@sofnec.co.jp> + + * variable.c (rb_global_entry): reconstruct global variable + aliasing (sharing global_entry->var with other global_entry). + + * variable.c (undef_getter): ditto. + + * variable.c (undef_setter): ditto. + + * variable.c (val_setter): ditto. + + * variable.c (mark_global_entry): ditto. + + * variable.c (rb_define_hooked_variable): ditto. + + * variable.c (rb_f_trace_var): ditto. + + * variable.c (remove_trace): ditto. + + * variable.c (rb_f_untrace_var): ditto. + + * variable.c (rb_gvar_get): ditto. + + * variable.c (trace_en): ditto. + + * variable.c (rb_gvar_set): ditto. + + * variable.c (rb_gvar_defined): ditto. + + * variable.c (rb_alias_variable): ditto. + Mon Oct 22 15:21:55 2001 Yukihiro Matsumoto <matz@ruby-lang.org> * class.c (rb_mod_clone): should not copy class name, since clone @@ -51,7 +82,6 @@ Tue Oct 16 13:18:47 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * object.c (rb_mod_initialize): optional block with Module.new. [new] (from 2001-10-10) ->>>>>>> 1.591 Tue Oct 16 00:07:06 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * parse.y (yylex): disallow alpha-numeric and mbchar for |
