Powered by Apache

CVS log for OpenXM/src/OpenMath/OM2OXM.java

[BACK] Up to [local] / OpenXM / src / OpenMath

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26 / (download) - annotate - [select for diffs], Wed Oct 11 08:32:13 2000 UTC (23 years, 7 months 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.25: +5 -5 lines
Diff to previous 1.25 (colored) to selected 1.5 (colored)

I have replaced all stdout by stderr, that is,
System.out.println ==> System.err.println

Revision 1.25 / (download) - annotate - [select for diffs], Wed Sep 13 06:44:55 2000 UTC (23 years, 8 months ago) by tam
Branch: MAIN
CVS Tags: RELEASE_1_1_3
Changes since 1.24: +5 -3 lines
Diff to previous 1.24 (colored) to selected 1.5 (colored)

I changed package to ORG.openxm.tam.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Apr 17 03:18:57 2000 UTC (24 years, 1 month ago) by tam
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.5 (colored)

I divide OpenXM.java to client model and server model objects.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Mar 15 15:02:05 2000 UTC (24 years, 2 months ago) by tam
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.22: +10 -13 lines
Diff to previous 1.22 (colored) to selected 1.5 (colored)

I changed to handle from DataStream to OpenXMconnection.
	OpenXMconnection class is abstract class which has
	stream consists of Bytes and 32bit Integers.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Mar 14 05:38:49 2000 UTC (24 years, 2 months ago) by tam
Branch: MAIN
Changes since 1.21: +13 -13 lines
Diff to previous 1.21 (colored) to selected 1.5 (colored)

I changed program interfaces.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Mar 14 05:10:37 2000 UTC (24 years, 2 months ago) by tam
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.5 (colored)

I changed CMO_LIST.java .

Revision 1.20 / (download) - annotate - [select for diffs], Tue Mar 14 05:02:34 2000 UTC (24 years, 2 months ago) by tam
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.5 (colored)

I changed CMO_DATUM.java.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Mar 14 04:44:16 2000 UTC (24 years, 2 months ago) by tam
Branch: MAIN
Changes since 1.18: +4 -4 lines
Diff to previous 1.18 (colored) to selected 1.5 (colored)

I changed CMO interfaces.
	It was removed cmoError2. cmoInt32, cmoNull.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Feb 28 14:10:28 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored) to selected 1.5 (colored)

CMO Tree has used Basic as the dictionary name.
Basic is changed to basic to be compatible with OpenMath and longname.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Jan 21 12:17:49 2000 UTC (24 years, 4 months ago) by tam
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.16: +30 -14 lines
Diff to previous 1.16 (colored) to selected 1.5 (colored)

I added to convert from a symbol of over of OpenMath to CMO_QQ
	and from monomials which has a coefficient of rational to CMO.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jan 20 18:14:32 2000 UTC (24 years, 4 months ago) by tam
Branch: MAIN
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored) to selected 1.5 (colored)

I added a mechanism to check mathcap.
	But this isn't tested and used dirty trick yet.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jan 20 13:58:48 2000 UTC (24 years, 4 months ago) by tam
Branch: MAIN
Changes since 1.14: +17 -5 lines
Diff to previous 1.14 (colored) to selected 1.5 (colored)

I added OMproxy to convert data between CMO_LIST and a list object of OM.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Jan 19 15:32:50 2000 UTC (24 years, 4 months ago) by tam
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.5 (colored)

I made OMproxy to check -debug options when showing debug messages.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Dec 9 00:32:36 1999 UTC (24 years, 5 months ago) by tam
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored) to selected 1.5 (colored)

fixit the bug which can't convert the integer from xml to cmo correctly.
	(only the integer x, exists k, 2^(8*k-1)<= x < 2^(8*k) ).

Revision 1.12 / (download) - annotate - [select for diffs], Thu Nov 18 15:13:01 1999 UTC (24 years, 6 months ago) by tam
Branch: MAIN
Changes since 1.11: +36 -1 lines
Diff to previous 1.11 (colored) to selected 1.5 (colored)

added to support CMO_RECURSIVE_POLYNOMIAL.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 17 08:37:29 1999 UTC (24 years, 6 months ago) by tam
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.5 (colored)

added to convert from XML to CMO.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 17 07:04:25 1999 UTC (24 years, 6 months ago) by tam
Branch: MAIN
Changes since 1.9: +11 -7 lines
Diff to previous 1.9 (colored) to selected 1.5 (colored)

add to convert CMO_TREE to OpenMath TREE expression.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 16 13:16:22 1999 UTC (24 years, 6 months ago) by tam
Branch: MAIN
Changes since 1.8: +23 -16 lines
Diff to previous 1.8 (colored) to selected 1.5 (colored)

implement to return CMO_ERROR2 when failed to convert.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Nov 15 23:13:21 1999 UTC (24 years, 6 months ago) by tam
Branch: MAIN
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored) to selected 1.5 (colored)

change program interface of CMO_TREE

Revision 1.7 / (download) - annotate - [select for diffs], Mon Nov 15 06:19:26 1999 UTC (24 years, 6 months ago) by tam
Branch: MAIN
Changes since 1.6: +12 -3 lines
Diff to previous 1.6 (colored) to selected 1.5 (colored)

implement CMO_BIGFLOAT convertion.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 14 22:57:44 1999 UTC (24 years, 6 months ago) by tam
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

fixit CMO_ZZ can't send -1.

Revision 1.5 / (download) - annotate - [selected], Fri Nov 12 11:36:09 1999 UTC (24 years, 6 months ago) by tam
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

fixit not to keep space words to convert character number.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 12 08:07:56 1999 UTC (24 years, 6 months ago) by tam
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.5 (colored)

fixit CMO to XML bug for distributed polynomials.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Nov 12 07:46:37 1999 UTC (24 years, 6 months ago) by tam
Branch: MAIN
Changes since 1.2: +39 -4 lines
Diff to previous 1.2 (colored) to selected 1.5 (colored)

implement <OMSTR> to CMO_STRING code.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 4 19:36:41 1999 UTC (24 years, 6 months ago) by tam
Branch: MAIN
Changes since 1.1: +14 -8 lines
Diff to previous 1.1 (colored) to selected 1.5 (colored)

I had forgot to add "<OMOBJ>" & "</OMOBJ>" in CMO2OMXML and correct example.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Nov 2 11:52:34 1999 UTC (24 years, 6 months ago) by tam
Branch: TAMURA
CVS Tags: OpenMATH
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.5 (colored)

Open Math support (old JavaSupport directry)
	I mistaked to handle CVS, so I decided to start new directry.
	Sorry!

Revision 1.1 / (download) - annotate - [select for diffs], Tue Nov 2 11:52:34 1999 UTC (24 years, 6 months ago) by tam
Branch: MAIN
Diff to selected 1.5 (colored)

Initial revision

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>