From 99664f9ec38d8ec55e0199ce54f587aebb030b96 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 15 Oct 2009 09:26:15 +0000 Subject: * parse.y (rb_intern3): check symbol table overflow before generate next id. [ruby-core:26092] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 07ec4aad3..88d191876 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ -Thu Oct 15 16:57:38 2009 Nobuyoshi Nakada +Thu Oct 15 18:26:12 2009 Nobuyoshi Nakada - * parse.y (rb_intern3): check symbol table overflow. - [ruby-core:26092] + * parse.y (rb_intern3): check symbol table overflow before generate + next id. [ruby-core:26092] Thu Oct 15 15:14:15 2009 Nobuyoshi Nakada -- cgit