Up to [local] / OpenXM_contrib2 / asir2000 / engine
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:52 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +199 -199
lines
Diff to previous 1.5 (unified)
Changed a tab to two space charaters.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:13 2001 UTC (23 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,
RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
RELEASE_1_2_1,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.4: +16 -39
lines
Diff to previous 1.4 (unified)
Conversion to ANSI style (not completed yet).
Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 3 07:01:06 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.3: +89 -87
lines
Diff to previous 1.3 (unified)
Added a new data type for finite field : GFSN (finite extension of a small finite field) setmod_ff(P,N,M) (P^N < 2^20, N*M < 2^31) : generates GF((P^N)^M) which is realized as a quotient ring of GF(P^N)[t].
Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 3 01:06:40 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (unified)
Added $OpenXM$.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 3 01:06:01 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.1: +2 -0
lines
Diff to previous 1.1 (unified)
Updated version number. The previous commit includes getopt() (no arguments).
Revision 1.1 / (download) - annotate - [select for diffs], Mon Sep 3 01:04:26 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
Added a code to prevent automatic exit by stack overflow (experimental). A new data type GFSPN (finite extension of small finite field) is being implemented.