[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r2610] by whebisch

Delete obsolete text

2020-02-03 13:49:49 Tree
[r2609] by cerambyx

Fix bug in freeMultiplicativeConvolution

2020-01-28 17:20:45 Tree
[r2608] by whebisch

Remove old platform conditions

2020-01-09 16:07:05 Tree
[r2607] by whebisch

Minor cleanups

2020-01-09 15:45:05 Tree
[r2606] by oldk1331

Fix C compiler warning

2019-12-31 03:17:39 Tree
[r2605] by oldk1331

Reformat comments in src/hyper/lex.c

2019-12-31 03:15:49 Tree
[r2604] by hemmecke

bugfix representation optimization of IntegerMod

Before the patch, SingleInteger was also choosen as representation
for IntegerMod(p) if p was in the range m/2 < p <= m := max()$SingleInteger.

(1) -> I ==> SingleInteger
(2) -> p: I := max()$I - 123456

(2) 4611686018427264447
Type: SingleInteger
(3) -> a: I := p - 1

(3) 4611686018427264446
Type: SingleInteger
(4) -> a + a

>> System error:
The value
9223372036854528892
is not of type
FIXNUM

(4) -> addmod(a, a, p)

>> System error:
The value
9223372036854528892
is not of type
FIXNUM

2019-12-13 21:13:03 Tree
[r2603] by whebisch

Remove debugging printout

2019-11-23 15:54:21 Tree
[r2602] by hemmecke

rename axiom to fricas in code and documentation

AXIOM env variable --> FRICAS
AXIOMEDITOR --> FRICASEDITOR
AXIOMsys --> FRICASsys
axiom-wiki --> fricas-wiki
axiom --> fricas in message file s2-us.msgs
axiom-xl --> aldor
A# --> Aldor

The following changes require a newer Aldor compiler.
At least 13e5b90eecc79ec6704efb333c4c100187520e80 from 30-Jul-2019.
Before that the name libfricas was not treated correctly by Aldor.
libaxiom.al --> libfricas.al
axiom.as --> fricas.as

2019-11-18 20:22:47 Tree
[r2601] by cerambyx

src/algebra/distro.spad: Typo in documentation

2019-08-29 08:19:41 Tree
Older >