From 0ce3fab42233dad9a35573f1a702dabd1f1b6242 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 19 Jun 2016 02:19:45 +0000 Subject: variable.c: consider length * variable.c (rb_path_to_class): consider the string length instead of a terminator. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ec317f8b69..4e959a37fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Sun Jun 19 10:54:40 2016 Nobuyoshi Nakada +Sun Jun 19 11:19:43 2016 Nobuyoshi Nakada + + * variable.c (rb_path_to_class): consider the string length + instead of a terminator. * variable.c (rb_path_to_class): search the constant at once instead of checking if defined and then getting it. -- cgit v1.2.3