summaryrefslogtreecommitdiff
path: root/BUGS
blob: a17393680c4ee2373462994fa097d0e2fc9c5285 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Probably many bugs.

Known bugs:

* The overflows/underflows are not yet implemented in all functions.

* Possible integer overflows on some machines.

* mpfr_set_d may give wrong results on some architectures.

Potential bugs:

* get_str.c: condition len != n + 1 is always satisfied at the end.
  This means that there are too many reallocations (possibly useless
  ones) and a possible bug.