From afbed46bb19341526bcd1f24ded1c413b445b778 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 28 Oct 2008 07:13:39 +0000 Subject: * tool/make-snapshot: use String#bytesize. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7fbb07a56..e7d88c72d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Oct 28 16:13:36 2008 Nobuyoshi Nakada + + * tool/make-snapshot: use String#bytesize. + Tue Oct 28 09:51:48 2008 NAKAMURA Usaku * bootstraptest/test_thread.rb: ignore some exceptions. -- cgit