Up to [local] / OpenXM_contrib2 / asir2000 / lib
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [selected], Tue Oct 3 08:16:55 2006 UTC (18 years, 1 month ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.7: +7 -1
lines
Diff to previous 1.7 (unified)
Fixed a bug in extraction: GB computation with respect to an elimination order was incorrectly skipped.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Feb 24 01:15:56 2006 UTC (18 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (unified) to selected 1.8 (unified)
Fixed a common bug in primdec*. Fixed a bug in int_hander.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 12 03:08:29 2003 UTC (20 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
KNOPPIX_2006
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (unified) to selected 1.8 (unified)
Avoiding the warning "wasted token".
Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 20 00:58:47 2003 UTC (21 years ago) by takayama
Branch: MAIN
Changes since 1.4: +6 -2
lines
Diff to previous 1.4 (unified) to selected 1.8 (unified)
Added demand loading codes; for example, if primdec_mod requires the libraries gr and fff, write as follows if (!module_definedp("gr")) load("gr") $ if (!module_definedp("fff")) load("fff") $
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 15 05:18:20 2001 UTC (23 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2,
RELEASE_1_2_1
Changes since 1.3: +4 -3
lines
Diff to previous 1.3 (unified) to selected 1.8 (unified)
Fixed a bug in primdec. In isolated(), the associated primes must be represented by groebner bases w.r.t. PRIMORD (=3).
Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:22 2000 UTC (24 years, 2 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) to selected 1.8 (unified)
Sorry, the email address in the license agreement was incorrect.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:42 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.1: +49 -1
lines
Diff to previous 1.1 (unified) to selected 1.8 (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:11 1999 UTC (24 years, 11 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) to selected 1.8 (unified)
Imported asir2000 as OpenXM_contrib2/asir2000.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:11 1999 UTC (24 years, 11 months ago) by noro
Branch: MAIN
Diff to selected 1.8 (unified)
Initial revision