Up to [local] / OpenXM / src / ox_toolkit
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jun 30 01:14:00 2016 UTC (8 years, 4 months ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (unified) to selected 1.4 (unified)
Fixed for Visual Studio.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 27 03:03:34 2015 UTC (9 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.8: +9 -3
lines
Diff to previous 1.8 (unified) to selected 1.4 (unified)
Add directives for VisualStudio.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Mar 20 18:41:16 2009 UTC (15 years, 7 months ago) by iwane
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b
Changes since 1.7: +11 -2
lines
Diff to previous 1.7 (unified) to selected 1.4 (unified)
fixed bugs
Revision 1.7 / (download) - annotate - [select for diffs], Mon Sep 15 09:31:42 2003 UTC (21 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: new-mathcap-branch,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (unified) to selected 1.4 (unified)
Add some "cast". Fixed some bugs.
Revision 1.6 / (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.5: +2 -2
lines
Diff to previous 1.5 (unified) to selected 1.4 (unified)
1. In parse.c, mkstr was replaced by new_string. 2. Add cpp-macros ALLOCA(x), MALLOC(x) and FREE(x).
Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 24 07:45:14 2002 UTC (22 years, 6 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.4: +11 -10
lines
Diff to previous 1.4 (unified)
fixed cygwin environment variables problem.
Revision 1.4 / (download) - annotate - [selected], Wed Apr 10 08:55:45 2002 UTC (22 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.3: +7 -1
lines
Diff to previous 1.3 (unified)
tentative fix for compiling on solaris
Revision 1.3 / (download) - annotate - [select for diffs], Tue Apr 9 09:40:37 2002 UTC (22 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (unified) to selected 1.4 (unified)
fixed a bug on a pointer to short.
Revision 1.2 / (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,
RELEASE_1_2_1
Changes since 1.1: +17 -15
lines
Diff to previous 1.1 (unified) to selected 1.4 (unified)
Some functions is implemented. For example, the oxf_execute_cmd() execute a computing server on a remote host.
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.4 (unified)
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.