From 1c4c20a01090f9ca3fc7afcb4e9144d84ab1d1ae Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 19 Apr 2009 13:33:09 +0000 Subject: merges r22954,r22955,r22956 and r22958 from trunk into ruby_1_9_1. -- * proc.c (rb_proc_call): checks overflow. -- * proc.c (rb_proc_call, rb_node_arity, bmcall, curry): checks overflow. -- * proc.c (rb_proc_call, bmcall): commit miss. -- * proc.c (bmcall): should not uninitialized variable. a patch from pegacorn at [ruby-dev:38169]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dc9df1b3d..0fa194932 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Sun Mar 15 02:09:31 2009 Nobuyoshi Nakada + + * proc.c (bmcall): should not uninitialized variable. a patch from + pegacorn at [ruby-dev:38169]. + +Sat Mar 14 18:18:08 2009 Nobuyoshi Nakada + + * proc.c (rb_proc_call, rb_node_arity, bmcall, curry): checks + overflow. + + * proc.c (rb_proc_parameters): unnamed_parameters() expects in + not VALUE. + Fri Mar 13 09:17:12 2009 Yukihiro Matsumoto * lib/fileutils.rb (FileUtils#fu_get_gid): stringify group -- cgit