From 48cd40e230cb800a26d3dffa1176a79c03ff6586 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 26 Sep 2009 07:26:46 +0000 Subject: * include/ruby/intern.h (rb_hash_{start,uint32,uint,end}): fixed prototypes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b3cd1585f..208e54e67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Sep 26 16:26:44 2009 Nobuyoshi Nakada + + * include/ruby/intern.h (rb_hash_{start,uint32,uint,end}): fixed + prototypes. + Sat Sep 26 13:26:55 2009 Marc-Andre Lafortune * lib/net/http.rb (transport_request): Handle timeout error by -- cgit