[前][次][番号順一覧][スレッド一覧][生データ]

yarv-diff:373

From: ko1 atdot.net
Date: 21 Aug 2006 05:35:55 +0900
Subject: [yarv-diff:373] r540 - in trunk: . lib

Author: ko1
Date: 2006-08-21 05:35:54 +0900 (Mon, 21 Aug 2006)
New Revision: 540

Modified:
   trunk/
   trunk/ChangeLog
   trunk/lib/mathn.rb
   trunk/opt_insn_unif.def
   trunk/opt_operand.def
Log:
 r844@lermite:  ko1 | 2006-08-21 05:34:23 +0900
 	* lib/mathn.rb : remove "remove_method :gcd2"
 
 	* opt_insn_unif.def : unset opt setting
 
 	* opt_operand.def : ditto
 



Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 81cd9672-7512-7e48-ae48-6936450e977d:/local/yarv/trunk:842
   + 81cd9672-7512-7e48-ae48-6936450e977d:/local/yarv/trunk:844

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-08-18 08:58:35 UTC (rev 539)
+++ trunk/ChangeLog	2006-08-20 20:35:54 UTC (rev 540)
@@ -4,6 +4,15 @@
 #  from Mon, 03 May 2004 01:24:19 +0900
 #
 
+2006-08-21(Mon) 05:27:48 +0900  Koichi Sasada  <ko1 atdot.net>
+
+	* lib/mathn.rb : remove "remove_method :gcd2"
+
+	* opt_insn_unif.def : unset opt setting
+
+	* opt_operand.def : ditto
+
+
 2006-08-18(Fri) 17:55:31 +0900  Koichi Sasada  <ko1 atdot.net>
 
 	* common.mk : add dependency of yarvcore.h to thread.o

Modified: trunk/lib/mathn.rb
===================================================================
--- trunk/lib/mathn.rb	2006-08-18 08:58:35 UTC (rev 539)
+++ trunk/lib/mathn.rb	2006-08-20 20:35:54 UTC (rev 540)
@@ -15,8 +15,6 @@
 require "matrix.rb"
 
 class Integer
-
-  remove_method(:gcd2)
   def gcd2(other)
     min = self.abs
     max = other.abs

Modified: trunk/opt_insn_unif.def
===================================================================
--- trunk/opt_insn_unif.def	2006-08-18 08:58:35 UTC (rev 539)
+++ trunk/opt_insn_unif.def	2006-08-20 20:35:54 UTC (rev 540)
@@ -3,6 +3,8 @@
 #
 #
 
+__END__
+
 putobject putobject
 putobject putstring
 putobject setlocal

Modified: trunk/opt_operand.def
===================================================================
--- trunk/opt_operand.def	2006-08-18 08:58:35 UTC (rev 539)
+++ trunk/opt_operand.def	2006-08-20 20:35:54 UTC (rev 540)
@@ -7,6 +7,8 @@
 #  wildcard: *
 #
 
+__END__
+
 getlocal 2
 getlocal 3
 getlocal 4


--
ML: yarv-diff quickml.atdot.net
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧][生データ]