From 5df88436142a9ae289fff2fe4767601df5ddedf1 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 12 Jun 2008 04:46:16 +0000 Subject: * include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen for constant symbols to optimize strlen. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 11bd45183..896e278b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 12 13:36:54 2008 Tanaka Akira + + * include/ruby/ruby.h (rb_intern): use rb_intern2 with strlen for + constant symbols to optimize strlen. + Thu Jun 12 08:47:51 2008 Yukihiro Matsumoto * io.c (read_all): should use io_read_encoding(), not -- cgit