diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-04-09 15:06:57 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-04-09 15:06:57 +0000 |
commit | 8e09f5b907868d3524e3e0557ca7bdf7cd2d73c8 (patch) | |
tree | c07eb72f3c2a4adb96e66164d986b09419d4cc60 /ChangeLog | |
parent | e5877f1c96b759a7468341c354027638ca7ced33 (diff) | |
download | ruby-8e09f5b907868d3524e3e0557ca7bdf7cd2d73c8.tar.gz |
* variable.c (rb_obj_remove_instance_variable): better message.
[ruby-talk:68987]
* variable.c (rb_mod_remove_const): ditto.
* object.c (rb_obj_ivar_get): ditto.
* object.c (rb_obj_ivar_set): ditto.
* parse.y (yylex): ditto.
* eval.c (rb_mod_define_method): Allow UnboundMethod as
parameter.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +Wed Apr 9 23:54:50 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * variable.c (rb_obj_remove_instance_variable): better message. + [ruby-talk:68987] + + * variable.c (rb_mod_remove_const): ditto. + + * object.c (rb_obj_ivar_get): ditto. + + * object.c (rb_obj_ivar_set): ditto. + + * parse.y (yylex): ditto. + +Wed Apr 9 21:51:20 2003 Dave Thomas <Dave@Thomases.com> + + * eval.c (rb_mod_define_method): Allow UnboundMethod as + parameter. + +Wed Apr 9 18:30:58 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (top_include): include module to wrapper module if + wrapper is present. experimental. [ruby-list:37539] + Wed Apr 9 17:24:21 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * gc.c (rb_gc_mark_children): introduce this function again; this |