From 8c81b82fa8560c1a81fb652e265cdd3b71e49dd0 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 13 Sep 2009 03:04:53 +0000 Subject: * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM), (LONG2NUM, ULONG2NUM, NUM2CHR, rb_type_p, rb_special_const_p): GCC specific optimization. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ac2df3451..ad1b696d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Sep 13 12:04:51 2009 Nobuyoshi Nakada + + * include/ruby/ruby.h (NUM2INT, NUM2LL, INT2NUM, UINT2NUM), + (LONG2NUM, ULONG2NUM, NUM2CHR, rb_type_p, rb_special_const_p): + GCC specific optimization. + Sun Sep 13 11:06:12 2009 Tanaka Akira * lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes. -- cgit