From 590a8a14d2399025c1624429246c287795ea1bec Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 5 Dec 2009 09:39:48 +0000 Subject: merges r25351 from trunk into ruby_1_9_1. fixes the backport task #2214. -- * parse.y (rb_intern3): check symbol table overflow. [ruby-core:26092] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@26011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e478f81d2..1ba28ee76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 15 16:57:38 2009 Nobuyoshi Nakada + + * parse.y (rb_intern3): check symbol table overflow. + [ruby-core:26092] + Sun Oct 11 15:54:52 2009 Nobuyoshi Nakada * ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justin -- cgit