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

yarv-diff:227

From: ko1 atdot.net
Date: 12 Feb 2006 06:40:39 -0000
Subject: [yarv-diff:227] r384 - in trunk: . yarvtest

Author: ko1
Date: 2006-02-12 15:40:38 +0900 (Sun, 12 Feb 2006)
New Revision: 384

Modified:
   trunk/
   trunk/ChangeLog
   trunk/parse.y
   trunk/yarvtest/test_exception.rb
Log:
 r562@leremita:  ko1 | 2006-02-12 15:40:04 +0900
 	* parse.y : fix to remove including env.h
 
 	* yarvtest/test_exception.rb : fix syntax (add 'end')
 



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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-02-12 06:28:53 UTC (rev 383)
+++ trunk/ChangeLog	2006-02-12 06:40:38 UTC (rev 384)
@@ -4,6 +4,13 @@
 #  from Mon, 03 May 2004 01:24:19 +0900
 #
 
+2006-02-12(Sun) 15:39:09 +0900  Koichi Sasada  <ko1 atdot.net>
+
+	* parse.y : fix to remove including env.h
+
+	* yarvtest/test_exception.rb : fix syntax (add 'end')
+
+
 2006-02-12(Sun) 15:14:44 +0900  Koichi Sasada  <ko1 atdot.net>
 
 	* env.h : removed

Modified: trunk/parse.y
===================================================================
--- trunk/parse.y	2006-02-12 06:28:53 UTC (rev 383)
+++ trunk/parse.y	2006-02-12 06:40:38 UTC (rev 384)
@@ -17,7 +17,6 @@
 #define YYSTACK_USE_ALLOCA 0
 
 #include "ruby.h"
-#include "env.h"
 #include "intern.h"
 #include "node.h"
 #include "st.h"

Modified: trunk/yarvtest/test_exception.rb
===================================================================
--- trunk/yarvtest/test_exception.rb	2006-02-12 06:28:53 UTC (rev 383)
+++ trunk/yarvtest/test_exception.rb	2006-02-12 06:40:38 UTC (rev 384)
@@ -394,5 +394,6 @@
         end
       }.call
     }
+  end
 end
 


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

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