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

ruby-changes:8700

From: mame <ko1@a...>
Date: Fri, 14 Nov 2008 20:31:31 +0900 (JST)
Subject: [ruby-changes:8700] Ruby:r20233 (ruby_1_9_1, trunk): * README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: update

mame	2008-11-14 20:31:10 +0900 (Fri, 14 Nov 2008)

  New Revision: 20233

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

  Log:
    * README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: update
      filenames.

  Modified files:
    branches/ruby_1_9_1/README.EXT
    branches/ruby_1_9_1/README.EXT.ja
    branches/ruby_1_9_1/vm_exec.c
    branches/ruby_1_9_1/vm_insnhelper.c
    trunk/ChangeLog
    trunk/README.EXT
    trunk/README.EXT.ja
    trunk/vm_exec.c
    trunk/vm_insnhelper.c

Index: README.EXT
===================================================================
--- README.EXT	(revision 20232)
+++ README.EXT	(revision 20233)
@@ -816,7 +816,7 @@
   vm.c
   vm_dump.c
   vm_eval.c
-  vm_evalbody.c
+  vm_exec.c
   vm_insnhelper.c
   vm_method.c
 
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 20232)
+++ ChangeLog	(revision 20233)
@@ -1,3 +1,8 @@
+Fri Nov 14 20:27:46 2008  Yusuke Endoh  <mame@t...>
+
+	* README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: update
+	  filenames.
+
 Thu Nov 13 11:31:13 2008  Nobuyoshi Nakada  <nobu@r...>
 
 	* thread.c (rb_barrier_wait): gets rid of recursive deadlock.
Index: vm_exec.c
===================================================================
--- vm_exec.c	(revision 20232)
+++ vm_exec.c	(revision 20233)
@@ -1,7 +1,7 @@
 /* -*-c-*- */
 /**********************************************************************
 
-  vm_evalbody.c -
+  vm_exec.c -
 
   $Author$
 
Index: README.EXT.ja
===================================================================
--- README.EXT.ja	(revision 20232)
+++ README.EXT.ja	(revision 20233)
@@ -927,7 +927,7 @@
   vm.c
   vm_dump.c
   vm_eval.c
-  vm_evalbody.c
+  vm_exec.c
   vm_insnhelper.c
   vm_method.c
 
Index: vm_insnhelper.c
===================================================================
--- vm_insnhelper.c	(revision 20232)
+++ vm_insnhelper.c	(revision 20233)
@@ -1,6 +1,6 @@
 /**********************************************************************
 
-  insnhelper.c - instruction helper functions.
+  vm_insnhelper.c - instruction helper functions.
 
   $Author$
 
Index: ruby_1_9_1/README.EXT
===================================================================
--- ruby_1_9_1/README.EXT	(revision 20232)
+++ ruby_1_9_1/README.EXT	(revision 20233)
@@ -816,7 +816,7 @@
   vm.c
   vm_dump.c
   vm_eval.c
-  vm_evalbody.c
+  vm_exec.c
   vm_insnhelper.c
   vm_method.c
 
Index: ruby_1_9_1/vm_exec.c
===================================================================
--- ruby_1_9_1/vm_exec.c	(revision 20232)
+++ ruby_1_9_1/vm_exec.c	(revision 20233)
@@ -1,7 +1,7 @@
 /* -*-c-*- */
 /**********************************************************************
 
-  vm_evalbody.c -
+  vm_exec.c -
 
   $Author$
 
Index: ruby_1_9_1/README.EXT.ja
===================================================================
--- ruby_1_9_1/README.EXT.ja	(revision 20232)
+++ ruby_1_9_1/README.EXT.ja	(revision 20233)
@@ -927,7 +927,7 @@
   vm.c
   vm_dump.c
   vm_eval.c
-  vm_evalbody.c
+  vm_exec.c
   vm_insnhelper.c
   vm_method.c
 
Index: ruby_1_9_1/vm_insnhelper.c
===================================================================
--- ruby_1_9_1/vm_insnhelper.c	(revision 20232)
+++ ruby_1_9_1/vm_insnhelper.c	(revision 20233)
@@ -1,6 +1,6 @@
 /**********************************************************************
 
-  insnhelper.c - instruction helper functions.
+  vm_insnhelper.c - instruction helper functions.
 
   $Author$
 

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

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