From 4cc9e3815cd8f1b8079a5db7fa4a9da9382e1046 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 14 Sep 2006 07:36:53 +0000 Subject: * string.c (rb_str_intern): allow zero length symbols. [ruby-core:08861] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3b0176a51..93ab99e13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 14 16:34:55 2006 Yukihiro Matsumoto + + * string.c (rb_str_intern): allow zero length symbols. + [ruby-core:08861] + Thu Sep 14 16:11:15 2006 Yukihiro Matsumoto * string.c (rb_str_intern): raise SecurityError only when $SAFE -- cgit