From 349ffcb812c591592ca120f63eb90be3f2b1067c Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 29 Oct 2008 00:23:04 +0000 Subject: * ruby.c (load_file_internal): cache common interned IDs. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f05cfbd82..b327b5660 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Oct 29 09:23:01 2008 Nobuyoshi Nakada + + * ruby.c (load_file_internal): cache common interned IDs. + Wed Oct 29 00:43:39 2008 Tadayoshi Funaba * complex.c: uses macro in declarations. -- cgit