Up to [local] / OpenXM / src / OpenMath
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Wed Oct 11 09:30:31 2000 UTC (24 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: 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: +2 -2
lines
Diff to previous 1.3 (unified)
An import path is fixed.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 11 08:32:14 2000 UTC (24 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.2: +6 -6
lines
Diff to previous 1.2 (unified)
I have replaced all stdout by stderr, that is, System.out.println ==> System.err.println
Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 15 15:02:06 2000 UTC (24 years, 7 months ago) by tam
Branch: MAIN
CVS Tags: RELEASE_1_1_3,
RELEASE_1_1_2
Changes since 1.1: +7 -8
lines
Diff to previous 1.1 (unified)
I changed to handle from DataStream to OpenXMconnection. OpenXMconnection class is abstract class which has stream consists of Bytes and 32bit Integers.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jan 28 06:22:01 2000 UTC (24 years, 9 months ago) by tam
Branch: MAIN
I tried to write simple test client by Java.