Powered by Apache

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

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

Request diff between arbitrary revisions


Default branch: MAIN


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

Changed a tab to two space charaters.

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

Removed unneeded 'defined(__MINGW64__)'.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Aug 8 14:19:41 2015 UTC (8 years, 8 months ago) by fujimoto
Branch: MAIN
Changes since 1.9: +17 -9 lines
Diff to previous 1.9 (colored)

Added fflush(stderr) after fprintf(stderr,  ) for mingw32/mingw64.

Revision 1.9 / (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.8: +2 -2 lines
Diff to previous 1.8 (colored)

Added defined(__MINGW32__) and defined(__MINGW64__) for mingw32/mingw64.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Dec 17 07:20:44 2012 UTC (11 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Asir now uses gc7.

In non-ox mode, SIGINT received during GC is recorded in a variable 'in_gc'
and int_handler() is executed after GC.

In ox mode, SIGINT received between begin_critical() and end_crtical()
is simply discarded.

All memory-allocation functions are wrapped in gc_risa.c:
Risa_GC_malloc(), Risa_GC_realloc() etc.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Dec 24 08:00:38 2003 UTC (20 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Fixed the word order of double float on Opteron.

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

Conversion to ANSI style (not completed yet).

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 3 07:01:06 2001 UTC (22 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.4: +5 -46 lines
Diff to previous 1.4 (colored)

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.4 / (download) - annotate - [select for diffs], Wed May 9 01:41:42 2001 UTC (23 years ago) by noro
Branch: MAIN
Changes since 1.3: +65 -11 lines
Diff to previous 1.3 (colored)

lib/fff:fctr_ff() can perform univariate factorization over small finite
fields.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:07 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 (colored)

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

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

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:08 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 (colored)

Imported asir2000 as OpenXM_contrib2/asir2000.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 3 07:39:08 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>