diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-05-07 09:26:29 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-05-07 09:26:29 +0000 |
| commit | d7d4acb14eb2fcb505bf8532273e413017045d43 (patch) | |
| tree | e88cf34d1e19ece721133a8ad3582e8ed4727dc6 /ChangeLog | |
| parent | b82260bc45cccea93abd4d254f8e14d77fec1d30 (diff) | |
| download | ruby-d7d4acb14eb2fcb505bf8532273e413017045d43.tar.gz ruby-d7d4acb14eb2fcb505bf8532273e413017045d43.tar.xz ruby-d7d4acb14eb2fcb505bf8532273e413017045d43.zip | |
* parse.y (arg): "||=" should not warn for uninitialized instance
variables.
* eval.c (rb_eval): ditto.
* eval.c (eval): preserve and restore ruby_cref as well.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,8 +1,26 @@ +Mon May 7 15:58:45 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * parse.y (arg): "||=" should not warn for uninitialized instance + variables. + + * eval.c (rb_eval): ditto. + + * eval.c (eval): preserve and restore ruby_cref as well. + Mon May 7 15:45:48 2001 WATANABE Hirofumi <eban@ruby-lang.org> * lib/ftools.rb (syscopy): chmod destination file only if it does not exist. +Mon May 7 14:35:57 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * object.c (rb_obj_is_instance_of): takes only class/module as an + argument. + +Sun May 6 16:27:29 2001 Koji Arai <JCA02266@nifty.ne.jp> + + * eval.c (is_defined): rb_reg_nth_defined() may return Qnil. + Thu May 3 03:15:06 2001 SHIROYAMA Takayuki <psi@fortune.nest.or.jp> * configure.in: get --enable-shared to work on MacOS X. |
