[前][次][番号順一覧][スレッド一覧]

ruby-changes:24261

From: nobu <ko1@a...>
Date: Thu, 5 Jul 2012 10:41:49 +0900 (JST)
Subject: [ruby-changes:24261] nobu:r36312 (trunk): desc r36301

nobu	2012-07-05 10:41:03 +0900 (Thu, 05 Jul 2012)

  New Revision: 36312

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36312

  Log:
    desc r36301
    
    * ChangeLog: add description for r36301.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36311)
+++ ChangeLog	(revision 36312)
@@ -14,15 +14,15 @@
 	  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  <usa@r...>
 
 	* gc.c (ATOMIC_SIZE_*): 64bit Windows support.
 
 Wed Jul  4 11:11:28 2012  Nobuyoshi Nakada  <nobu@r...>
 
-	* 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.
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]