diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-20 14:28:49 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-20 14:28:49 +0000 |
| commit | 1a4a3285cbfdecda6f8cd1e8a1c63bc99b168b66 (patch) | |
| tree | 9532db298cf1b1e3d569844cca16b317a5acb6c6 /ChangeLog | |
| parent | dd43e80ac6ee876087ef549d1054816e8efcbd36 (diff) | |
| download | ruby-1a4a3285cbfdecda6f8cd1e8a1c63bc99b168b66.tar.gz ruby-1a4a3285cbfdecda6f8cd1e8a1c63bc99b168b66.tar.xz ruby-1a4a3285cbfdecda6f8cd1e8a1c63bc99b168b66.zip | |
* ext/extmk.rb (parse_args): provisional catch-up for the recent changes.
* lib/optparse.rb (OptionParser::List#summarize, OptionParser#order!): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +Tue Jun 20 23:28:34 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/extmk.rb (parse_args): provisional catch-up for the recent changes. + + * lib/optparse.rb (OptionParser::List#summarize, OptionParser#order!): ditto. + Tue Jun 20 11:07:55 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (proc_invoke): intercept break and return from lambda @@ -14,9 +20,9 @@ Tue Jun 20 11:07:55 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (rb_yield_0): fix confusion between lambda (which is a property of a proc) and pcall (which depends on whether it's - called via yield or call). + called via yield or call). - * eval.c (rb_thread_yield): no need to specify YIELD_LAMBDA_CALL. + * eval.c (rb_thread_yield): no need to specify YIELD_LAMBDA_CALL. * eval.c (rb_block_pass): update blkid in prot_tag. |
