Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/doc/Attic/template1.texi

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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: RELEASE_1_1_2


Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 10 01:58:03 1999 UTC (24 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_20000124, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, RELEASE_1_1_2
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

1.  @section{hogehoge} causes a trouble for automatic generation of
    help files, so @section{hogehoge} is corrected to @section hogehoge.
2.  sm1_reduction(A|proc=P) is added.  It computes the nornal form
    of a given polynomial.  I'm now using a new feature of asir to
    write this function.
    We can give arguments to user defined
    functions by keywords; the syntax is as follows:
       function_hogehoge(A,B,... | key1=val1, key2=val2, ...)
       def function_hogehoge(A,B,...) {
          K1 = getopt(key1);
          if (type(K1) == -1) {
             /* set the default value */
       ......
    sm1_reduction() also looks for ox_sm1 server automatically, and
    if there is no server, it starts the server. So, users need not
    specify the sever id.

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>