[BACK]Return to math2.tm CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_math

Diff for /OpenXM/src/ox_math/math2.tm between version 1.6 and 1.9

version 1.6, 1999/11/19 20:51:36 version 1.9, 2000/01/22 06:29:17
Line 1 
Line 1 
 /* -*- mode: C; coding: euc-japan -*- */  /* -*- mode: C; coding: euc-japan -*- */
 /* $OpenXM: OpenXM/src/ox_math/math2.tm,v 1.5 1999/11/07 12:12:55 ohara Exp $ */  /* $OpenXM: OpenXM/src/ox_math/math2.tm,v 1.8 2000/01/20 15:32:21 ohara Exp $ */
   
 /* サーバとの通信路を開く */  
 int OX_start P((const char *));  int OX_start P((const char *));
 :Begin:  :Begin:
 :Function: OX_start  :Function: OX_start
Line 11  int OX_start P((const char *));
Line 10  int OX_start P((const char *));
 :ReturnType: Integer  :ReturnType: Integer
 :End:  :End:
   
   int OX_start_remote_ssh P((const char *, const char *));
   :Begin:
   :Function: OX_start_remote_ssh
   :Pattern: OxStartRemoteSSH[s_String, host_String]
   :Arguments: {s, host}
   :ArgumentTypes: {String, String}
   :ReturnType: Integer
   :End:
   
 int OX_start_insecure P ((const char *, int, int));  int OX_start_insecure P ((const char *, int, int));
 :Begin:  :Begin:
 :Function: OX_start_insecure  :Function: OX_start_insecure
Line 20  int OX_start_insecure P ((const char *, int, int));
Line 28  int OX_start_insecure P ((const char *, int, int));
 :ReturnType: Integer  :ReturnType: Integer
 :End:  :End:
   
 int OX_executeStringByLocalParser P((const char *));  int OX_execute_string P((const char *));
   
 :Begin:  :Begin:
 :Function: OX_executeStringByLocalParser  :Function: OX_execute_string
 :Pattern: OxExecute[s_String]  :Pattern: OxExecuteString[s_String]
 :Arguments: {s}  :Arguments: {s}
 :ArgumentTypes: {String}  :ArgumentTypes: {String}
 :ReturnType: Integer  :ReturnType: Integer
Line 60  void OX_popCMO P(());
Line 68  void OX_popCMO P(());
 :ReturnType: Manual  :ReturnType: Manual
 :End:  :End:
   
 void OX_receive P(());  void OX_get P(());
   
 :Begin:  :Begin:
 :Function: OX_receive  :Function: OX_get
 :Pattern: OxReceive[]  :Pattern: OxGet[]
 :Arguments: {}  :Arguments: {}
 :ArgumentTypes: {}  :ArgumentTypes: {}
 :ReturnType: Manual  :ReturnType: Manual

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.9

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