From 1a4a3285cbfdecda6f8cd1e8a1c63bc99b168b66 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 20 Jun 2006 14:28:49 +0000 Subject: * 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 --- ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 82cfa667c..9d5ec377d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jun 20 23:28:34 2006 Nobuyoshi Nakada + + * 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 * eval.c (proc_invoke): intercept break and return from lambda @@ -14,9 +20,9 @@ Tue Jun 20 11:07:55 2006 Yukihiro Matsumoto * 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. -- cgit