Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/src/oxshell.rr

[BACK] Up to [local] / OpenXM / src / asir-contrib / packages / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Fri Sep 20 07:47:28 2013 UTC (10 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b, HEAD
Changes since 1.8: +5 -136 lines
Diff to previous 1.8 (colored)

The initial version of a polymake interface module.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 26 05:52:50 2005 UTC (18 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.7: +6 -2 lines
Diff to previous 1.7 (colored)

Fixed the trouble on the initialization of static variables.
See src/asir-doc/exp/exp-ja.texi.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 15 05:39:08 2004 UTC (19 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

1. The section on oxshell is included in the asir-contrib manual.
2. Fake polymake is introduced. It is used to debug oxshell
   and doPolymake on a machine where no polymake is installed.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 25 06:49:12 2004 UTC (20 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5 (colored)

BUG: ox_get_errors() is defined in oxrfc100.rr.
     oxshell.ox_get_errors() is not defined.
The bug is fixed.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 7 07:07:48 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.4: +7 -1 lines
Diff to previous 1.4 (colored)

oxshell.keep_tmp():
  If this function is called, tmp files of oxshell not not be removed and
  kept under the /tmp or $TMP

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 7 01:06:54 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.3: +96 -1 lines
Diff to previous 1.3 (colored)

A test programs in the module polymake are temporary added.
A new function a_hypergeometric_bfunction(A,Idx,S) is added.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 8 05:35:32 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.2: +43 -1 lines
Diff to previous 1.2 (colored)

taka_ahg.b(A,Idx,V) computes M.Saito's b-function of the A-hypergeometric
system with respect to the direction Idx.
( This function calls polymake server. )
See oxshell.oxw for details.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Dec 6 03:10:37 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.1: +8 -1 lines
Diff to previous 1.1 (colored)

Added a new function tfb_to_tree
Example:
[1089]load("oxshell.rr");
1
[1127] oxshell.tfb_to_tree("aa-bb");
[[[cd,arith1]],minus,aa,bb]
[1128] oxshell.tfb_to_tree(x-y-z);
[[[cd,arith1]],minus,[[[cd,arith1]],minus,(1)*<<0,1,0,0>>,y],z]
[1129] oxshell.tfb_to_tree("aho.foo(1-pp*qq)");
[[[cd,aho]],foo,[[[cd,arith1]],minus,1,[[[cd,arith1]],times,pp,qq]]]

Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 4 10:40:02 2003 UTC (20 years, 6 months ago) by takayama
Branch: MAIN

An interface for ox_shell for asir.
Example:
  load("oxshell.rr");
   oxshell.set_value("abc","Hello world!");
   ox_shell(["cp", "stringIn://abc", "stringOut://result"]);
   oxshell.get_value("result");

   oxshell.set_value("abc","polymake.data(polymake.POINTS([[1,0],[1,1]]))");
   oxshell.sm1(0," [(FACETS) abc] doPolymake ");
   ox_pop_cmo(0);

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>