Powered by Apache

CVS log for OpenXM/src/kan96xx/Doc/changelog-ja.tex

[BACK] Up to [local] / OpenXM / src / kan96xx / Doc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37 / (download) - annotate - [select for diffs], Sat Mar 14 00:50:55 2020 UTC (4 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.36: +70 -1 lines
Diff to previous 1.36 (colored)

A note on the implementation of doPolymake

Revision 1.36 / (download) - annotate - [select for diffs], Wed May 2 02:28:13 2018 UTC (6 years ago) by takayama
Branch: MAIN
Changes since 1.35: +5 -1 lines
Diff to previous 1.35 (colored)

Added some usages on gfan.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Oct 12 11:29:48 2015 UTC (8 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.34: +155 -1 lines
Diff to previous 1.34 (colored)

A note on changes for cygwin64 and msys64.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Sep 26 05:33:06 2013 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.33: +4 -1 lines
Diff to previous 1.33 (colored)

Added a link to a video note.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Sep 25 07:30:52 2013 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.32: +21 -1 lines
Diff to previous 1.32 (colored)

asir:
  polymake.start(|uselocal=1)  local polymake (default)
  polymake.start(|oohg_native=1) use remote polymake via a http post message in URL encoding.
  polymake.start(|oohg_curl=1)   use remote polymake via a http post message by curl.

sm1:
  usePolymake.local
  usePolymake.OoHG.native
  usePolymake.OoHG.curl

Revision 1.32 / (download) - annotate - [select for diffs], Sun Sep 22 08:07:51 2013 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.31: +9 -1 lines
Diff to previous 1.31 (colored)

Use curl to call the polymake server on the web by
/cgiQueryPolymake { cgiQueryPolymake.curl } def

Revision 1.31 / (download) - annotate - [select for diffs], Sun Sep 22 05:17:17 2013 UTC (10 years, 7 months ago) by takayama
Branch: MAIN
Changes since 1.30: +30 -1 lines
Diff to previous 1.30 (colored)

cgiQueryPolymake.curl is still buggy.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Sep 20 06:02:18 2013 UTC (10 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.29: +17 -1 lines
Diff to previous 1.29 (colored)

Added a note-class in the usages.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Oct 29 02:51:41 2012 UTC (11 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.28: +18 -1 lines
Diff to previous 1.28 (colored)

Added help messages for oxshell (to debug doPolymake).

Revision 1.28 / (download) - annotate - [select for diffs], Sun Sep 16 01:53:08 2012 UTC (11 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.27: +6 -1 lines
Diff to previous 1.27 (colored)

Fixed a bug of outputting a warning when there is no syzygy.
To fix this bug for the current binary distribution, replace the file hol.sm1
in OpenXM/lib/sm1 by the corrected one.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Sep 4 11:13:11 2009 UTC (14 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2
Changes since 1.26: +47 -1 lines
Diff to previous 1.26 (colored)

Added changelogs for the changes of today.
VERTICES
==UNDEF==

Revision 1.26 / (download) - annotate - [select for diffs], Wed Aug 26 04:54:40 2009 UTC (14 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.25: +11 -1 lines
Diff to previous 1.25 (colored)

Changelog for the precious commit.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Jun 3 01:46:52 2007 UTC (16 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.24: +3 -1 lines
Diff to previous 1.24 (colored)

Added the keyword mgkz to printhelp.sm1

Revision 1.24 / (download) - annotate - [select for diffs], Sun Jun 3 01:35:47 2007 UTC (16 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.23: +13 -1 lines
Diff to previous 1.23 (colored)

Added a command mgkz (modified GKZ or A hypergeometric).
It returns the m-GKZ system.
To see examples, input (mgkz) usage ;

Revision 1.23 / (download) - annotate - [select for diffs], Thu Dec 21 05:29:49 2006 UTC (17 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.22: +17 -1 lines
Diff to previous 1.22 (colored)

Added a funtion print_tex_form.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Feb 4 10:44:22 2006 UTC (18 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: KNOPPIX_2006
Changes since 1.21: +25 -1 lines
Diff to previous 1.21 (colored)

A sample implementation of -authEncoding file.

~/.openxm/tmp.opt/c.txt   -->  1435  (Do not put the newline character.)
~/.openxm/tmp.opt/d.txt   -->  1234
chmod 700 ~/.openxm/tmp.opt
ox -ox ox_sm1 -authEncoding file -passControl c.txt -passData d.txt
[(oxCreateClient) (localhost) 1300 1200 [(1435) (1234)]] extension ;
                              data ctrl  ctrl    data

Revision 1.21 / (download) - annotate - [select for diffs], Sat Feb 4 02:44:39 2006 UTC (18 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.20: +24 -1 lines
Diff to previous 1.20 (colored)

localizedString returns a translation of a given message.
See changelog-ja.tex for details.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Feb 1 04:16:54 2006 UTC (18 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.19: +12 -1 lines
Diff to previous 1.19 (colored)

The cfep error protocol is installed in cfep.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Feb 1 00:30:05 2006 UTC (18 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.18: +23 -3 lines
Diff to previous 1.18 (colored)

A sample implementation of a new structure of error packets.
See OX-RFC-103.oxw for details.
Example. [["reason_of_error","invalid argument"],
          ["where",["shell","length"]]

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jan 30 10:41:39 2006 UTC (18 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.17: +15 -1 lines
Diff to previous 1.17 (colored)

changelog for (body) dc.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Jan 26 10:24:55 2006 UTC (18 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.16: +26 -1 lines
Diff to previous 1.16 (colored)

ox_texmacs accepts --engineLogToStdout option.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jul 18 10:55:15 2005 UTC (18 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.15: +20 -1 lines
Diff to previous 1.15 (colored)

Error messages are returned by XML from the server.
Example:
   (ox.sm1) run sm1connectr
   oxsm1.ccc (1 shell 1 2 add ) oxsubmit
   oxsm1.ccc oxpopcmo ::

Class.ErrorPacket [    12 , -1 , $<ox103:error_message><ox103:message>executeString: Usage:length</ox103:message><ox103:stack_trace>Trace: length<-shell<-;</ox103:stack_trace><ox103:source_trace>1 shell 1 2 add</ox103:source_trace></ox103:error_message>$ ]

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 7 06:07:46 2005 UTC (18 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.14: +17 -1 lines
Diff to previous 1.14 (colored)

Collart-Kakbrener-Mall algorithm to enumerate Grobner fan will be used
when cone.ckmFlip =1.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jun 17 03:50:34 2005 UTC (18 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.13: +52 -1 lines
Diff to previous 1.13 (colored)

Added a note on attribute.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Feb 28 12:53:43 2005 UTC (19 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.12: +18 -1 lines
Diff to previous 1.12 (colored)

BUG: sm1connectr oxsm1.ccc (quit) oxsubmit
     The engine exits, but the control server remains.
The bug is fixed.
BUG: broken pipe --> crash
It has not yet been fixed.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 23 02:41:16 2005 UTC (19 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.11: +11 -1 lines
Diff to previous 1.11 (colored)

Fixed a bug for 8-bit literals.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Dec 17 00:13:08 2004 UTC (19 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.10: +32 -1 lines
Diff to previous 1.10 (colored)

The final modifications (I hope) to use the gnuplot version 4.
  gnuplot4ox (patched version) --> gnuplot (original version)

The building on windows (cygwin) and the package generation for debian
have not yet tested.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Nov 23 12:14:48 2004 UTC (19 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.9: +36 -1 lines
Diff to previous 1.9 (colored)

Added a changelog on GET --> POST.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Sep 19 00:47:47 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.8: +45 -2 lines
Diff to previous 1.8 (colored)

Vulnerability in the RestrictedMode.

When an executable array is set as an argument of a function
with ATTR_EXPORT bit, the executable may be executed, which can be
a serious security hole.
This vulnerability is removed by checking the operand stack before
doing RestrictedMode=0. See changelog-ja.tex for details.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Sep 13 11:24:10 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.7: +45 -1 lines
Diff to previous 1.7 (colored)

An implementation of the partial tangent cone algorithm, i.e., reduction
in Q(x')_0 [x''] <D,h>  (x' : localized, x'' : global).

Example:
/ecart.checkOrder { 1 } def
[(DebugReductionEcart) 3] system_variable
[ [(1-x-y-z) (1-z)] (x,y,z)
  [ [(y) -1 (z) -1 (Dy) 1 (Dz) 1] [(x) 1 (Dx) 1]]
  [(partialEcartGlobalVarX) [(x)]] ] ecart.gb /ff set

It is a computation in Q(y,z)_0 [x] <Dx,Dy,Dz,h>.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Sep 11 23:49:34 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.6: +22 -1 lines
Diff to previous 1.6 (colored)

Change for infix operators.
Step 2. attr field are used in bit-wise.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Sep 11 03:18:02 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.5: +39 -1 lines
Diff to previous 1.5 (colored)

Changelogs for "," and lists.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 6 01:52:27 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.4: +43 -3 lines
Diff to previous 1.4 (colored)

Change logs for the changes of the last week.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Aug 31 05:30:20 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

to_int ==> to_int32.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 31 04:45:41 2004 UTC (19 years, 8 months ago) by takayama
Branch: MAIN
Changes since 1.2: +11 -1 lines
Diff to previous 1.2 (colored)

The macros weight_vector, ecart.weight_vector, ord_w, ... accept
weights in Z, which are translated into int32.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 22 02:00:24 2004 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.1: +16 -1 lines
Diff to previous 1.1 (colored)

polylcm : lcm for polynomials
lcm (mpzext) : lcm for numbers
polygcd : gcd for polynomials
gcd (mpzext) : gcd for numbers
Inteter (int32) are automatically translated to univnum (Q).

Revision 1.1 / (download) - annotate - [select for diffs], Fri Mar 19 05:20:03 2004 UTC (20 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b

A summary of changes of kan96xx, kxx, k097 during Feb--March.

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>