From d05190e895c385f2438b0aa7e624345abdbb6f7b Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 12 Aug 2008 06:39:08 +0000 Subject: * string.c (rb_str_intern): should check symbol table overflow. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2240236fc..b9f784d8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Aug 12 15:37:40 2008 Yukihiro Matsumoto + + * string.c (rb_str_intern): should check symbol table overflow. + Tue Aug 12 15:31:04 2008 Minero Aoki * lib/net/http.rb (send_request_with_body): Content-Length should -- cgit