blob: 95ec4dc194d3890990d1c7aacdb1a9b0e11d533a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Probably many bugs.
Knowns bugs:
* The overflows/underflows are not yet implemented in all functions.
* Possible integer overflows on some machines.
* 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.
* TMP_ALLOC problems in agm.c and sqrt.c. (Kevin Ryde, 05 March 2002)
|