Up to [local] / OpenXM / src / ox_toolkit
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Thu Aug 27 03:03:33 2015 UTC (9 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +9 -5
lines
Diff to previous 1.8 (colored)
Add directives for VisualStudio.
Revision 1.8 / (download) - annotate - [selected], Mon Jan 13 12:03:12 2003 UTC (21 years, 9 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,
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.7: +5 -5
lines
Diff to previous 1.7 (colored)
Add ox_printf() for wrapping fprintf(stderr, ...).
Revision 1.7 / (download) - annotate - [select for diffs], Sat Jan 11 11:42:31 2003 UTC (21 years, 9 months ago) by ohara
Branch: MAIN
Changes since 1.6: +6 -5
lines
Diff to previous 1.6 (colored) to selected 1.8 (colored)
Add a global variable ox_stderr and ox_stderr_init() for CYGWIN.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 1 16:31:11 2000 UTC (23 years, 11 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored) to selected 1.8 (colored)
socklen_t was replaced by int. Because FreeBSD 3.4 or earlier does not have a definition of socklen_t in /usr/include/sys/socket.h.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 30 16:07:35 2000 UTC (23 years, 11 months ago) by ohara
Branch: MAIN
Changes since 1.4: +56 -39
lines
Diff to previous 1.4 (colored) to selected 1.8 (colored)
Perhaps mysocket.c is compliant to Maekawa's IPv6 library. That is, mysocket.c contains the following function of IPv4 version: ox_connect ox_listen ox_accept ( = mysocketAccept) ox_getport
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 10 05:23:20 2000 UTC (24 years ago) by ohara
Branch: MAIN
CVS Tags: maekawa-ipv6
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored) to selected 1.8 (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.3 / (download) - annotate - [select for diffs], Thu Jan 13 07:57:09 2000 UTC (24 years, 9 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_20000124,
RELEASE_1_1_3,
RELEASE_1_1_2
Changes since 1.2: +9 -5
lines
Diff to previous 1.2 (colored) to selected 1.8 (colored)
I have deleted all japanese comments.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 5 06:05:35 2000 UTC (24 years, 10 months ago) by ohara
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored) to selected 1.8 (colored)
I forgot to commit some patches: I delete some comments written in Japanese.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 9 22:44:55 1999 UTC (24 years, 10 months ago) by ohara
Branch: MAIN
Diff to selected 1.8 (colored)
Any files are a part of a library for OX message handling. These were moved from OpexXM/src/ox_math.