Up to [local] / OpenXM / src / ox_toolkit
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.25 / (download) - annotate - [select for diffs], Thu Jul 14 08:16:19 2016 UTC (8 years, 3 months ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.24: +51 -6
lines
Diff to previous 1.24 (colored) to selected 1.9 (colored)
Add oxf_select function.
Revision 1.24 / (download) - annotate - [select for diffs], Thu Jun 30 01:14:00 2016 UTC (8 years, 4 months ago) by ohara
Branch: MAIN
Changes since 1.23: +15 -3
lines
Diff to previous 1.23 (colored) to selected 1.9 (colored)
Fixed for Visual Studio.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Aug 27 03:03:33 2015 UTC (9 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.22: +12 -4
lines
Diff to previous 1.22 (colored) to selected 1.9 (colored)
Add directives for VisualStudio.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Aug 21 00:53:53 2015 UTC (9 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.21: +5 -1
lines
Diff to previous 1.21 (colored) to selected 1.9 (colored)
In oxf_read(), exit() is executed if read() returns 0.
Revision 1.21 / (download) - annotate - [select for diffs], Wed Aug 5 00:59:05 2015 UTC (9 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.20: +3 -3
lines
Diff to previous 1.20 (colored) to selected 1.9 (colored)
Fixed bugs in functions for sending/receiving int64.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Mar 3 06:21:22 2005 UTC (19 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: new-mathcap-branch,
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.19: +5 -5
lines
Diff to previous 1.19 (colored) to selected 1.9 (colored)
fixed return type of receive_double
Revision 1.19 / (download) - annotate - [select for diffs], Thu Mar 3 04:40:51 2005 UTC (19 years, 8 months ago) by ohara
Branch: MAIN
Changes since 1.18: +68 -7
lines
Diff to previous 1.18 (colored) to selected 1.9 (colored)
1. Remove an option --with-gmp of configure. 2. Add two member functions send_double and receive_double to the OXFILE class.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Sep 15 09:31:42 2003 UTC (21 years, 1 month 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.17: +9 -7
lines
Diff to previous 1.17 (colored) to selected 1.9 (colored)
Add some "cast". Fixed some bugs.
Revision 1.17 / (download) - annotate - [select for diffs], Mon Jun 2 10:25:57 2003 UTC (21 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.16: +9 -9
lines
Diff to previous 1.16 (colored) to selected 1.9 (colored)
1. In parse.c, mkstr was replaced by new_string. 2. Add cpp-macros ALLOCA(x), MALLOC(x) and FREE(x).
Revision 1.16 / (download) - annotate - [select for diffs], Thu May 29 15:50:49 2003 UTC (21 years, 5 months ago) by ohara
Branch: MAIN
Changes since 1.15: +34 -4
lines
Diff to previous 1.15 (colored) to selected 1.9 (colored)
Add write-buffering to OXFILE. See int oxf_setbuffer().
Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 23 20:17:35 2003 UTC (21 years, 7 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.14: +1 -3
lines
Diff to previous 1.14 (colored) to selected 1.9 (colored)
The GMP library can be removed from libox.a (yet not work)
Revision 1.14 / (download) - annotate - [select for diffs], Mon Jan 13 12:03:12 2003 UTC (21 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored) to selected 1.9 (colored)
Add ox_printf() for wrapping fprintf(stderr, ...).
Revision 1.13 / (download) - annotate - [select for diffs], Sat Jan 11 11:42:31 2003 UTC (21 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored) to selected 1.9 (colored)
Add a global variable ox_stderr and ox_stderr_init() for CYGWIN.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 10 08:55:45 2002 UTC (22 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.11: +7 -1
lines
Diff to previous 1.11 (colored) to selected 1.9 (colored)
tentative fix for compiling on solaris
Revision 1.11 / (download) - annotate - [select for diffs], Sat Dec 16 01:49:32 2000 UTC (23 years, 10 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.10: +4 -3
lines
Diff to previous 1.10 (colored) to selected 1.9 (colored)
Functions "oxf_connect_*" return NULL on errors.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Dec 14 01:41:03 2000 UTC (23 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.9: +4 -6
lines
Diff to previous 1.9 (colored)
The oxf_execute_cmd() handles new method for SM_control_spawn_server.
Revision 1.9 / (download) - annotate - [selected], Sun Dec 3 16:15:03 2000 UTC (23 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.8: +12 -22
lines
Diff to previous 1.8 (colored)
Several comments are rewritten in English.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Dec 1 07:27:03 2000 UTC (23 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.7: +75 -1
lines
Diff to previous 1.7 (colored) to selected 1.9 (colored)
oxc_start_with_pipe() and some functions are added. oxc_start_with_pipe() launches the control server ``oxc'' by pipe(2) and ssh(1).
Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 28 22:11:14 2000 UTC (23 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.6: +7 -1
lines
Diff to previous 1.6 (colored) to selected 1.9 (colored)
(1) new member added to the OXFILE class. (2) oxf_fileno() added.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 28 04:24:12 2000 UTC (23 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.5: +16 -3
lines
Diff to previous 1.5 (colored) to selected 1.9 (colored)
The oxf_cmo_mathcap function moved to oxf.c.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Nov 24 05:49:27 2000 UTC (23 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.4: +32 -23
lines
Diff to previous 1.4 (colored) to selected 1.9 (colored)
The field `mathcap' of OXFILE is added. Several functions are renamed.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 12 15:53:25 2000 UTC (24 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: maekawa-ipv6
Changes since 1.3: +70 -1
lines
Diff to previous 1.3 (colored) to selected 1.9 (colored)
Some functions is implemented. For example, the oxf_execute_cmd() execute a computing server on a remote host.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 11 08:22:58 2000 UTC (24 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored) to selected 1.9 (colored)
I removed a conflict of symbols between ox_toolkit.h and errno.h.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Oct 11 06:56:03 2000 UTC (24 years, 1 month ago) by ohara
Branch: MAIN
Changes since 1.1: +17 -4
lines
Diff to previous 1.1 (colored) to selected 1.9 (colored)
oxf_read() and oxf_write moved from ox.c to oxf.c.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Oct 10 05:23:21 2000 UTC (24 years, 1 month ago) by ohara
Branch: MAIN
Diff to selected 1.9 (colored)
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.