Up to [local] / OpenXM / src / ox_toolkit
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 10 05:23:20 2000 UTC (24 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: new-mathcap-branch,
maekawa-ipv6,
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,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
RELEASE_1_2_1,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.3: +32 -32
lines
Diff to previous 1.3 (unified)
ox_toolkit is up to date. 0. OXFILE is introduced. 1. we support new method of ox connection. 2. we support exchaging byte order. (in possible, we choose a byte order of machine integer). 3. cmo_list is rewritten. 4. we support a mathcap database. etc. Sorry, I forgot many changes.
Revision 1.3 / (download) - annotate - [selected], Tue Jan 18 12:24:18 2000 UTC (24 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_20000124,
RELEASE_1_1_3,
RELEASE_1_1_2
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (unified)
Bug fix of glib.c
Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 16 12:22:47 1999 UTC (24 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (unified) to selected 1.3 (unified)
I add $OpenXM$ header.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 16 11:35:48 1999 UTC (24 years, 10 months ago) by ohara
Branch: MAIN
Diff to selected 1.3 (unified)
ox_Xsample is a sample OpenXM server with X graphics. Q: How to use ox_Xsample? A: You can use it on asir with ox_X.asir. $ asir [1] load("ox_X.asir")$ [2] xsample_demo(); See ox_X.asir for detail.