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

ruby-changes:13363

From: matz <ko1@a...>
Date: Mon, 28 Sep 2009 12:16:07 +0900 (JST)
Subject: [ruby-changes:13363] Ruby:r25130 (trunk): missing changelog entries added for r25128.

matz	2009-09-28 12:15:53 +0900 (Mon, 28 Sep 2009)

  New Revision: 25130

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

  Log:
    missing changelog entries added for r25128.
    
    * method.h (enum): new method type VM_METHOD_TYPE_MISSING.
    
    * vm_eval.c (vm_call0): invoking VM_METHOD_TYPE_MISSING method
      objects.
    
    * vm_insnhelper.c (vm_call_method): invoking method defined from
      VM_METHOD_TYPE_MISSING.
    
    * proc.c (rb_method_entry_arity): ditto.
    
    * vm_method.c (rb_method_entry_eq): two method object wraps
      method_missing with same symbol should be equal.
      [ruby-core:25755]
    
    * proc.c (mnew): should always return method object.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 25129)
+++ ChangeLog	(revision 25130)
@@ -1,3 +1,21 @@
+Mon Sep 28 12:13:15 2009  Yukihiro Matsumoto  <matz@r...>
+
+	* method.h (enum): new method type VM_METHOD_TYPE_MISSING.
+
+	* vm_eval.c (vm_call0): invoking VM_METHOD_TYPE_MISSING method
+	  objects.
+
+	* vm_insnhelper.c (vm_call_method): invoking method defined from
+	  VM_METHOD_TYPE_MISSING.
+
+	* proc.c (rb_method_entry_arity): ditto.
+
+	* vm_method.c (rb_method_entry_eq): two method object wraps
+	  method_missing with same symbol should be equal.
+	  [ruby-core:25755]
+
+	* proc.c (mnew): should always return method object.  
+
 Mon Sep 28 11:38:07 2009  NAKAMURA Usaku  <usa@r...>
 
 	* parse.y (parser_tokadd_string): the byte after ``\'' may be a part of

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

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