aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-18 14:06:34 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-18 14:06:34 +0000
commit55a9667de3dfd78ad771756352158e7b3ee9765c (patch)
treeeb45c64d21a54c2c89868f918f728d79ff08b16b /ChangeLog
parent9d1279b8e00f18bfbc7b18a5281e0fdd3fd08297 (diff)
downloadruby-55a9667de3dfd78ad771756352158e7b3ee9765c.tar.gz
* vm_eval.c (eval_string_with_cref): Use file path even if scope is
given. Related to [ruby-core:56099] [Bug #8662] and r42103. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b58963338a..93258c0686 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar 18 22:03:41 2014 Shota Fukumori <her@sorah.jp>
+
+ * vm_eval.c (eval_string_with_cref): Use file path even if scope is
+ given. Related to [ruby-core:56099] [Bug #8662] and r42103.
+
Mon Mar 17 13:17:47 2014 Koichi Sasada <ko1@atdot.net>
* enumerator.c (enumerator_block_call): use RARRAY_CONST_PTR()