Powered by Apache

CVS log for OpenXM_contrib2/asir2000/io/cio.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / io

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - annotate - [select for diffs], Wed Jun 29 05:10:14 2016 UTC (7 years, 10 months ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.22: +4 -4 lines
Diff to previous 1.22 (colored)

Replaced CMO_BIGFLOAT by CMO_BIGFLOAT32.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jun 28 11:59:30 2016 UTC (7 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.21: +19 -28 lines
Diff to previous 1.21 (colored)

Modified format of CMO_BIGFLOAT.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Mar 31 05:30:32 2016 UTC (8 years ago) by noro
Branch: MAIN
Changes since 1.20: +8 -2 lines
Diff to previous 1.20 (colored)

Added a function delete_vars(VList) which deletes vars in VList from
the indeterminate list. (delete_vars = remove_vars)

ox_rpc and ox_cmo_rpc accept the name of a user-defined function
defined by ox_execute_string.

Revision 1.20 / (download) - annotate - [select for diffs], Tue Aug 18 02:26:05 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.19: +25 -4 lines
Diff to previous 1.19 (colored)

Added functions for CMO_COMPLEX>

Revision 1.19 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:55 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Aug 13 00:13:03 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

Fixed bugs in read_longarray and write_longarray.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Aug 12 10:45:12 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.16: +4 -16 lines
Diff to previous 1.16 (colored)

Corrected the behavior of write_cmo_bf and read_cmo_bf.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 6 10:01:52 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 6 09:12:29 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.14: +21 -1 lines
Diff to previous 1.14 (colored)

Added a new interface to ox_pari.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Aug 4 10:19:31 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.13: +680 -665 lines
Diff to previous 1.13 (colored)

Fixed bugs in the functions for sending/receiving mpfr.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Aug 4 06:20:45 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.12: +57 -2 lines
Diff to previous 1.12 (colored)

PARI is now being replaced by MPFR (GNU multiprecision floating-point reliable library).
1. eval() now calls functions in libmpfr.a.
2. PARI will be wrapped as an ox server 'ox_pari' (not yet).
Warning: Asir will not be built with interval arithmetics for a while.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Apr 8 22:29:00 2003 UTC (21 years ago) by ohara
Branch: MAIN
CVS Tags: 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, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.11: +4 -1 lines
Diff to previous 1.11 (colored)

If a macro "VISUAL" is not defined, then ctype.h is included.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:20 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.10: +71 -143 lines
Diff to previous 1.10 (colored)

Conversion to ANSI style (not completed yet).

Revision 1.10 / (download) - annotate - [select for diffs], Fri Aug 31 09:17:13 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.9: +69 -90 lines
Diff to previous 1.9 (colored)

Now implementing send/receive functions for tree.
At present the receive routine returns the raw list.
fnodetotree has been modified so that
quotetolist(<<a,b,c,...>>) returns
[function,exponent_vector,[internal,a],...].
 ^^^^^^^^ added

Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 6 04:25:43 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.8: +9 -1 lines
Diff to previous 1.8 (colored)

Added support of I_LIST in write_cmo_tree().

Revision 1.8 / (download) - annotate - [select for diffs], Mon Aug 6 01:48:33 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.7: +68 -33 lines
Diff to previous 1.7 (colored)

1. quotetolist(A) converts A (quoted expression) into a list.
2. ctrl("print_quote",1) => contents of quoted expressions are displayed.
3. CMO_TREE implementation (under construnction)

Revision 1.7 / (download) - annotate - [select for diffs], Fri Aug 3 08:50:19 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.6: +185 -1 lines
Diff to previous 1.6 (colored)

Code for TREE handling is being added. (currently broken)

Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 8 08:02:51 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.5: +19 -2 lines
Diff to previous 1.5 (colored)

Added a new datatype "BYTEARRAY" whose object id is 16(=O_BYTEARRAY).
This datatype corresponds to CMO_DATUM.

A BYTEARRAY is created by newbytearray(Len) or newbytearray(Len,List).
The usage is the same as newvect().

Revision 1.5 / (download) - annotate - [select for diffs], Thu Sep 7 23:59:54 2000 UTC (23 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.4: +44 -1 lines
Diff to previous 1.4 (colored)

Added a support for CMO_pushCMOtag.
Fixed bugs in lib/gr. All the "print" commands are executed only when
dp_gr_print() returns a nonzero value.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:17 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Sorry, the email address in the license agreement was incorrect.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:38 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.2: +48 -1 lines
Diff to previous 1.2 (colored)

Added copyright notice and license agreement. It is mandatory to distribute
Risa/Asir source codes freely.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 28 06:32:22 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.1: +31 -3 lines
Diff to previous 1.1 (colored)

Added an implementation of CMO_IEEE_DOUBLE_FLOAT.
The byte order conversion is the same as that of integers.
'ox_plot' now uses CMO protocol.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:11 1999 UTC (24 years, 5 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124, RELEASE_1_1_2, ASIR2000
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Imported asir2000 as OpenXM_contrib2/asir2000.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:11 1999 UTC (24 years, 5 months ago) by noro
Branch: MAIN

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>