aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-15 09:26:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-15 09:26:15 +0000
commite5e49b3a2797249708eb3fa4754c58f718da50c9 (patch)
treee2b67a8b71cd446e24e20160fabe034ba147259c /ChangeLog
parent37531934e6e39c4863db87134c04efa3d3d63f61 (diff)
downloadruby-e5e49b3a2797249708eb3fa4754c58f718da50c9.tar.gz
* parse.y (rb_intern3): check symbol table overflow before generate
next id. [ruby-core:26092] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 07ec4aad3a..88d1918760 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
-Thu Oct 15 16:57:38 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Thu Oct 15 18:26:12 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * 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 <nobu@ruby-lang.org>