PARI/GP

Try GP in your browser
Main
  Download
  Packages
  Funding
  SEARCH

Help / Community
  FAQ
  Documentation
  Tutorials
  Mailing Lists
  Bugs
  Timeline
  Ateliers PARI/GP

Library
  Publications
  Contributed GP scripts
  Links
  Fun!

Development
  Latest Changes
  Version Control
  Coding Guidelines
  PariDroid
  Logo

Tests & benchmarks
  Buildlogs
  Coverage Report
  Doc Coverage
  Refcards test
  Benchmarks

  WWW Stats

Changes commited to PARI GIT during the last two weeks


df46cf913 | Bill Allombert | Thu, 25 Jul 2024 17:49:33 +0200
shiftaddress_canon: fix support for t_LIST [#2563]

writebin("bug.wrbin",List([3,3,0]));
writebin("bug.wrbin",43);
read("bug.wrbin")
-> SEGV
9	2	src/language/init.c

f39651019 | Karim Belabas | Wed, 24 Jul 2024 01:59:56 +0200
replace ZM_transmultosym by qf_ZM_apply where appropriate

+ add trivial reduction to ZM_mul in qf_ZM_apply to benefit from
asymptotically fast implementation (ZM_transmultosym is O(n^3)).
9	1	src/basemath/gen3.c
3	3	src/basemath/lll.c

65cd88daf | Bill Allombert | Mon, 22 Jul 2024 23:21:12 +0200
parforstep: add GC
3	1	src/language/eval.c

1101ba1c3 | Bill Allombert | Sun, 21 Jul 2024 19:37:28 +0200
genus2_eulerfact: add GC
10	6	src/basemath/lfunutils.c

6f1a56f6b | Bill Allombert | Sun, 21 Jul 2024 19:10:10 +0200
genus2_type5: perform Tate reduction
32	4	src/basemath/lfunutils.c

90fe8ae13 | Bill Allombert | Sun, 21 Jul 2024 17:32:47 +0200
New libpari functions ZXX_pvalrem, ZXV_pvalrem
1	0	CHANGES
8	0	doc/usersch5.tex
50	0	src/basemath/gen2.c
7	5	src/headers/paridecl.h

be3fe6460 | Bill Allombert | Sun, 21 Jul 2024 13:44:34 +0200
hyperellminimalmodel: use ZX_pvalrem
7	16	src/basemath/hyperell.c

b2aa078be | Karim Belabas | Sun, 21 Jul 2024 11:16:09 +0200
update matsnf bench
2	2	src/test/32/matsnf
1	1	src/test/in/matsnf

58caa5c9b | Bill Allombert | Sun, 21 Jul 2024 10:30:53 +0200
New libpari function FpXQX_roots_mult
1	0	CHANGES
5	0	doc/usersch5.tex
13	0	src/basemath/FpXQX_factor.c
4	3	src/basemath/FpX_factor.c
1	0	src/headers/paridecl.h

4b1a0626f | Karim Belabas | Sat, 20 Jul 2024 12:54:01 +0200
add comments
5	1	src/basemath/ZV.c

518b2c2a0 | Karim Belabas | Sat, 20 Jul 2024 11:51:03 +0200
ZM_mul_i: fix 32bit threshold for modular algorithm

Don't go modular unless Strassen-Winograd is used in Flm_mul
4	4	src/basemath/FpV.c
9	2	src/basemath/ZV.c

64f4308d8 | Karim Belabas | Fri, 19 Jul 2024 20:59:54 +0200
22- [libpari] ZM2_sqr

+ cleanup of ZV_max_lg and ZV_max_expi functions
1	0	CHANGES
2	0	doc/usersch5.tex
37	16	src/basemath/ZV.c
3	3	src/basemath/modsym.c
1	0	src/headers/paridecl.h
19	2	src/kernel/none/halfgcd.c

e7b6e21fb | Bill Allombert | Wed, 17 Jul 2024 10:45:47 +0200
lfuntheta:doc: fix typo \sqrt() ->\sqrt{}
1	1	src/functions/l_functions/lfuntheta

f54668c1e | Karim Belabas | Tue, 16 Jul 2024 11:55:35 +0200
mention BITS_IN_LONG in sample gprc
5	3	misc/gprc.dft

fae7ee829 | Karim Belabas | Tue, 16 Jul 2024 11:46:10 +0200
add factorlimit to sample gprc
4	0	misc/gprc.dft

c474da952 | Karim Belabas | Mon, 15 Jul 2024 17:54:34 +0200
flatter: use ZM_transmultosym
3	3	src/basemath/lll.c

bb9f460d6 | Karim Belabas | Sat, 13 Jul 2024 15:11:17 +0200
typo in commit
1	1	src/basemath/arith1.c

37008c07d | Bill Allombert | Fri, 12 Jul 2024 16:37:56 +0200
dirpowsuminit: fix C++ warning
2	2	src/basemath/dirichlet.c

0a8a1fbce | Bill Allombert | Fri, 12 Jul 2024 13:43:02 +0200
z = ffgen(11^5)^0; fflog(z, z, 1) ->SEGV [#2562]
1	1	CHANGES
1	1	src/basemath/Flx.c
2	1	src/test/32/fflog
1	0	src/test/in/fflog

d2444eff0 | Karim Belabas | Fri, 12 Jul 2024 10:44:19 +0200
vecmulsqlv: minor cleanup
3	3	src/basemath/dirichlet.c



PARI/GP Development
Last Modified: 2016-03-22 20:34:27
Copyleft © 2003-2022 the PARI group.