Up to [local] / OpenXM / src / kxx
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Sat Oct 10 11:29:46 2015 UTC (9 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -0
lines
Diff to previous 1.8 (colored)
Added some missing prototype declarations.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Oct 9 23:46:18 2015 UTC (9 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.7: +4 -0
lines
Diff to previous 1.7 (colored)
Bug fix of segmentation fault of ox_sm1 when error happens. It is caused by some missing prototype declarations. They are added to serversm.h
Revision 1.7 / (download) - annotate - [select for diffs], Thu Oct 8 11:49:38 2015 UTC (9 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.6: +5 -1
lines
Diff to previous 1.6 (colored)
longjmp --> _longjmp on cygwin. We use macros MYSETJMP and MYLONGJMP. There is still a trouble on error handling on ox_sm1.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 8 08:14:25 2015 UTC (9 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.5: +9 -0
lines
Diff to previous 1.5 (colored)
setjmp is replaced by _setjmp, but ox_sm1 still crashes with parser errors.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 1 00:30:05 2006 UTC (18 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: 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.4: +3 -1
lines
Diff to previous 1.4 (colored)
A sample implementation of a new structure of error packets. See OX-RFC-103.oxw for details. Example. [["reason_of_error","invalid argument"], ["where",["shell","length"]]
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 16 05:07:24 2005 UTC (19 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.3: +2 -0
lines
Diff to previous 1.3 (colored)
The initialization of the variables of the type struct object are added. It is necessary to initialize the field "attr" (object attribute) of stuct object. cf. misc-2005/06/gfan/opt.sm1 test2.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 9 04:47:16 2005 UTC (19 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.2: +1 -0
lines
Diff to previous 1.2 (colored)
An attribute field is added to all objects. (IMPORTANT and BIG change! experimental) Please do make clean before rebuilding. Otherwise, you will be seg fault.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Feb 2 03:30:49 2000 UTC (24 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6,
RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
RELEASE_1_2_1,
RELEASE_1_1_3,
RELEASE_1_1_2
Changes since 1.1: +2 -0
lines
Diff to previous 1.1 (colored)
ox_sm1* server supports SM_pushCMOtag
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 8 02:12:13 1999 UTC (25 years, 1 month ago) by maekawa
Branch: OpenXM
CVS Tags: RELEASE_20000124,
ALPHA
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
o import OpenXM sources
Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 8 02:12:13 1999 UTC (25 years, 1 month ago) by maekawa
Branch: MAIN
Initial revision