Powered by Apache

CVS log for OpenXM_contrib2/asir2000/builtin/subst.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / builtin

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:50 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +196 -196 lines
Diff to previous 1.12 (unified)

Changed a tab to two space charaters.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 27 06:29:19 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.11: +15 -1 lines
Diff to previous 1.11 (unified)

If the control switch evalef is set to 1, then elementary functions
are immediately evaluated and no variables corresponding to the values
of elementary functions are appended to the variable list.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Sep 6 06:25:26 2017 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.10: +75 -64 lines
Diff to previous 1.10 (unified)

Improved arithmetic functions for MQ (small finite field).
ptomp(P) now uses current_mod set by setmod().

Revision 1.10 / (download) - annotate - [select for diffs], Thu Sep 24 04:43:13 2015 UTC (8 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.9: +29 -13 lines
Diff to previous 1.9 (unified)

Added dp_weyl_act(): dp_weyl_act(a<<1,2>>+...,<<3,4>>)=36<<2,2>>+... etc.
substr2np accepts substr2np(P,[v1,...],[a1,...]).

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 31 03:25:54 2010 UTC (14 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (unified)

Fixed a bug in substr2np() on handling zero substitution.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jan 28 08:56:26 2010 UTC (14 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.7: +64 -2 lines
Diff to previous 1.7 (unified)

Added substp2nr(P,VS).
VS = [[v1,s1],[v2,s2],...,[vk,sk]].

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jun 22 09:17:21 2004 UTC (19 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12, RELEASE_1_2_3, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (unified)

Added a new function mapat(Func,Pos,Args)
Pos = 0|1|... specifies the position of argument in Args for iteration.
Example: mapat(subst,1,x+y+z,[x,y,z],2) => [y+z+1,x+z+1,x+y+1]

Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 27 08:28:40 2003 UTC (20 years, 5 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.5: +92 -17 lines
Diff to previous 1.5 (unified)

subst() can handle LIST, VECT, MAT, and DP as its argument.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:07 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2, RELEASE_1_2_1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

Conversion to ANSI style (not completed yet).

Revision 1.4 / (download) - annotate - [select for diffs], Wed Sep 5 04:43:58 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.3: +37 -2 lines
Diff to previous 1.3 (unified)

Added a new function subst_quote(A,V,B)
A : quote, V : indeterminate (poly), B : any object

B is converted into a quote. Then ocurrences of V in A are replaced by B.
Other specs are the same as those for subst().

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:00 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

Sorry, the email address in the license agreement was incorrect.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:21 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.1: +49 -1 lines
Diff to previous 1.1 (unified)

Added copyright notice and license agreement. It is mandatory to distribute
Risa/Asir source codes freely.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Dec 3 07:39:07 1999 UTC (24 years, 5 months ago) by noro
Branch: NORO
CVS Tags: RELEASE_20000124, RELEASE_1_1_2, ASIR2000
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Imported asir2000 as OpenXM_contrib2/asir2000.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:07 1999 UTC (24 years, 5 months ago) by noro
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>