Up to [local] / OpenXM_contrib2 / asir2000 / engine
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.20 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:51 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +632 -632
lines
Diff to previous 1.19 (colored) to selected 1.4 (colored)
Changed a tab to two space charaters.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:54 2015 UTC (9 years, 2 months ago) by fujimoto
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored) to selected 1.4 (colored)
Removed unneeded 'defined(__MINGW64__)'.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Aug 6 10:01:52 2015 UTC (9 years, 3 months ago) by fujimoto
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored) to selected 1.4 (colored)
Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Nov 5 11:36:58 2013 UTC (11 years ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored) to selected 1.4 (colored)
Changed some declarations for MacOSX 10.9.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Jul 30 07:34:40 2004 UTC (20 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.15: +11 -10
lines
Diff to previous 1.15 (colored) to selected 1.4 (colored)
Fixed a bug in kmulsfummain(). The bug was an insufficient allocation of working memory.
Revision 1.15 / (download) - annotate - [select for diffs], Wed Dec 18 06:15:40 2002 UTC (21 years, 10 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2
Changes since 1.14: +3 -2
lines
Diff to previous 1.14 (colored) to selected 1.4 (colored)
Fixed some bugs.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Sep 27 08:40:49 2002 UTC (22 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.13: +3 -8
lines
Diff to previous 1.13 (colored) to selected 1.4 (colored)
sfgcd() has been almost completed.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Sep 27 04:24:04 2002 UTC (22 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.12: +21 -2
lines
Diff to previous 1.12 (colored) to selected 1.4 (colored)
GFS (small finite field) now uses hybrid representation: if p >= 16384, then usual representation is used.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 13 07:11:46 2002 UTC (22 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.11: +223 -1
lines
Diff to previous 1.11 (colored) to selected 1.4 (colored)
Fixed a bug in sfmintdeg().
Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:10 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.10: +24 -55
lines
Diff to previous 1.10 (colored) to selected 1.4 (colored)
Conversion to ANSI style (not completed yet).
Revision 1.10 / (download) - annotate - [select for diffs], Mon Sep 3 01:04:26 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.9: +25 -1
lines
Diff to previous 1.9 (colored) to selected 1.4 (colored)
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.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Jul 23 05:05:41 2001 UTC (23 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.8: +12 -3
lines
Diff to previous 1.8 (colored) to selected 1.4 (colored)
Minor fixes for VC++
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 3 01:41:26 2001 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.7: +52 -145
lines
Diff to previous 1.7 (colored) to selected 1.4 (colored)
An experimental implemetation of fast hensel lifting for univariate poly.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jun 27 04:07:57 2001 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored) to selected 1.4 (colored)
Added some diagnostic messages.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 25 10:01:28 2001 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.5: +17 -13
lines
Diff to previous 1.5 (colored) to selected 1.4 (colored)
Added sfbfctr(F,X,Y) : bivariate factorization over GF(q). (not yet completed.)
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 25 05:30:49 2001 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.4: +148 -13
lines
Diff to previous 1.4 (colored)
Karatsuba for univariate dense poly /GF(q). Inline function for GF(q) operations.
Revision 1.4 / (download) - annotate - [selected], Mon Jun 25 04:11:42 2001 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.3: +113 -1
lines
Diff to previous 1.3 (colored)
Bivariate Hensel, much improved version.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 25 01:35:21 2001 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.2: +123 -10
lines
Diff to previous 1.2 (colored) to selected 1.4 (colored)
Bivariate Hensel over small finite field : a preliminary version.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 22 08:51:12 2001 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.1: +79 -1
lines
Diff to previous 1.1 (colored) to selected 1.4 (colored)
Adding Hensel lifting related routines for bibariate factorization over small finite field. (not completed)
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 20 09:32:13 2001 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Diff to selected 1.4 (colored)
Added two files for internal operations over small finite fields.