From f652cadb5a053a5b9df51e03bb23cefac92b4576 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 20 Feb 2006 00:55:49 +0000 Subject: * lib/rational.rb (Integer::gcd): replaced by gcd4 in [ruby-core:07390]. [ruby-core:07377] * eval.c: initial value for block_unique must be 1. [ruby-talk:180420] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 036fe9960..e7a5c155a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,18 @@ +Mon Feb 20 01:05:27 2006 Yukihiro Matsumoto + + * lib/rational.rb (Integer::gcd): replaced by gcd4 in + [ruby-core:07390]. [ruby-core:07377] + Mon Feb 20 00:57:02 2006 GOTOU Yuuzou * ext/openssl/ossl.h (OSSL_Debug): should not use __func__. [ruby-dev:28339] +Sun Feb 19 04:46:29 2006 Guy Decoux + + * eval.c: initial value for block_unique must be 1. + [ruby-talk:180420] + Sat Feb 18 23:58:26 2006 Yukihiro Matsumoto * lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer mode -- cgit