From bb8f7e7a4e6e45962dfadc3c7e840d25210dbe0f Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 4 Jan 2008 17:21:53 +0000 Subject: * include/ruby/ruby.h (rb_intern): memorize interned ID for constant string, using gcc's __builtin_constant_p and statement expression. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7a03a3cd4..4a5d0bbfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jan 5 02:21:10 2008 Tanaka Akira + + * include/ruby/ruby.h (rb_intern): memorize interned ID for constant + string, using gcc's __builtin_constant_p and statement expression. + Sat Jan 5 02:14:45 2008 Yukihiro Matsumoto * string.c (trnext): should enable backslash escape. -- cgit