Powered by Apache

CVS log for OpenXM/src/ox_toolkit/mathcap.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - annotate - [select for diffs], Tue Aug 23 05:36:39 2016 UTC (7 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Fixed a bug in clone_str_list() : if(!src) -> if(src).

Revision 1.17 / (download) - annotate - [select for diffs], Tue Aug 23 02:24:19 2016 UTC (7 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.16: +43 -4 lines
Diff to previous 1.16 (colored)

New format for cmo mathcap was implemented.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jun 29 05:07:23 2016 UTC (7 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Add CMO_BIGFLOAT32 (ID: 52).

Revision 1.15 / (download) - annotate - [select for diffs], Tue Aug 18 02:24:04 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.14: +4 -1 lines
Diff to previous 1.14 (colored)

Added functions for conversion of polynomials between CMO and pari.
Added a new CMO tag CMO_COMPLEX=35.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Aug 4 05:24:44 2015 UTC (8 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Added implementation for CMO_BIGFLOAT.
Warning: installation of mpfr is necessary.
Added ox_pari (incomplete).

Revision 1.13 / (download) - annotate - [select for diffs], Wed Oct 12 04:03:37 2005 UTC (18 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.12: +265 -123 lines
Diff to previous 1.12 (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.12.2.1 / (download) - annotate - [select for diffs], Wed Oct 12 03:49:17 2005 UTC (18 years, 6 months ago) by takayama
Branch: new-mathcap-branch
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

This version revised in July 26, 2005 will be in the new-mathcap-branch.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jul 26 12:52:05 2005 UTC (18 years, 9 months ago) by ohara
Branch: MAIN
Branch point for: new-mathcap-branch
Changes since 1.11: +123 -265 lines
Diff to previous 1.11 (colored)

Simplifying mathcap handling of ox_toolkit.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Mar 4 06:29:46 2005 UTC (19 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored)

register CMO_QQ and CMO_IEEE_DOUBLE_FLOAT to the mathcap database.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Sep 15 09:31:41 2003 UTC (20 years, 7 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Add some "cast".
Fixed some bugs.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jun 2 10:25:56 2003 UTC (20 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored)

1. In parse.c, mkstr was replaced by new_string.
2. Add cpp-macros ALLOCA(x), MALLOC(x) and FREE(x).

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 19 06:57:38 2003 UTC (20 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

fixed a bug. (by iwane)

Revision 1.7 / (download) - annotate - [select for diffs], Sun Dec 3 16:15:03 2000 UTC (23 years, 5 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2, RELEASE_1_2_1
Changes since 1.6: +13 -14 lines
Diff to previous 1.6 (colored)

Several comments are rewritten in English.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Nov 27 09:57:10 2000 UTC (23 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.5: +1 -11 lines
Diff to previous 1.5 (colored)

compile errors fixed.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 24 05:49:26 2000 UTC (23 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.4: +143 -144 lines
Diff to previous 1.4 (colored)

The field `mathcap' of OXFILE is added.
Several functions are renamed.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 21 07:59:08 2000 UTC (23 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.3: +48 -46 lines
Diff to previous 1.3 (colored)

Some variables and functions are renamed.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Nov 18 05:49:18 2000 UTC (23 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.2: +140 -134 lines
Diff to previous 1.2 (colored)

a tentative code.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 12 15:40:41 2000 UTC (23 years, 6 months ago) by ohara
Branch: MAIN
CVS Tags: maekawa-ipv6
Changes since 1.1: +121 -84 lines
Diff to previous 1.1 (colored)

An implementation of mathcap_sm[] is rewritten.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Oct 10 05:23:20 2000 UTC (23 years, 7 months ago) by ohara
Branch: MAIN

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.

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>