Powered by Apache

CVS log for OpenXM_contrib2/asir2000/engine/Mgfs.c

[BACK] 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, 1 month ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +632 -632 lines
Diff to previous 1.19 (colored)

Changed a tab to two space charaters.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Aug 14 13:51:54 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Aug 6 10:01:52 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (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 (10 years, 5 months 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)

Changed some declarations for MacOSX 10.9.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jul 30 07:34:40 2004 UTC (19 years, 9 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)

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, 4 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)

Fixed some bugs.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Sep 27 08:40:49 2002 UTC (21 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.13: +3 -8 lines
Diff to previous 1.13 (colored)

sfgcd() has been almost completed.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Sep 27 04:24:04 2002 UTC (21 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.12: +21 -2 lines
Diff to previous 1.12 (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, 3 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)

Fixed a bug in sfmintdeg().

Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 9 01:36:10 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.10: +24 -55 lines
Diff to previous 1.10 (colored)

Conversion to ANSI style (not completed yet).

Revision 1.10 / (download) - annotate - [select for diffs], Mon Sep 3 01:04:26 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.9: +25 -1 lines
Diff to previous 1.9 (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 (22 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.8: +12 -3 lines
Diff to previous 1.8 (colored)

Minor fixes for VC++

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 3 01:41:26 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.7: +52 -145 lines
Diff to previous 1.7 (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 (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Added some diagnostic messages.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 25 10:01:28 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.5: +17 -13 lines
Diff to previous 1.5 (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 (22 years, 10 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 - [select for diffs], Mon Jun 25 04:11:42 2001 UTC (22 years, 10 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 (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.2: +123 -10 lines
Diff to previous 1.2 (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 (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.1: +79 -1 lines
Diff to previous 1.1 (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 (22 years, 10 months ago) by noro
Branch: MAIN

Added two files for internal operations over small finite fields.

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>