Up to [local] / OpenXM / src / ox_toolkit
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (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,
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,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored) to selected 1.6 (colored)
Add some "cast". Fixed some bugs.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Mar 30 08:05:23 2003 UTC (21 years, 7 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.6: +1 -7
lines
Diff to previous 1.6 (colored)
Add gmp_fake.c which is a minimal subset of GNU MP. Only some interfaces are implemented.
Revision 1.6 / (download) - annotate - [selected], Sun Mar 23 20:17:35 2003 UTC (21 years, 7 months ago) by ohara
Branch: MAIN
Changes since 1.5: +7 -1
lines
Diff to previous 1.5 (colored)
The GMP library can be removed from libox.a (yet not work)
Revision 1.5 / (download) - annotate - [select for diffs], Tue Feb 4 20:43:55 2003 UTC (21 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored) to selected 1.6 (colored)
Changing behavior of ox_stderr_init() and ox_printf()
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 11 11:42:32 2003 UTC (21 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored) to selected 1.6 (colored)
Add a global variable ox_stderr and ox_stderr_init() for CYGWIN.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 10 05:23:21 2000 UTC (24 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: maekawa-ipv6,
RELEASE_1_2_1
Changes since 1.2: +53 -59
lines
Diff to previous 1.2 (colored) to selected 1.6 (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.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 10 12:24:40 2000 UTC (24 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_1_3,
RELEASE_1_1_2
Changes since 1.1: +2 -3
lines
Diff to previous 1.1 (colored) to selected 1.6 (colored)
ox.h and ox_tag.h have been renamed
Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 16 06:55:07 1999 UTC (24 years, 10 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_20000124
Diff to selected 1.6 (colored)
Second sample for explanation of OpenXM C library.