Powered by Apache

CVS log for OpenXM/src/kan96xx/Kan/option.c

[BACK] Up to [local] / OpenXM / src / kan96xx / Kan

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21 / (download) - annotate - [select for diffs], Tue Oct 6 11:33:46 2020 UTC (3 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +4 -2 lines
Diff to previous 1.20 (colored)

All causes of the warnings are fixed.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Mar 31 05:27:34 2016 UTC (8 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (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.19 / (download) - annotate - [select for diffs], Thu Mar 31 03:22:54 2016 UTC (8 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.18: +4 -3 lines
Diff to previous 1.18 (colored)

signal is replaced by mysignal for portability.
mysignal calls sigaction.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Oct 5 05:46:14 2011 UTC (12 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.17: +7 -1 lines
Diff to previous 1.17 (colored)

Added the option [(COutput) 1] system_varible.
ex. x^2+x+1 is output as
sm1power(x,2)+x+1

Revision 1.17 / (download) - annotate - [select for diffs], Thu Dec 21 05:29:49 2006 UTC (17 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.16: +7 -1 lines
Diff to previous 1.16 (colored)

Added a funtion print_tex_form.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 16 05:07:23 2005 UTC (18 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.15: +5 -2 lines
Diff to previous 1.15 (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.15 / (download) - annotate - [select for diffs], Fri Sep 17 02:42:57 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.14: +12 -1 lines
Diff to previous 1.14 (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.14 / (download) - annotate - [select for diffs], Thu Nov 20 09:20:36 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.13: +7 -1 lines
Diff to previous 1.13 (colored)

QuoteMode(1) sets the parser in the quotemode; if unknown function symbol
comes, it automatically translates the expression into a tree.
Example: class polymake extends PrimitiveObject {local ; def hogera() { return(1);} }
         QuoteMode(1); polymake.foo(1,2):
QuoteMode(0) turns off the quotemode.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Aug 21 02:30:23 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.12: +7 -1 lines
Diff to previous 1.12 (colored)

[(DoCancel) 1 or 2] system_variable turns on
the content reduction strategy for standard reduction, too.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Aug 20 01:39:17 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.11: +7 -1 lines
Diff to previous 1.11 (colored)

[(ReduceContent) f] gbext cancels gcd of the coefficients.
[(DoCancel) 1] turns on the content reduction for ecartd.gb

Revision 1.11 / (download) - annotate - [select for diffs], Tue Aug 19 08:02:10 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.10: +7 -1 lines
Diff to previous 1.10 (colored)

Added a code for pseudo trace lifting for ecart.gb
Use [(TraceLift) 1] system_variable to turn on the pseudo trace lifting
strategy.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jul 30 09:00:52 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Fixed a bug of groebner_gen().

ecartd.gb : groebner basis computation with ecart division and dehomogenization.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 29 08:36:40 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.8: +5 -1 lines
Diff to previous 1.8 (colored)

[[(debugReductionEcart) abcd]] system_variable
outputs several debugging information for ecart reduction.
See kan96xx/Kan/ecart.c

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 17 23:37:02 2003 UTC (20 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.7: +7 -1 lines
Diff to previous 1.7 (colored)

[(EcartAutomaticHomogenization) 1] system_variable
   makes automatic homogenization of the arguments of reduction_ecart().

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 17 07:33:03 2003 UTC (20 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.6: +7 -7 lines
Diff to previous 1.6 (colored)

Several fixes for ecart division for D.
(preparation for the next commit.)

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jul 10 05:01:41 2003 UTC (20 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.5: +7 -1 lines
Diff to previous 1.5 (colored)

A global optional variable "TangentCone" is added.

Revision 1.5 / (download) - annotate - [select for diffs], Fri May 4 01:06:24 2001 UTC (23 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2, RELEASE_1_2_1
Changes since 1.4: +198 -198 lines
Diff to previous 1.4 (colored)

indent-region and untabify.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 24 12:33:47 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_1_1_3, RELEASE_1_1_2
Changes since 1.3: +201 -191 lines
Diff to previous 1.3 (colored)

The option for security level is introduced to work as a server
for web cite.
If you turn on the secure option by [(SecureMode) 1] system_variable,
then you cannot execute shell commands, cannot open files, and
cannot open TCP/IP ports.
Once you turn on the option, you cannot turn off.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Feb 24 00:27:12 2000 UTC (24 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.2: +7 -1 lines
Diff to previous 1.2 (colored)

The option "[(AutoReduce) 1] system_variable" autoreduces the groebner bases
generated by groebner, groebner_sugar, gb, syz, ....
In view of efficiency, it is still experimental.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Nov 7 13:24:19 1999 UTC (24 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.1: +13 -0 lines
Diff to previous 1.1 (colored)

A new command
     [(LeftBrace) "{"] system_variable
is added.
The arrays are usually enclosed by [ and ], but you can change them
by this command.   (note: it is for ToExpression[] of Mathematica)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 8 02:12:01 1999 UTC (24 years, 7 months ago) by maekawa
Branch: OpenXM
CVS Tags: 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:01 1999 UTC (24 years, 7 months ago) by maekawa
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>