Up to [local] / OpenXM / src / kxx
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 31 06:34:29 2016 UTC (8 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +4 -2
lines
Diff to previous 1.5 (colored)
Bug fix on the result code in ki.c
Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 31 05:27:34 2016 UTC (8 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.4: +4 -3
lines
Diff to previous 1.4 (colored)
mysig.c and mysig.h are moved to src/util and are installed under OpenXM/lib and OpenXM/include. mysignal is used in k097.
Revision 1.4 / (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.3: +5 -4
lines
Diff to previous 1.3 (colored)
longjmp --> _longjmp on cygwin. We use macros MYSETJMP and MYLONGJMP. There is still a trouble on error handling on ox_sm1.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 17 02:42:58 2004 UTC (20 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.2: +4 -2
lines
Diff to previous 1.2 (colored)
RestrictedMode is introduced. If it is set, only functions with the ATTR_EXPORT bit are allowed to be executed. It is mainly designed for anonymous services in OpenXM-grid. A sample code for the RestricedMode. /hoge { (hello) message (hello2) message } def /foo {hoge} def [(parse) (cohom.sm1) pushfile] extension [(parse) (ox.sm1) pushfile] extension [(or_attr) 8 /gb] extension [(or_attr) 8 /pmat] extension [(or_attr) 8 /foo] extension [(or_attr) 8 /fctr] extension [(RestrictedMode) 1] system_variable foo hoge % stopped by the RestrictedMode flag. [ [( (x Dx)^2 + (y Dy)^2 -1) ( x y Dx Dy -1)] (x,y) [ [ (Dx) 1 ] ] ] gb pmat asirconnectr % stopped by the RestrictionMode flag [(x^2-1) (x)] fctr pmat
Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 5 00:51:18 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.1: +7 -2
lines
Diff to previous 1.1 (colored)
Trace is presented in ox servers. Recursive call of ctrlC-hook is prohibited by using the flag Calling_ctrlC_hook.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 29 03:00:37 2004 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX
An universal interface to TeXmacs for ox engines (experimental and primitive version). * This program catches control-C of TeXmacs and makes an interruption to engines by OX-RFC 100 and OX-RFC 103. * Messages will be displayed on ox xterm window. * This program uses kan/sm1 as an interpreter between ox engines and TeXmacs.