From 8a610fcaf93c1bacec2dbffa4ee979bb746812a6 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 19 Jun 2008 08:39:03 +0000 Subject: * string.c (str_alloc): specify 'inline' modifier. * string.c (str_alloc): remove cSymbol hack that no longer necessary. * string.c (scan_once): avoid retrieving encoding info unless necessary. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fb7d6ab70..906eef96b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Jun 19 17:37:21 2008 Yukihiro Matsumoto + + * string.c (str_alloc): specify 'inline' modifier. + + * string.c (str_alloc): remove cSymbol hack that no longer + necessary. + + * string.c (scan_once): avoid retrieving encoding info unless + necessary. + Thu Jun 19 17:19:14 2008 Yukihiro Matsumoto * string.c (rb_str_scan): String#scan should preserve last -- cgit