Up to [local] / OpenXM / src / k097
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 12 06:45:55 2021 UTC (3 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +4 -3
lines
Diff to previous 1.12 (colored) to selected 1.8 (colored)
cosmetic changes to remove warnings on MacOS.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Oct 7 23:53:25 2020 UTC (4 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.11: +12 -9
lines
Diff to previous 1.11 (colored) to selected 1.8 (colored)
All causes of the warnings are fixed.
Revision 1.11 / (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.10: +9 -9
lines
Diff to previous 1.10 (colored) to selected 1.8 (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.10 / (download) - annotate - [select for diffs], Sat Oct 10 11:29:46 2015 UTC (9 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored) to selected 1.8 (colored)
Added some missing prototype declarations.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 7 07:29:47 2013 UTC (11 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
void * GC_malloc was not declared and it caused core dump on MacOS.
Revision 1.8 / (download) - annotate - [selected], Wed Nov 6 06:23:23 2013 UTC (11 years ago) by takayama
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
return; in int valued functions is replaced by return number; It still stops with a core for the input (2).. /ff set ff :: cf. coeff.c
Revision 1.7 / (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_2_3_12,
RELEASE_1_2_3,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.6: +10 -3
lines
Diff to previous 1.6 (colored) to selected 1.8 (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.6 / (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.5: +8 -2
lines
Diff to previous 1.5 (colored) to selected 1.8 (colored)
Trace is presented in ox servers. Recursive call of ctrlC-hook is prohibited by using the flag Calling_ctrlC_hook.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Dec 5 14:02:23 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX
Changes since 1.4: +4 -1
lines
Diff to previous 1.4 (colored) to selected 1.8 (colored)
Fixed a bug on InSendmsg2.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 19 00:11:02 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.3: +34 -25
lines
Diff to previous 1.3 (colored) to selected 1.8 (colored)
ox_k0 is ready for using with pipes.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Nov 18 11:08:27 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored) to selected 1.8 (colored)
ox_sm1 works with util/oxpipe, but there still remains bug to terminate the program.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 22 16:08:20 2003 UTC (21 years, 2 months ago) by ohara
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored) to selected 1.8 (colored)
The exit(3) requires one argument.
Revision 1.1 / (download) - annotate - [select for diffs], Wed May 14 07:09:47 2003 UTC (21 years, 6 months ago) by takayama
Branch: MAIN
Diff to selected 1.8 (colored)
The first version of ox_k0 sever.