From 160055b47468d48dc0443bfbbeabf750bcfe8296 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 10 Aug 2005 01:39:24 +0000 Subject: * bignum.c (rb_big_mul0): multiply two numbers (x, y) without normalizing the result. x should be a big number. [ruby-dev:26778] * bignum.c (rb_big_pow): use rb_big_mul0() instead of rb_big_mul(). * array.c (rb_ary_or, rb_ary_and, rb_ary_plus, rb_ary_diff): revert the change on 2005-08-03. Set operation on other item should have in separate methods. * parse.y (shadowing_lvar_gen): warn when arguments shadows external local variables. * parse.y (f_opt): optional arguments should not clobber external local variables. * parse.y (f_rest_arg): rest arguments should not clobber external local variables. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7c19a537d3..e21ff1e8f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +Wed Aug 10 10:38:50 2005 Yukihiro Matsumoto + + * bignum.c (rb_big_mul0): multiply two numbers (x, y) without + normalizing the result. x should be a big number. + [ruby-dev:26778] + + * bignum.c (rb_big_pow): use rb_big_mul0() instead of + rb_big_mul(). + + * array.c (rb_ary_or, rb_ary_and, rb_ary_plus, rb_ary_diff): + revert the change on 2005-08-03. Set operation on other item + should have in separate methods. + + * parse.y (shadowing_lvar_gen): warn when arguments shadows + external local variables. + + * parse.y (f_opt): optional arguments should not clobber external + local variables. + + * parse.y (f_rest_arg): rest arguments should not clobber external + local variables. + Wed Aug 10 10:29:40 2005 Hidetoshi NAGAI * ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys(). @@ -14,6 +36,11 @@ Tue Aug 9 21:53:17 2005 Nobuyoshi Nakada * eval.c (formal_assign): let default values override arguments to zsuper. fixed: [ruby-dev:26743] +Tue Aug 9 20:30:19 2005 Tadashi Saito + + * bignum.c (rb_big_coerce): allow bignum x bignum coercing. + [ruby-dev:26778] + Tue Aug 9 15:12:04 2005 Hidetoshi NAGAI * ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's. -- cgit v1.2.3