2003-12-02 22:57:26 by Lubomir Sedlacik | Files touched by this commit (1) |
Log message:
Add math to CATEGORIES.
Style nits.
|
2003-10-28 23:33:57 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
The configure script thinks gcc 2.95 for ARM is too buggy to use,
so require gcc 3 for arm.
|
2003-09-27 17:09:05 by grant beattie | Files touched by this commit (1) |
Log message:
use tools.mk for GNU m4.
move a line for clarity.
|
2003-09-17 18:24:39 by grant beattie | Files touched by this commit (1) |
Log message:
add USE_GCC_SHLIB, reorder some lines a bit for clarity.
|
2003-08-21 22:09:30 by Klaus Heinz | Files touched by this commit (1) |
Log message:
Add correct TEST_TARGET
|
2003-08-09 12:44:51 by Stoned Elipot | Files touched by this commit (43) |
Log message:
USE_NEW_TEXINFO is unnecessary now.
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-06-23 13:02:22 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Convert to USE_NEW_TEXINFO.
|
2003-02-21 13:25:24 by Charles M. Hannum | Files touched by this commit (8) |
Log message:
Update to gmp 4.1.2. Many changes, but the relevant bug fixes seems to be:
* mpn/generic/rootrem.c: In Newton loop, pad qp with leading zero.
* mpn/generic/rootrem.c: Allocate 1.585 (log2(3)) times more space
for pp temporary to allow for worst case overestimate of root.
Add some asserts.
* tests/mpz/t-root.c: Generalize and speed up.
* mpfr/pow.c: Fixed bug (infinite loop) for exact powers.
* mpfr/sub.c: Fixed wrong inexact flag for a - b where a and b are of
different signs and EXP(a) < EXP(b).
* printf/printffuns.c (gmp_fprintf_reps): Make it actually work
for padding > 256.
* gmp-impl.h (USE_LEADING_REGPARM): Disable for PIC code generation.
* mpn/generic/tdiv_qr.c: Remove a bogus assert.
* mpn/generic/mode1o.c, mpn/alpha/ev5/mode1o.c: Correction to ASSERTs.
Reported by Christoph Ludwig.
* mpf/urandomb.c: Truncate nbits to precision of rop.
* configure.in (sparc v9 *bsd*): Add NetBSD and OpenBSD sparc64.
(x86 openbsd*): Extra underscore for _GLOBAL_OFFSET_TABLE_.
* mpn/generic/rootrem.c: Avoid overflow in xnb calculation.
* mpz/root.c: Avoid overflow in rootnb calculation.
* gmpxx.h (__gmp_binary_equal, __gmp_binary_not_equal): Fix broken
mpq/double functions.
* mpn/m68k/lshift.asm: Fix typo in !scale_available_p code.
* mpn/m68k/rshift.asm: Likewise.
* mpz/remove.c: Make src==0 return 0, not do DIVIDE_BY_ZERO.
* mpfr/acinclude.m4 (MPFR_CONFIGS): Patch by Vincent for an apparent
float rounding gremlin on powerpc.
* mpf/inp_str.c: Fix returned count of chars read, reported by Paul
Zimmermann. Also fix a memory leak for invalid input.
* mpfr/set_q.c: Allow for 1 bit numerator or denominator.
|
2003-01-02 21:31:00 by Hubert Feyrer | Files touched by this commit (1) |
Log message:
fix dependency for m4
|