Up to [local] / OpenXM / src / kan96xx / Kan
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.38 / (download) - annotate - [select for diffs], Tue Oct 6 11:33:46 2020 UTC (4 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.37: +6 -4
lines
Diff to previous 1.37 (unified) to selected 1.32 (unified)
All causes of the warnings are fixed.
Revision 1.37 / (download) - annotate - [select for diffs], Tue Sep 29 01:52:14 2015 UTC (9 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.36: +3 -2
lines
Diff to previous 1.36 (unified) to selected 1.32 (unified)
_setjmp should be used instead of setjmp on cygwin too. Otherwise, segfault will be caused. The macro GC_INIT is called instead of GC_init().
Revision 1.36 / (download) - annotate - [select for diffs], Wed Oct 5 05:46:14 2011 UTC (13 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.35: +2 -1
lines
Diff to previous 1.35 (unified) to selected 1.32 (unified)
Added the option [(COutput) 1] system_varible. ex. x^2+x+1 is output as sm1power(x,2)+x+1
Revision 1.35 / (download) - annotate - [select for diffs], Thu Dec 21 05:29:49 2006 UTC (17 years, 10 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.34: +2 -1
lines
Diff to previous 1.34 (unified) to selected 1.32 (unified)
Added a funtion print_tex_form.
Revision 1.34 / (download) - annotate - [select for diffs], Wed Jun 15 02:22:50 2005 UTC (19 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (unified) to selected 1.32 (unified)
Added usages for getAttributeList and putAttributeList. Checked performaces of new object design.
Revision 1.33 / (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.32: +3 -1
lines
Diff to previous 1.32 (unified)
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.32 / (download) - annotate - [selected], Tue Sep 21 05:46:15 2004 UTC (20 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (unified)
Updated the version number. (A test of upgrading of kerberos.)
Revision 1.31 / (download) - annotate - [select for diffs], Fri Sep 17 02:42:57 2004 UTC (20 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.30: +3 -1
lines
Diff to previous 1.30 (unified) to selected 1.32 (unified)
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.30 / (download) - annotate - [select for diffs], Tue Jun 15 08:15:11 2004 UTC (20 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.29: +2 -1
lines
Diff to previous 1.29 (unified) to selected 1.32 (unified)
BUG: GC_init() must be called for MacOS X when the dynamic link is used.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Feb 25 23:14:35 2004 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX
Changes since 1.28: +1 -5
lines
Diff to previous 1.28 (unified) to selected 1.32 (unified)
Corrected a wrong use of errno. From man errno; errno is defined by the ISO C standard to be a modifiable lvalue of type int, and must not be explicitly declared; errno may be a macro. errno is thread-local; setting it in one thread does not affect its value in any other thread.
Revision 1.28 / (download) - annotate - [select for diffs], Mon Feb 23 04:54:45 2004 UTC (20 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (unified) to selected 1.32 (unified)
Updated the version number.
Revision 1.27 / (download) - annotate - [select for diffs], Thu Nov 20 09:20:36 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.26: +2 -1
lines
Diff to previous 1.26 (unified) to selected 1.32 (unified)
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.26 / (download) - annotate - [select for diffs], Thu Aug 21 12:30:15 2003 UTC (21 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (unified) to selected 1.32 (unified)
Updated the version number.
Revision 1.25 / (download) - annotate - [select for diffs], Wed Aug 20 01:39:17 2003 UTC (21 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.24: +2 -1
lines
Diff to previous 1.24 (unified) to selected 1.32 (unified)
[(ReduceContent) f] gbext cancels gcd of the coefficients. [(DoCancel) 1] turns on the content reduction for ecartd.gb
Revision 1.24 / (download) - annotate - [select for diffs], Tue Aug 19 08:02:09 2003 UTC (21 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.23: +3 -1
lines
Diff to previous 1.23 (unified) to selected 1.32 (unified)
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.23 / (download) - annotate - [select for diffs], Thu Jul 17 23:37:01 2003 UTC (21 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.22: +3 -2
lines
Diff to previous 1.22 (unified) to selected 1.32 (unified)
[(EcartAutomaticHomogenization) 1] system_variable makes automatic homogenization of the arguments of reduction_ecart().
Revision 1.22 / (download) - annotate - [select for diffs], Thu Jul 17 07:33:03 2003 UTC (21 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (unified) to selected 1.32 (unified)
Several fixes for ecart division for D. (preparation for the next commit.)
Revision 1.21 / (download) - annotate - [select for diffs], Thu Jul 10 05:01:41 2003 UTC (21 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (unified) to selected 1.32 (unified)
A global optional variable "TangentCone" is added.
Revision 1.20 / (download) - annotate - [select for diffs], Thu Nov 7 23:35:23 2002 UTC (22 years ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (unified) to selected 1.32 (unified)
Increased the version number.
Revision 1.19 / (download) - annotate - [select for diffs], Sun Sep 8 10:49:49 2002 UTC (22 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (unified) to selected 1.32 (unified)
Supporting a weighted homogenization (experimental). See (ring_of_differential_operators) usage.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Feb 24 10:27:18 2002 UTC (22 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.17: +5 -1
lines
Diff to previous 1.17 (unified) to selected 1.32 (unified)
setjmp --> sigsetjmp longjmp --> siglongjmp
Revision 1.17 / (download) - annotate - [select for diffs], Tue Aug 21 14:12:46 2001 UTC (23 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (unified) to selected 1.32 (unified)
[(ostype)] extension tells the underlying operating system for kan/sm1 is windows or unix.
Revision 1.16 / (download) - annotate - [select for diffs], Sun May 6 08:11:48 2001 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.15: +5 -1
lines
Diff to previous 1.15 (unified) to selected 1.32 (unified)
Support for the cygwin. Makefile should also be changed. It will be done by a patch file later.
Revision 1.15 / (download) - annotate - [select for diffs], Fri May 4 01:06:23 2001 UTC (23 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.14: +13 -13
lines
Diff to previous 1.14 (unified) to selected 1.32 (unified)
indent-region and untabify.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Dec 3 07:29:38 2000 UTC (23 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (unified) to selected 1.32 (unified)
I'm working to implement OpenXM RFC 101 client code on kan/sm1 and kan/k0. A preparation is done.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Jul 26 02:21:30 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6,
RELEASE_1_1_3
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (unified) to selected 1.32 (unified)
The construction algorithm of the schreyer frame in resol.c has contained a bug. It has not constructed the minimal schreyer frame. The bug is now fixed. See minimal-note-ja.txt for details and test data.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Jun 8 08:35:02 2000 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (unified) to selected 1.32 (unified)
New commands are added: gb_h, syz_h : Grobner basis and syzygy in D<h> (homogenized Weyl algebra). ([(Homogenize_vec) 0] system_varialbe, (grade) (module1v) [(toe_) f] gbext : inverse of toVectors isSameIdeal, isSameIdeal_h : check if the given ideals are the same. isExact_h, isExact : check if the given complex is exact.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Mar 20 01:53:46 2000 UTC (24 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.10: +13 -8
lines
Diff to previous 1.10 (unified) to selected 1.32 (unified)
Removed the initialization like FILE *Hoge = stderr; because stderr is declared as extern FILE *stderr on LinuxPPC.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 24 12:33:47 2000 UTC (24 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.9: +3 -2
lines
Diff to previous 1.9 (unified) to selected 1.32 (unified)
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.9 / (download) - annotate - [select for diffs], Thu Feb 24 00:27:12 2000 UTC (24 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.8: +3 -2
lines
Diff to previous 1.8 (unified) to selected 1.32 (unified)
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.8 / (download) - annotate - [select for diffs], Wed Feb 2 09:07:59 2000 UTC (24 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (unified) to selected 1.32 (unified)
sm1_distraction and sm1_gkz are added to asir-contrib. As to these notions, see my book.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 16 07:55:38 2000 UTC (24 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (unified) to selected 1.32 (unified)
Congratulation of sm1 version 3.* !
Revision 1.6 / (download) - annotate - [select for diffs], Sat Nov 27 01:41:10 1999 UTC (24 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (unified) to selected 1.32 (unified)
The new mathcap format is supported.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 18 00:54:16 1999 UTC (24 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (unified) to selected 1.32 (unified)
I fixed a serious bug in cmo-gmp.c. It has caused troubles on Solaris.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Nov 7 13:24:19 1999 UTC (25 years ago) by takayama
Branch: MAIN
Changes since 1.3: +5 -1
lines
Diff to previous 1.3 (unified) to selected 1.32 (unified)
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.3 / (download) - annotate - [select for diffs], Sat Nov 6 10:37:29 1999 UTC (25 years ago) by takayama
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (unified) to selected 1.32 (unified)
(1.234343e2) (double) dc is added. dc means dataConversion.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Oct 30 02:20:54 1999 UTC (25 years ago) by takayama
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (unified) to selected 1.32 (unified)
Version up of sm1. A bug of one time password authentification is fixed.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 8 02:12:01 1999 UTC (25 years, 1 month ago) by maekawa
Branch: OpenXM
CVS Tags: ALPHA
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (unified) to selected 1.32 (unified)
o import OpenXM sources
Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 8 02:12:01 1999 UTC (25 years, 1 month ago) by maekawa
Branch: MAIN
Diff to selected 1.32 (unified)
Initial revision