From 8aea783ff015a6df71b409f9ccd13bf28a093c77 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 10 Sep 2006 00:09:11 +0000 Subject: * eval.c (stack_extend): fixed prototype. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7c0ada679..a1a988249 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ +Sun Sep 10 09:08:40 2006 Nobuyoshi Nakada + + * eval.c (stack_extend): fixed prototype. + Sat Sep 9 23:50:38 2006 Yukihiro Matsumoto * bignum.c (rb_big_mul0): bignum multiplication without - normalization. + normalization. * bignum.c (rb_big_pow): use rb_big_mul0(). [ruby-dev:29547] -- cgit