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


1d33ab2be6 | Bill Allombert | Mon, 7 Sep 2026 15:45:42 +0200
group_domain: fix case !group_has_gen
2	2	src/basemath/perm.c

e0d0adc942 | Bill Allombert | Mon, 7 Sep 2026 15:13:46 +0200
group_order, group_domain: also handle group_elts [#2691]
16	5	src/basemath/perm.c
3	8	src/basemath/subfield.c

ecd6764c81 | Karim Belabas | Mon, 7 Sep 2026 01:41:57 +0200
vecF2_lk: incorrect use of real_0 to initialize a sum

addrr(real_0(b), x) truncates x, which is usually not intended.

When nbits2prec(x) is neutralized to return x, it causes loss of accuracy in
  \p115
  L=ellinit([0,0,1,7,6]);ellL1(L,3)
11	5	src/basemath/ellanal.c

368e175efa | Karim Belabas | Sun, 6 Sep 2026 22:59:27 +0200
QuadGetST: simplify accessing r1
4	3	src/modules/stark.c

6eaf456487 | Bill Allombert | Sun, 6 Sep 2026 21:13:55 +0200
QuadGetST: handle both real and imaginary quadratic fields
9	2	src/modules/stark.c

0c57673a3d | Karim Belabas | Sat, 5 Sep 2026 16:06:48 +0200
make_M_G: avoid double rounding
2	2	src/basemath/base1.c

3ea6e5aa21 | Bill Allombert | Sat, 5 Sep 2026 13:13:20 +0200
ellQ_isdivisible_test: do not assume l>3
26	7	src/basemath/elliptic.c
5	1	src/test/in/ell

2388fd3699 | Bill Allombert | Sat, 5 Sep 2026 13:13:20 +0200
bnrL1: fix imaginary quadratic case [#2693]
1	0	CHANGES
2	2	src/modules/stark.c
7	1	src/test/32/bnrL1
5	0	src/test/in/bnrL1

a28f633de5 | Bill Allombert | Fri, 4 Sep 2026 13:53:45 +0200
5- ellisdivisible: potential oo-loop [#2695]
1	0	CHANGES
1	1	src/basemath/elliptic.c
6	0	src/test/in/ell

bb84b1be45 | Karim Belabas | Thu, 3 Sep 2026 19:21:08 +0200
fix setprec to round up as nbits2lg would

don't assume "precision" argument is a multiple of BITS_IN_LONG
1	1	src/headers/parigen.h

6af5b91cfa | Karim Belabas | Sun, 30 Aug 2026 13:22:21 +0200
improve doc of mk*n functions + don't document mkintn in chapter 4
6	19	doc/usersch4.tex
11	5	doc/usersch5.tex

554b94b2cb | Bill Allombert | Sun, 30 Aug 2026 11:19:02 +0200
doc_make: use void for no args
1	0	src/desc/doc_make

de78f436da | Bill Allombert | Sun, 30 Aug 2026 11:19:02 +0200
O: only keep Doc and Help so that ??O work
2	3	src/functions/polynomials/O

7e7fa46c62 | Karim Belabas | Sat, 29 Aug 2026 10:54:34 +0200
phi5_ZV: mkintn arguments are unsigned ints, not ulongs [#2692]

Created problems on the emscripten platform
13	13	src/basemath/polmodular.c

7a567e3e92 | Karim Belabas | Sat, 29 Aug 2026 10:54:17 +0200
clarify doc
8	6	doc/usersch5.tex

f733de46e3 | Karim Belabas | Thu, 27 Aug 2026 20:54:50 +0200
6- readline completion: don't include yet undefined symbols [#2694]

If identifier valence is EpNEW, skip it in  completion.

Rationale: identifier exists in parser hashtables but it has no
definition yet. It is likely that it was created by mistake (e.g., typo)
or that it has been kill-ed by the user. In any case, its value is NULL.
It makes sense not to propose it in completions in interactive use until
it acquires an actual value.
1	0	CHANGES
1	1	src/language/readline.c



PARI/GP Development
Last Modified: 2025-11-17 10:46:31
Copyleft © 2003-2025 the PARI group.