From ff9a34804183a483114f965ea06037f6e82e5803 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 11 Dec 2002 02:31:59 +0000 Subject: * ext/digest/digest.c (rb_digest_base_copy): renamed "become". * ext/stringio/stringio.c (strio_copy): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e3f3789b5..f33a38453 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Dec 11 11:30:28 2002 Nobuyoshi Nakada + + * ext/digest/digest.c (rb_digest_base_copy): renamed "become". + + * ext/stringio/stringio.c (strio_copy): ditto. + Tue Dec 10 17:30:35 2002 Tanaka Akira * pack.c (utf8_limits): fix the limit of 4 bytes UTF-8 sequence. -- cgit