From 2e410c2a0079ea19776aea72dcd8a04175b28d4f Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 21 Apr 2008 08:01:46 +0000 Subject: * iseq.c (rb_iseq_compile_with_option): check if src is a strring. [ruby-core:16453] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1e3731f76..24e9ddf42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 21 17:01:44 2008 Nobuyoshi Nakada + + * iseq.c (rb_iseq_compile_with_option): check if src is a strring. + [ruby-core:16453] + Mon Apr 21 16:06:47 2008 Yukihiro Matsumoto * enumerator.c (enumerator_init): preserve the method name in ID. -- cgit