[Ttssh2-commit] [6446] TTX の order を 0 から 10 に変更。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2016年 7月 15日 (金) 18:33:28 JST


Revision: 6446
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6446
Author:   doda
Date:     2016-07-15 18:33:28 +0900 (Fri, 15 Jul 2016)
Log Message:
-----------
TTX の order を 0 から 10 に変更。
TTProxy の前に他の TTX を割り込ませる事を可能にする為。

Modified Paths:
--------------
    trunk/TTProxy/TTProxy.h
    trunk/doc/en/html/about/history.html
    trunk/doc/ja/html/about/history.html

-------------- next part --------------
Modified: trunk/TTProxy/TTProxy.h
===================================================================
--- trunk/TTProxy/TTProxy.h	2016-07-15 09:33:25 UTC (rev 6445)
+++ trunk/TTProxy/TTProxy.h	2016-07-15 09:33:28 UTC (rev 6446)
@@ -289,8 +289,8 @@
 			/* This must contain the size of the structure. See below for its usage. */
 			sizeof EXPORTS,
 			/* load first */
-			0,
-			
+			10,
+
 			/* Now we just list the functions that we've implemented. */
 			TTProxy::TTXInit,
 			NULL,
@@ -308,7 +308,7 @@
 		int size = sizeof EXPORTS - sizeof exports->size;
 		/* do version checking if necessary */
 		/* if (Version!=TTVERSION) return FALSE; */
-		
+
 		if (size > exports->size) {
 			size = exports->size;
 		}

Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html	2016-07-15 09:33:25 UTC (rev 6445)
+++ trunk/doc/en/html/about/history.html	2016-07-15 09:33:28 UTC (rev 6446)
@@ -60,10 +60,11 @@
     </ul>
   </li>
 
-  <!--li>Misc
+  <li>Misc
     <ul>
+      <li>upgraded TTProxy to <a href="#ttproxy_1.0.0.23">1.0.0.23</a></li>
     </ul>
-  </li-->
+  </li>
 </ul>
 
 
@@ -4123,6 +4124,11 @@
 
 <h2><a name="ttproxy">TTProxy</a></h2>
 
+<h3><a name="ttproxy_1.0.0.23">2016.xx.xx (Ver 1.0.0.23)</a></h3>
+<ul class="history">
+      <!-- li>TTX \x83\x8D\x81[\x83h\x8E\x9E\x82̗D\x90揇\x88\xCA (order) \x82\xF0 0 \x82\xA9\x82\xE7 10 \x82ɕύX\x82\xB5\x82\xBD\x81B</li -->
+</ul>
+
 <h3><a name="ttproxy_1.0.0.22">2015.12.01 (Ver 1.0.0.22)</a></h3>
 <ul class="history">
       <li>The command line option can be quoted from an offset when the '"' is used.</li>

Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html	2016-07-15 09:33:25 UTC (rev 6445)
+++ trunk/doc/ja/html/about/history.html	2016-07-15 09:33:28 UTC (rev 6446)
@@ -60,10 +60,11 @@
     </ul>
   </li>
 
-  <!--li>\x82\xBB\x82̑\xBC
+  <li>\x82\xBB\x82̑\xBC
     <ul>
+      <li><a href="#ttproxy_1.0.0.23">TTProxy(1.0.0.23)</a>\x82֍\xB7\x82\xB5\x91ւ\xA6\x82\xBD\x81B</li>
     </ul>
-  </li-->
+  </li>
 </ul>
 
 
@@ -4127,6 +4128,11 @@
 
 <h2><a name="ttproxy">TTProxy</a></h2>
 
+<h3><a name="ttproxy_1.0.0.23">2016.xx.xx (Ver 1.0.0.23)</a></h3>
+<ul class="history">
+      <li>TTX \x83\x8D\x81[\x83h\x8E\x9E\x82̗D\x90揇\x88\xCA (order) \x82\xF0 0 \x82\xA9\x82\xE7 10 \x82ɕύX\x82\xB5\x82\xBD\x81B</li>
+</ul>
+
 <h3><a name="ttproxy_1.0.0.22">2015.12.01 (Ver 1.0.0.22)</a></h3>
 <ul class="history">
       <li>\x83R\x83}\x83\x93\x83h\x83\x89\x83C\x83\x93\x83I\x83v\x83V\x83\x87\x83\x93\x82̃p\x81[\x83X\x8F\x88\x97\x9D\x82\xF0\x95ύX\x82\xB5\x81A\x83p\x83\x89\x83\x81\x81[\x83^\x82̓r\x92\x86\x82\xA9\x82\xE7\x82ł\xE0 '"' \x82ɂ\xE6\x82\xE9\x83N\x83I\x81[\x83g\x82\xF0\x89”\\x82ɂ\xB5\x82\xBD\x81B</li>



Ttssh2-commit メーリングリストの案内
Back to archive index