From 1aa4b11a7c6fd3be489db593b07fc2eef39588bc Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 25 Apr 2003 08:54:52 +0000 Subject: * eval.c (proc_invoke): Proc#yield should pass through retry and break like keyword yield. [ruby-talk:70034] * eval.c (proc_invoke): orphan Proc now raises LocalJumpError for break and retry again. * eval.c (rb_eval): ARGSCAT should splat the argument. * eval.c (splat_value): splat operation function. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ee77d1610..af518c6d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,20 @@ -2003-04-24 Dave Thomas +Fri Apr 25 02:03:25 2003 Yukihiro Matsumoto + + * eval.c (proc_invoke): Proc#yield should pass through retry and + break like keyword yield. [ruby-talk:70034] + + * eval.c (proc_invoke): orphan Proc now raises LocalJumpError for + break and retry again. + + * eval.c (rb_eval): ARGSCAT should splat the argument. + + * eval.c (splat_value): splat operation function. + +Thu Apr 24 23:37:02 2003 Dave Thomas * lib/matrix.rb (Matrix#minor): Used Range#size, which no longer exists. -2003-04-24 Dave Thomas - * lib/complex.rb (new!): Complex.new had been made private, but Kernel#Complex called it. Re-exposed as new!. @@ -21190,3 +21200,7 @@ Fri Aug 15 19:40:43 1997 WATANABE Hirofumi Wed Aug 13 17:51:46 1997 Yukihiro Matsumoto * version 1.1 alpha0 released. + +Local variables: +add-log-time-format: current-time-string +end: -- cgit