Up to [local] / OpenXM / src / ox_toolkit
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Wed Oct 12 04:03:37 2005 UTC (19 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.8: +4 -3
lines
Diff to previous 1.8 (colored)
The ox_toolkit is reversely patched to the version -D 'July 24 0:0:0 2005' In order to try and maintain a test implementation of new mathcap in the ox_toolkit, checkout the new-mathcap-branch by cd OpenXM/src/ox_toolkit ; rcvs -r new-math-cap update See OpenXM/doc/HOWTO/cvs-branch-ja.txt for details.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 26 12:52:05 2005 UTC (19 years, 3 months ago) by ohara
Branch: MAIN
CVS Tags: new-mathcap-branch
Changes since 1.7: +3 -4
lines
Diff to previous 1.7 (colored)
Simplifying mathcap handling of ox_toolkit.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Dec 1 17:32:26 2004 UTC (19 years, 11 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
for gcc 3.4.2
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 28 11:53:00 2004 UTC (20 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.5: +6 -5
lines
Diff to previous 1.5 (colored)
fixed
Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 4 20:43:55 2003 UTC (21 years, 9 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Changing behavior of ox_stderr_init() and ox_printf()
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 11 11:42:31 2003 UTC (21 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Add a global variable ox_stderr and ox_stderr_init() for CYGWIN.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 10 05:23:20 2000 UTC (24 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: maekawa-ipv6,
RELEASE_1_2_1
Changes since 1.2: +64 -61
lines
Diff to previous 1.2 (colored)
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.2 / (download) - annotate - [select for diffs], Fri Mar 10 12:24:38 2000 UTC (24 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_1_3,
RELEASE_1_1_2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
ox.h and ox_tag.h have been renamed
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
CVS Tags: RELEASE_20000124
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.