Powered by Apache

CVS log for OpenXM/src/k097/lib/ox/ox.k

[BACK] Up to [local] / OpenXM / src / k097 / lib / ox

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 1 22:45:56 2016 UTC (8 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored) to selected 1.10 (colored)

Removed newline in " "

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jan 28 00:13:45 2008 UTC (16 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.10 (colored)

Use /bin/sh instead of /bin/csh

Revision 1.12 / (download) - annotate - [select for diffs], Fri Nov 8 02:54:12 2002 UTC (21 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.11: +7 -2 lines
Diff to previous 1.11 (colored) to selected 1.10 (colored)

Added a new function oxGetClientList() for kan/k0.
Fixed a bug concerning oxGetClientList with OXRFC 101 (oxc).

Revision 1.11 / (download) - annotate - [select for diffs], Fri Jan 26 12:24:57 2001 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.10: +49 -21 lines
Diff to previous 1.10 (colored)

Methods OnTimer() and OffTimer() are added to the class Asir.
nonquasi2(), DeRham2WithAsir(), and DeRham3WithAsir()
are ready for taking timing data.

Revision 1.10 / (download) - annotate - [selected], Sat Jan 13 12:40:57 2001 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.9: +16 -4 lines
Diff to previous 1.9 (colored)

There has been a bug on the evaluation of the size of class inctances.
class declaration requires the key word local even there is no
instance variable, for example,
class hoge extends foo {
   local ;
   def method1() {  }
}

Revision 1.9 / (download) - annotate - [select for diffs], Wed Dec 27 10:16:12 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.8: +13 -3 lines
Diff to previous 1.8 (colored) to selected 1.10 (colored)

Added rpc_submit (only submit a job) and rpc_str (submit a job and get
a result by string).

Revision 1.8 / (download) - annotate - [select for diffs], Thu Dec 21 09:25:23 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.10 (colored)

ox.k uses OpenXM/bin/oxc.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 14 10:04:57 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.6: +20 -1 lines
Diff to previous 1.6 (colored) to selected 1.10 (colored)

Added methods
   executeString
and
   popString
to the class OX.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Dec 14 04:35:16 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored) to selected 1.10 (colored)

A change of ox.k following the change of
the protocol of SM_control_spawn_server
(OX-RFC-101).

Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 12 13:58:21 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.4: +94 -13 lines
Diff to previous 1.4 (colored) to selected 1.10 (colored)

rpc method is added to the class OX.
Example:
  a = startAsir();
  f = a.rpc("fctr",[x^10-1]);
  Println(f);

Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 11 13:53:28 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.3: +19 -2 lines
Diff to previous 1.3 (colored) to selected 1.10 (colored)

OX.generate(null,servername) starts the control server and an engine
"servername" and returns an OX object.  The OpenXM RFC 101 protocol
is used.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 10 11:07:45 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.2: +53 -8 lines
Diff to previous 1.2 (colored) to selected 1.10 (colored)

Reconstructing the object hierarchy again:
  OX extends OXcontrol,
  OXcontrol extends Object,
  OXchannel extends Object.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 6 23:45:32 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.1: +33 -7 lines
Diff to previous 1.1 (colored) to selected 1.10 (colored)

Reconstructing object structure:
  OXcontrol extends Object,
  OXengine extends OXcontrol.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 6 11:37:34 2000 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Diff to selected 1.10 (colored)

Class library of kan/k0 for OpenXM RFC 101.
class OX extends Object.
Methods implemented:  start("name");

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




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