Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.29 / (download) - annotate - [select for diffs], Thu Apr 5 05:30:20 2018 UTC (6 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.28: +14 -1 lines
Diff to previous 1.28 (colored)

Summary: Add a function list_nth_cell().

Revision 1.28 / (download) - annotate - [select for diffs], Tue Apr 3 09:58:30 2018 UTC (6 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.27: +14 -3 lines
Diff to previous 1.27 (colored)

Add two functions:
new_cmo_indeterminate_set_name() and cmo_indeterminate_get_name().

Revision 1.27 / (download) - annotate - [select for diffs], Thu Jun 30 01:14:00 2016 UTC (7 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.26: +1 -3 lines
Diff to previous 1.26 (colored)

Fixed for Visual Studio.

Revision 1.26 / (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.25: +2 -2 lines
Diff to previous 1.25 (colored)

Add CMO_BIGFLOAT32 (ID: 52).

Revision 1.25 / (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.24: +16 -1 lines
Diff to previous 1.24 (colored)

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

Revision 1.24 / (download) - annotate - [select for diffs], Mon Aug 17 05:18:35 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.23: +15 -1 lines
Diff to previous 1.23 (colored)

Fixed bugs in ox_toolkit.
Modifed evalparif() in asir and sm_executeFunction() in ox_pari
so that functions can be easily added.

Revision 1.23 / (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.22: +18 -1 lines
Diff to previous 1.22 (colored)

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

Revision 1.22 / (download) - annotate - [select for diffs], Wed Mar 14 10:30:54 2007 UTC (17 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.21: +8 -9 lines
Diff to previous 1.21 (colored)

Fixed the implementation of CMO_QQ.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Oct 12 04:03:37 2005 UTC (18 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.20: +3 -27 lines
Diff to previous 1.20 (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.20 / (download) - annotate - [select for diffs], Tue Jul 26 12:52:04 2005 UTC (18 years, 9 months ago) by ohara
Branch: MAIN
CVS Tags: new-mathcap-branch
Changes since 1.19: +27 -3 lines
Diff to previous 1.19 (colored)

Simplifying mathcap handling of ox_toolkit.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Jul 20 17:48:03 2005 UTC (18 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.18: +21 -1 lines
Diff to previous 1.18 (colored)

Add some functions to ox toolkit.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Mar 3 07:25:17 2005 UTC (19 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.17: +28 -3 lines
Diff to previous 1.17 (colored)

Add two functions send_cmo_qq and receive_cmo_qq.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Nov 2 03:09:16 2003 UTC (20 years, 6 months ago) by iwane
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored)

fixed a bug in new_string_set_cmo_list()

Revision 1.16 / (download) - annotate - [select for diffs], Thu Sep 18 12:46:08 2003 UTC (20 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.15: +20 -1 lines
Diff to previous 1.15 (colored)

Add the structures "cmo_tree", "cmo_lambda" and new/receive/send functions.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Sep 15 09:31:41 2003 UTC (20 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

Add some "cast".
Fixed some bugs.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Aug 21 12:44:06 2003 UTC (20 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.13: +21 -1 lines
Diff to previous 1.13 (colored)

Add an implementation of cmo_recursive_polynomial

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 5 21:12:07 2003 UTC (20 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.12: +10 -10 lines
Diff to previous 1.12 (colored)

1. some MALLOCs were replaced by MALLOC_ATOMIC.
2. new_string_set_cmo_double() was fixed.
3. _mpz_realloc() was fixed.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jun 3 16:06:48 2003 UTC (20 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.11: +12 -4 lines
Diff to previous 1.11 (colored)

Add new member "exp" to struct cell and a function list_append_monomial().

Revision 1.11 / (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.10: +23 -24 lines
Diff to previous 1.10 (colored)

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

Revision 1.10 / (download) - annotate - [select for diffs], Sun Mar 30 08:05:22 2003 UTC (21 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.9: +1 -11 lines
Diff to previous 1.9 (colored)

Add gmp_fake.c which is a minimal subset of GNU MP.
Only some interfaces are implemented.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 23 20:17:34 2003 UTC (21 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.8: +11 -1 lines
Diff to previous 1.8 (colored)

The GMP library can be removed from libox.a (yet not work)

Revision 1.8 / (download) - annotate - [select for diffs], Mon Feb 3 23:13:23 2003 UTC (21 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.7: +2 -6 lines
Diff to previous 1.7 (colored)

symbol_get_key() replaced by get_symbol_by_tag().

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 17 07:40:10 2003 UTC (21 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.6: +16 -2 lines
Diff to previous 1.6 (colored)

new_string_set_cmo_double

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 17 06:49:53 2003 UTC (21 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.5: +9 -1 lines
Diff to previous 1.5 (colored)

Add cmo_double

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jan 13 12:03:12 2003 UTC (21 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Add ox_printf() for wrapping fprintf(stderr, ...).

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 11 11:42:31 2003 UTC (21 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.3: +2 -2 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], Thu Dec 14 01:39:31 2000 UTC (23 years, 4 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.2: +4 -1 lines
Diff to previous 1.2 (colored)

If list_appendl() has the NULL pointer as its first argument, then
the function replaces NULL by new_cmo_list().

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

Unnecessary headers are removed.

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>