diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-14 04:34:43 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-07-14 04:34:43 +0000 |
| commit | a0b0c78c4ae1361b9d5de0dde566bbcf1dfe7f69 (patch) | |
| tree | 4db0e4a9b7f8a22513a4fd558425cb0fbaf5eb57 /ChangeLog | |
| parent | 49b5f70617d0d4ffe6355c0ee22b909b9a29ad23 (diff) | |
| download | ruby-a0b0c78c4ae1361b9d5de0dde566bbcf1dfe7f69.tar.gz ruby-a0b0c78c4ae1361b9d5de0dde566bbcf1dfe7f69.tar.xz ruby-a0b0c78c4ae1361b9d5de0dde566bbcf1dfe7f69.zip | |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Fri Jul 14 12:49:50 2000 Yukihiro Matsumoto <matz@netlab.co.jp> + + * eval.c (rb_eval): should preserve errinfo even if return, break, + etc. is called in rescue clause. + + * instruby.rb: install irb too. + Wed Jul 12 15:32:57 2000 Yukihiro Matsumoto <matz@netlab.co.jp> * variable.c (rb_const_get): constants for builtin classes must @@ -10,7 +17,7 @@ Wed Jul 12 15:06:28 2000 Yukihiro Matsumoto <matz@netlab.co.jp> * eval.c (rb_eval): use rb_const_get_at(). - * variable.c (rb_const_get_at): retrieve toplevel constants only, + * variable.c (top_const_get): retrieve toplevel constants only, not ones of Object (and its included modules) in general. Wed Jul 12 15:04:11 2000 Minero Aoki <aamine@dp.u-netsurf.ne.jp> |
