diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-27 13:30:00 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-27 13:30:00 +0000 |
| commit | 5ec61453c5012088ee9719925ad1937a0bc61102 (patch) | |
| tree | b3a25167a169d162e16b87321a05826c58520b43 /ChangeLog | |
| parent | 3e1e60d6ac383cff228546bf48d4ccdc8d3dd6f8 (diff) | |
* eval.c (proc_invoke): no orphan block check is needed when pcall
is true.
* eval.c (localjump_destination): update localjump condition.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri Feb 27 20:37:09 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (proc_invoke): no orphan block check is needed when pcall + is true. + + * eval.c (localjump_destination): update localjump condition. + Fri Feb 27 02:10:49 2004 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (localjump_destination): lambda should not interfere |
