Up to [local] / OpenXM / src / k097
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Fri Sep 10 13:20:23 2004 UTC (20 years, 2 months 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,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored) to selected 1.1 (colored)
, is treated as a space. ,, (parse in a given ring) is changed to __ ,,, (reparse a polynomial) is changed to ___
Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 20 09:20:36 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.10: +8 -1
lines
Diff to previous 1.10 (colored) to selected 1.1 (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.10 / (download) - annotate - [select for diffs], Sat Jan 13 01:17:36 2001 UTC (23 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2,
RELEASE_1_2_1
Changes since 1.9: +4 -1
lines
Diff to previous 1.9 (colored) to selected 1.1 (colored)
A demo program for my RIMS lecture on slopes of hypergeometric D-modules. Slope: computing all slopes. See Doc/complex.texi for details.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 8 05:26:49 2001 UTC (23 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.8: +56 -43
lines
Diff to previous 1.8 (colored) to selected 1.1 (colored)
* Cleaned unnecessary files and functions. * Completed the new help system. Type in make in the directory OpenXM/src/k097/Doc
Revision 1.8 / (download) - annotate - [select for diffs], Fri Jan 5 11:14:25 2001 UTC (23 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.7: +23 -8
lines
Diff to previous 1.7 (colored) to selected 1.1 (colored)
Bug fix of the new manual system of kan/k0. Moved some functions with the name *Indexed* to debug/indexed.k
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 4 12:29:31 2001 UTC (23 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.6: +60 -1
lines
Diff to previous 1.6 (colored) to selected 1.1 (colored)
A new online help generation system for kan/k0.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Dec 28 00:08:13 2000 UTC (23 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.5: +9 -1
lines
Diff to previous 1.5 (colored) to selected 1.1 (colored)
Added new functions: GetRing, SetRing, DC(*,"polynomial").
Revision 1.5 / (download) - annotate - [select for diffs], Sun Dec 10 09:34:27 2000 UTC (23 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.4: +38 -26
lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)
New function: Load_sm1(fnames, flag) loads a sm1 file from a list of path fnames.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 10 03:12:19 2000 UTC (23 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.3: +34 -1
lines
Diff to previous 1.3 (colored) to selected 1.1 (colored)
Boundp(s) checks if the symbol s is bounded to a value or not. GetPathName(s) checks if the file s exists in the current direcotry or in LOAD_K_PATH. If there exists, it returns the path name. Loading method for minimal.k is rewritten with these functions.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 10 02:21:46 2000 UTC (23 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.2: +6 -1
lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)
BUG: load["xxx"];; did not search the file "xxx" in the LOAD_K_PATH. The bug is fixed. The function GetEnv is added.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 21 03:01:26 2000 UTC (24 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6,
RELEASE_20000124,
RELEASE_1_1_3,
RELEASE_1_1_2
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (colored)
Added the tag $OpenXM$
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 8 02:12:15 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 (colored)
o import OpenXM sources
Revision 1.1 / (download) - annotate - [selected], Fri Oct 8 02:12:15 1999 UTC (25 years, 1 month ago) by maekawa
Branch: MAIN
Initial revision