Powered by Apache

CVS log for OpenXM/src/k097/help.k

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Thu Sep 16 23:53:45 2004 UTC (19 years, 7 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.12: +3 -3 lines
Diff to previous 1.12 (colored)

Several small changes.
1. Changed an algorithm of oxGenPass.
2. The operator "." is equivalent to "exec" when the argument is an executable
   array.  Example.  { 1 2 add }. message
3. The function [(or_attrs) literal] extension is added.
   In strictMode in var.sm1, or_attrs is called instead of chattrs to
   protect all pre-defined symbols.  The function strictMode is called
   from k0 when it starts.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Nov 20 09:24:35 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.11: +4 -2 lines
Diff to previous 1.11 (colored)

Added one more example:
         polymake="polymake";
         QuoteMode(1); polymake.foo(1,2):

Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 20 09:20:36 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.10: +11 -1 lines
Diff to previous 1.10 (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], Sun May 27 12:48:02 2001 UTC (22 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2, RELEASE_1_2_1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Generate HTML helps for kan/k0. (It has not yet completed.)

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 8 05:26:48 2001 UTC (23 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.8: +447 -147 lines
Diff to previous 1.8 (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, 4 months ago) by takayama
Branch: MAIN
Changes since 1.7: +3 -147 lines
Diff to previous 1.7 (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, 4 months ago) by takayama
Branch: MAIN
Changes since 1.6: +16 -7 lines
Diff to previous 1.6 (colored)

A new online help generation system for kan/k0.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 29 07:19:39 2000 UTC (23 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.5: +9 -1 lines
Diff to previous 1.5 (colored)

syz and res-solv accept a ring definition as an optional argument.
Other commands should be rewritten so that these accept a ring definition.

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: +7 -1 lines
Diff to previous 1.4 (colored)

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

Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 12 13:58:21 2000 UTC (23 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.3: +8 -5 lines
Diff to previous 1.3 (colored)

rpc method is added to the class OX.
Example:
  a = startAsir();
  f = a.rpc("fctr",[x^10-1]);
  Println(f);

Revision 1.3 / (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.2: +3 -2 lines
Diff to previous 1.2 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 21 03:01:25 2000 UTC (24 years, 3 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 (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: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>