Powered by Apache

CVS log for OpenXM_contrib2/asir2000/include/Attic/Risa.tmpl

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.37, Tue Apr 1 15:25:53 2008 UTC (16 years, 1 month ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, HEAD
Changes since 1.36: +1 -1 lines
FILE REMOVED

Imakefile's are removed.

Revision 1.36 / (download) - annotate - [select for diffs], Fri Mar 7 08:05:47 2003 UTC (21 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.35: +9 -9 lines
Diff to previous 1.35 (colored)

Reverted the incorect modifications.

Revision 1.35 / (download) - annotate - [select for diffs], Fri Mar 7 03:12:26 2003 UTC (21 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.34: +9 -9 lines
Diff to previous 1.34 (colored)

Correcting switches (defined(MPI)->MPI etc.)
Note that there still exist several inconsistencies.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Feb 14 22:29:13 2003 UTC (21 years, 3 months ago) by ohara
Branch: MAIN
Changes since 1.33: +19 -19 lines
Diff to previous 1.33 (colored)

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

Revision 1.33 / (download) - annotate - [select for diffs], Wed Jul 24 09:52:10 2002 UTC (21 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Testing gc6 compatibility.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Dec 25 08:59:48 2001 UTC (22 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.31: +5 -1 lines
Diff to previous 1.31 (colored)

For cygwin.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Dec 25 02:39:03 2001 UTC (22 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Modifications to support cygwin.

Revision 1.30 / (download) - annotate - [select for diffs], Tue Oct 30 01:09:46 2001 UTC (22 years, 6 months ago) by noro
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29 (colored)

Added -g option in CFLAGS for sparc.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Oct 5 11:01:22 2001 UTC (22 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

configure ... -pari ... => use pari-2.2 (OpenXM_contrib/pari-2.2)
configure ... -oldpari ... => use pari-2.0 (OpenXM_contrib/pari)

Revision 1.28 / (download) - annotate - [select for diffs], Wed Oct 3 01:47:31 2001 UTC (22 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

!!!Important!!!  (full rebuild may be necessary)

Asir2000 now links pari-2.2, so the pari/Makefile has been changed to
make pari-2.2.
Added pari(factor,..) and pari(allocatemem,..).

pari(factor,Poly) : univariate factorization by knapsack algorithm.
pari(allocatemem,SIZE) : sets the paristack size to SIZE byte.
pari(allocatemem) : doubles the paristack.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Aug 6 01:48:32 2001 UTC (22 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

1. quotetolist(A) converts A (quoted expression) into a list.
2. ctrl("print_quote",1) => contents of quoted expressions are displayed.
3. CMO_TREE implementation (under construnction)

Revision 1.26 / (download) - annotate - [select for diffs], Thu Aug 2 03:59:16 2001 UTC (22 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

1. '-O3' option causes a trouble in FFT.
2. Fixed bugs in bi-variate Hensel lifting over small finite fields.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jun 25 05:30:50 2001 UTC (22 years, 10 months ago) by noro
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Karatsuba for univariate dense poly /GF(q).
Inline function for GF(q) operations.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jun 15 07:56:05 2001 UTC (22 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.23: +5 -1 lines
Diff to previous 1.23 (colored)

AIX support (32bit version)

Revision 1.23 / (download) - annotate - [select for diffs], Mon Jun 4 02:49:46 2001 UTC (22 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.22: +7 -3 lines
Diff to previous 1.22 (colored)

Modifications to support Mac OS X.
Note: /usr/bin/cpp of Mac OS X seems to be broken. I had to add

-D__ppc__ -D__NATURAL_ALIGNMENT__ -D__MACH__ -D__BIG_ENDIAN__ -D__APPLE__

as OPTS. Without these options imake does not work properly.

Revision 1.22 / (download) - annotate - [select for diffs], Mon Mar 19 04:17:39 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Removed '#define INTERVAL' in Risa.tmpl, which is optional.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Mar 19 04:02:04 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

In gc5.3, alpha_mach_dep.s is no longer necessary.
Fixed a bug in _DL_alloc() which causes alignment error on Alpha.
Removed an unnecessary compiler flag 'CCOPTIONS' on Alpha.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Mar 19 01:26:35 2001 UTC (23 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Modified the opening message so that it displays '+ Interval Arithmetic'
if the binary is configured with '-DINTERVAL'.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Dec 26 05:17:46 2000 UTC (23 years, 4 months ago) by noro
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Several bugs concerned with readline are now being fixed.

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


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

Revision 1.17 / (download) - annotate - [select for diffs], Sat Dec 23 08:44:36 2000 UTC (23 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.16: +8 -3 lines
Diff to previous 1.16 (colored)

Change libpari and libreadline path.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Dec 23 08:04:16 2000 UTC (23 years, 4 months ago) by saito
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

*** empty log message ***

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

*** empty log message ***

Revision 1.14 / (download) - annotate - [select for diffs], Thu Dec 21 02:44:16 2000 UTC (23 years, 5 months ago) by murao
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

cpp var. -DHMEXT, which had been used in igcd package, is removed.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 5 01:24:53 2000 UTC (23 years, 5 months ago) by noro
Branch: MAIN
Changes since 1.12: +2 -9 lines
Diff to previous 1.12 (colored)

Removed ugly '#if defined(THINK_C)'.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Aug 22 01:30:25 2000 UTC (23 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_1_3
Changes since 1.11: +1 -43 lines
Diff to previous 1.11 (colored)

Added a short copyright notice to Imakefiles.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Aug 21 08:31:35 2000 UTC (23 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.10: +48 -1 lines
Diff to previous 1.10 (colored)

Added copyright notice and license agreement. It is mandatory to distribute
Risa/Asir source codes freely.

Revision 1.10 / (download) - annotate - [select for diffs], Mon May 29 08:54:47 2000 UTC (23 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

1. F4

	array.c, gr.c (still experimental)

2. Weyl algebra

	dist.c, distm.c : product of monomials (weyl_mul*)
	Q.c : coefficients of the expansion of D^k*x^l (mkwc, mkwcm)

    Note that the current implementation and specification are too ad hoc.

	If ctrl("do_weyl",1) is executed, then all monomial operations are
	done in Weyl algebra. If the length of the exponent of a monomial
	is n=2m, then it is regarded as an element of Q<x1,...,xm,Dx1,...,Dxm>.
	If the length is n=2m+1, then it is a regarded as an element of
	Q[h]<x1,...,xm,Dx1,...,Dxm>, where h is the homogenization variable.
	The order specification is the same as in the commutative case, so
	one should use matrix order to realize natural orderings in Weyl
	algebra. Negative waits have not yet been supported.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 10 08:31:37 2000 UTC (24 years, 1 month ago) by noro
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8 (colored)

Boehm's GC has been updated to 5.0-alpha4.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Mar 14 06:30:34 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.7: +6 -2 lines
Diff to previous 1.7 (colored)

Modified for Solaris x86.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 10 03:05:01 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

Imakefile:
    Added a new target 'install-bin-lib' for OpenXM.
include/Imakefile, gc/Imakefile, parse/Imakefile:
	Added a new taget 'install-include' for the library mode.
lib/*:
	Updates of help/html files.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 6 08:24:23 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

Added the definition of (dummy) RANLIB for Solaris 2.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Mar 1 02:29:18 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Some fixes on UNIX-Windows compatibility.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 8 04:47:10 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.3: +6 -8 lines
Diff to previous 1.3 (colored)

Cleaned up source files for creating libasir*.a with various
configurations.

Added new targets in src/asir2000/Makefile

install-lib-with-pari : libasir_pari.a -> OpenXM/lib
install-lib-small : libasir.a -> OpenXM/lib
install : asir libasir_pari_X.a libasir_gc.a -> OpenXM/lib

libasir_pari_X.a requires libpari.a and X11 libraries.
libasir_pari.a requires libpari.a.
libasir.a requires nothing.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Feb 4 09:27:32 2000 UTC (24 years, 3 months ago) by noro
Branch: MAIN
Changes since 1.2: +3 -4 lines
Diff to previous 1.2 (colored)

Added LinuxPPC support.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 20 06:17:11 2000 UTC (24 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.1: +10 -2 lines
Diff to previous 1.1 (colored)

A dirty hack for linux-libc6.

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: 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>