From bc4cda4496450d262cd598fd9f0d038726a612fd Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 5 Jul 2012 01:41:03 +0000 Subject: [PATCH] desc r36301 * ChangeLog: add description for r36301. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b385ff9206..e010af8cd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,15 +14,15 @@ Wed Jul 4 19:13:15 2012 Masaki Suketa FileSystemObject only supports ANSI or UTF-16LE encoding. Patch by h.shirosaki (Hiroshi Shirosaki) [ruby-trunk - Bug #6650] - Wed Jul 4 11:52:12 2012 NAKAMURA Usaku * gc.c (ATOMIC_SIZE_*): 64bit Windows support. Wed Jul 4 11:11:28 2012 Nobuyoshi Nakada - * eval.c (rb_frame_callee, rb_f_callee_name): fix to return the called - id. + * eval.c (rb_frame_callee, rb_f_callee_name): fix to return the + called id. this longstanding bug has been caused and blocked by + the structure of old rb_control_frame_t and rb_iseq_t. * vm_insnhelper.c (vm_push_frame): set proper method entry.