Powered by Apache

CVS log for OpenXM/src/k097/slib.sm1

[BACK] Up to [local] / OpenXM / src / k097

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Fri Sep 10 13:20:23 2004 UTC (19 years, 8 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.10: +1 -1 lines
Diff to previous 1.10 (colored)

, is treated as a space.
,, (parse in a given ring) is changed to __
,,, (reparse a polynomial) is changed to ___

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 20 09:20:36 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.9: +20 -2 lines
Diff to previous 1.9 (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.9 / (download) - annotate - [select for diffs], Sat Jan 13 01:17:36 2001 UTC (23 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2, RELEASE_1_2_1
Changes since 1.8: +7 -0 lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Mon Jan 8 05:26:49 2001 UTC (23 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.7: +123 -40 lines
Diff to previous 1.7 (colored)

* Cleaned unnecessary files and functions.
* Completed the new help system. Type in make in the directory
  OpenXM/src/k097/Doc

Revision 1.7 / (download) - annotate - [select for diffs], Fri Jan 5 11:14:25 2001 UTC (23 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.6: +38 -20 lines
Diff to previous 1.6 (colored)

Bug fix of the new manual system of kan/k0.
Moved some functions with the name *Indexed* to debug/indexed.k

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jan 4 12:29:31 2001 UTC (23 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.5: +163 -2 lines
Diff to previous 1.5 (colored)

A new online help generation system for kan/k0.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 28 00:08:13 2000 UTC (23 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.4: +20 -0 lines
Diff to previous 1.4 (colored)

Added new functions:  GetRing, SetRing, DC(*,"polynomial").

Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 10 09:34:27 2000 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.3: +89 -48 lines
Diff to previous 1.3 (colored)

New function:
  Load_sm1(fnames, flag) loads a sm1 file from a list of path fnames.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Dec 10 03:12:19 2000 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.2: +69 -0 lines
Diff to previous 1.2 (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.2 / (download) - annotate - [select for diffs], Sun Dec 10 02:25:31 2000 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.1: +12 -0 lines
Diff to previous 1.1 (colored)

"make slib.sm1" generates slib.sm1 from slib.k
by the k0 compiler (d0), which translates k0 source codes into sm1
source codes.
If you update slib.sm1, do not forget "make slib.sm1".
k0 does not read slib.k, but reads slib.sm1.

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