Up to [local] / OpenXM / doc / OpenXM-web
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Sun Aug 28 02:43:16 2016 UTC (8 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored) to selected 1.4 (colored)
Added SM_nop (300) to the specification. asirgui --> ox_sm1 by sm1.start() partially works, but ox_reset(...) still hangs with waiting syncball after getting (OX_COMMAND,SM_nop) (We can try it by asir_contrib_update(|update=7); from tomorrow's rsync.)
Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 8 03:14:23 2004 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored) to selected 1.4 (colored)
Changed the id from 280 to 282 for SM_executeFunctionWithOptionalArgument.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Mar 8 03:08:12 2004 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored) to selected 1.4 (colored)
Problem: There was no way to execute a function with optional argument on an ox server. For example, dp_gr_main([x^2+y^2-1,x*y-1] | order=[[10,1]]); cannot be executed on the ox_asir (except using executeString). Solution: Added a new SM command SM_executeFunctionWithOptionalArgument.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 13 05:12:27 2003 UTC (21 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2
Changes since 1.7: +4 -1
lines
Diff to previous 1.7 (colored) to selected 1.4 (colored)
#define SM_executeFunctionAndPopCMO 278 #define SM_executeFunctionAndPopSerializedLocalObject 279 Added these new stackmachine commands (experimental).
Revision 1.7 / (download) - annotate - [select for diffs], Thu Nov 30 10:19:53 2000 UTC (23 years, 11 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored) to selected 1.4 (colored)
SM_control_reset_connection_pid has been renamed SM_control_reset_connection_server.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 30 06:52:08 2000 UTC (23 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.5: +2 -4
lines
Diff to previous 1.5 (colored) to selected 1.4 (colored)
The SM_control_kill_pid deleted.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 28 17:22:48 2000 UTC (23 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.4: +5 -2
lines
Diff to previous 1.4 (colored)
I regist the follwoing SM commands; SM_control_kill_pid, SM_control_reset_connection_pid. The SM_control_kill_pid above kills the OX computing process identified by an integer `pid'. usage for SM_control_kill_pid: Stack before the request: (CMO_INT32, pid) Output: none.
Revision 1.4 / (download) - annotate - [selected], Fri Nov 17 04:35:20 2000 UTC (23 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
some SM_control_* are added.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 2 02:03:42 2000 UTC (24 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6,
RELEASE_1_1_3,
RELEASE_1_1_2
Changes since 1.2: +3 -2
lines
Diff to previous 1.2 (colored) to selected 1.4 (colored)
A new SM tag SM_pushCMOtag is added. It pushes the CMO tag of the top object on the server stack. The object itself remains on the server stack. See stackmachine.tex for details.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 19 00:31:38 2000 UTC (24 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored) to selected 1.4 (colored)
IMPORTANT: OX_PRIVATE and SM_PRIVATE tags are added. The numbers more than these numbers can be used for private use. Noro-san; please add these to the specification.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jan 18 07:30:13 2000 UTC (24 years, 9 months ago) by takayama
Branch: MAIN
Diff to selected 1.4 (colored)
A draft version of the home page of OpenXM as is announced in our paper I want to quit the work of managing this web page and I am looking for a person who manage this page.