Powered by Apache

CVS log for OpenXM_contrib2/asir2000/io/bsave.c

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21 / (download) - annotate - [select for diffs], Sun Oct 4 03:14:08 2020 UTC (3 years, 6 months ago) by noro
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Added function prototypes.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Mar 29 01:32:53 2018 UTC (6 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.19: +147 -147 lines
Diff to previous 1.19 (colored)

Changed a tab to two space charaters.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Aug 31 09:11:04 2017 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.18: +17 -6 lines
Diff to previous 1.18 (colored)

Fixed bugs in functions related to bsave/bload of MPFR bigfloat on Windows.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Aug 13 00:13:03 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

Fixed bugs in read_longarray and write_longarray.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Aug 4 06:20:45 2015 UTC (8 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.16: +19 -30 lines
Diff to previous 1.16 (colored)

PARI is now being replaced by MPFR (GNU multiprecision floating-point reliable library).
1. eval() now calls functions in libmpfr.a.
2. PARI will be wrapped as an ox server 'ox_pari' (not yet).
Warning: Asir will not be built with interval arithmetics for a while.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Mar 16 16:43:03 2009 UTC (15 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

In asir sources, LONG_IS_32BIT and LONG_IS_64BIT are replaced by SIZEOF_LONG.
Still, these are defined for pari.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Aug 9 02:40:47 2006 UTC (17 years, 8 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12, DEB_REL_1_2_3-9
Changes since 1.14: +24 -4 lines
Diff to previous 1.14 (colored)

Added savenbp() and loadnbp().

Revision 1.14 / (download) - annotate - [select for diffs], Fri Dec 10 07:36:35 2004 UTC (19 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3, KNOPPIX_2006
Changes since 1.13: +9 -3 lines
Diff to previous 1.13 (colored)

Added load/save functions for DAlg.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Dec 22 09:33:47 2003 UTC (20 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Fixed for 64bit arch.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 14 22:29:15 2003 UTC (21 years, 2 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

Changing some MACROs and preprocessor directives:
for example, #if PARI was replaced by #if defined(PARI).

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jan 8 04:14:38 2002 UTC (22 years, 3 months ago) by kondoh
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

bug fix for Interval Arithmetics

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

Conversion to ANSI style (not completed yet).

Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 3 07:01:08 2001 UTC (22 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.8: +15 -3 lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Fri Mar 16 01:56:18 2001 UTC (23 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.7: +9 -3 lines
Diff to previous 1.7 (colored)

Added bload/bsave functions for GFS.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Dec 24 06:32:31 2000 UTC (23 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.6: +5 -5 lines
Diff to previous 1.6 (colored)


Change type int to void. And link operation flag add to -f.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 22 10:03:30 2000 UTC (23 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.5: +25 -1 lines
Diff to previous 1.5 (colored)

Add to interval number function.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Dec 5 01:24:54 2000 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.4: +1 -3 lines
Diff to previous 1.4 (colored)

Removed ugly '#if defined(THINK_C)'.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 8 08:02:51 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.3: +11 -7 lines
Diff to previous 1.3 (colored)

Added a new datatype "BYTEARRAY" whose object id is 16(=O_BYTEARRAY).
This datatype corresponds to CMO_DATUM.

A BYTEARRAY is created by newbytearray(Len) or newbytearray(Len,List).
The usage is the same as newvect().

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 22 05:04:17 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:38 2000 UTC (23 years, 8 months ago) by noro
Branch: MAIN
Changes since 1.1: +48 -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:11 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:11 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>