From 720d69b4de8328f2d40621c7582f5850a19dd9c7 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 30 Jun 2009 07:55:36 +0000 Subject: * tool/mkconfig.rb (RbConfig.expand): get rid of exceptions on frozen strings unless really changed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a81392402..fd3d8826e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Tue Jun 30 16:53:17 2009 Nobuyoshi Nakada +Tue Jun 30 16:55:32 2009 Nobuyoshi Nakada + + * tool/mkconfig.rb (RbConfig.expand): get rid of exceptions on + frozen strings unless really changed. * tool/file2lastrev.rb: get rid of global variables. -- cgit