[BACK]Return to project.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-specs

Diff for /OpenXM/doc/OpenXM-specs/project.tex between version 1.2 and 1.3

version 1.2, 2000/01/24 07:36:35 version 1.3, 2000/01/24 12:32:49
Line 1 
Line 1 
 %% $OpenXM: OpenXM/doc/OpenXM-specs/project.tex,v 1.1.1.1 2000/01/20 08:52:46 noro Exp $  %% $OpenXM: OpenXM/doc/OpenXM-specs/project.tex,v 1.2 2000/01/24 07:36:35 noro Exp $
 //&jp \section{現在検討中の機能}  //&jp \section{現在検討中の機能}
 //&eg \section{Projects in work in progress}  //&eg \section{Projects in work in progress}
   
Line 87  If {\tt size} of Tail is equal to 0, then it has no di
Line 87  If {\tt size} of Tail is equal to 0, then it has no di
 */  */
 /*&eg  /*&eg
 Suppose that the mathcap handling is incomplete and an application  Suppose that the mathcap handling is incomplete and an application
 has received unknown CMObject. If the mode 1 is used,  has received unknown CMObject.
 In mode 1, the application cannot detect the end of the CMObject  In mode 1, the application cannot detect the end of the CMObject
 and it will not be able to understand the subsequent messages.  and it will not be able to understand the subsequent messages.
 In mode 2, the application can detect the end of the unknown CMObject  In mode 2, the application can detect the end of the unknown CMObject
Line 125  OX Message, SMobject を表現するために使用する.
Line 125  OX Message, SMobject を表現するために使用する.
 /*&eg  /*&eg
 0x10000 ID's beginning from  0x10000 ID's beginning from
 {\tt CMO\_PRIVATE} = {\tt OX\_PRIVATE} = {\tt SM\_PRIVATE}  {\tt CMO\_PRIVATE} = {\tt OX\_PRIVATE} = {\tt SM\_PRIVATE}
 is reserved for private use.  are reserved for private use.
 They can be used to represent OX tags, CMObjects, SMobjects  They can be used to represent OX tags, CMObjects, SMobjects
 which are not authorized yet.  which are not authorized yet.
 */  */
Line 161  add, sub, mul, などの基本的な計算は {\tt SM\_executeFu
Line 161  add, sub, mul, などの基本的な計算は {\tt SM\_executeFu
 Fundamental operations such as {\tt add}, {\tt sub}, {\tt mul} should be  Fundamental operations such as {\tt add}, {\tt sub}, {\tt mul} should be
 executed on any server by {\tt SM\_executeFunction}.  executed on any server by {\tt SM\_executeFunction}.
 Control structures on stack machines such as {\tt if} and {\tt for}  Control structures on stack machines such as {\tt if} and {\tt for}
 are also considered.  are also being considered.
 */  */
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>