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

ruby-changes:9490

From: yugui <ko1@a...>
Date: Thu, 25 Dec 2008 18:57:58 +0900 (JST)
Subject: [ruby-changes:9490] Ruby:r21027 (ruby_1_9_1): merges r20970 from trunk into ruby_1_9_1.

yugui	2008-12-25 18:56:04 +0900 (Thu, 25 Dec 2008)

  New Revision: 21027

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

  Log:
    merges r20970 from trunk into ruby_1_9_1.
    * compile.c (iseq_peephole_optimize): fix typo.

  Modified files:
    branches/ruby_1_9_1/ChangeLog
    branches/ruby_1_9_1/compile.c

Index: ruby_1_9_1/ChangeLog
===================================================================
--- ruby_1_9_1/ChangeLog	(revision 21026)
+++ ruby_1_9_1/ChangeLog	(revision 21027)
@@ -1,3 +1,7 @@
+Wed Dec 24 21:57:39 2008  Koichi Sasada  <ko1@a...>
+
+	* compile.c (iseq_peephole_optimize): fix typo.
+
 Sun Dec 21 13:38:04 2008  Koichi Sasada  <ko1@a...>
 
 	* vm.c (invoke_block_from_c): fix to point right cfp.
Index: ruby_1_9_1/compile.c
===================================================================
--- ruby_1_9_1/compile.c	(revision 21026)
+++ ruby_1_9_1/compile.c	(revision 21027)
@@ -1629,7 +1629,7 @@
 	 *   LABEL1:
 	 *     jump LABEL2
 	 *
-	 *   => in this case, first jump instruction should jump tp
+	 *   => in this case, first jump instruction should jump to
 	 *      LABEL2 directly
 	 */
 	diobj = (INSN *)get_destination_insn(iobj);

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

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