| Commit message (Expand) | Author | Age | Files | Lines |
* | Develop three extra digits, not just one. | tege | 2000-07-31 | 1 | -3/+8 |
* | Use new gmp-impl.h macros. | Kevin Ryde | 2000-07-27 | 1 | -2/+0 |
* | Update copyright year. | tege | 2000-07-26 | 2 | -2/+2 |
* | Revert Aug 8, 1996 change. | tege | 2000-07-25 | 1 | -1/+1 |
* | *** empty log message *** | tege | 2000-07-24 | 65 | -260/+260 |
* | Relax error limit. Make precision depend on SIZE. Misc changes. | tege | 2000-07-21 | 1 | -3/+3 |
* | * gmp-impl.h (ULONG_MAX,ULONG_HIGHBIT,...,SHORT_MAX): New defines. | Kevin Ryde | 2000-07-01 | 1 | -13/+1 |
* | Regenerate for: | Kevin Ryde | 2000-07-01 | 1 | -25/+67 |
* | * mpf/tests/Makefile.am (AUTOMAKE_OPTIONS): Add ansi2knr. | Kevin Ryde | 2000-07-01 | 1 | -1/+1 |
* | Set u randomly in loop. Perform more mpf_mul_2exp testing. | tege | 2000-06-29 | 1 | -1/+20 |
* | Streamline criterion for whether to use mpn_lshift or | tege | 2000-06-29 | 2 | -31/+41 |
* | Correct type of `bexp'. | tege | 2000-06-27 | 1 | -1/+1 |
* | Be more lax about relative error, to handle Cray floating point format. | tege | 2000-06-27 | 1 | -2/+2 |
* | Regenerate for: | Kevin Ryde | 2000-06-21 | 1 | -5/+16 |
* | * mpf/tests/t-misc.c (check_mpf_set_si, check_mpf_cmp_si): | Kevin Ryde | 2000-06-21 | 1 | -1/+2 |
* | * mpf/tests/t-misc.c (check_mpf_set_si, check_mpf_cmp_si): | Kevin Ryde | 2000-06-21 | 1 | -0/+169 |
* | * mpz/{set,iset,cmp}_si.c [_LONG_LONG_LIMB]: Fix handling of 0x80...00. | Kevin Ryde | 2000-06-21 | 1 | -3/+3 |
* | * mpz/{set,iset,cmp}_si.c [_LONG_LONG_LIMB]: Fix handling of 0x80...00. | Kevin Ryde | 2000-06-21 | 2 | -4/+4 |
* | Add a copyright year. | tege | 2000-06-07 | 4 | -8/+6 |
* | MPN_COPY => MPN_COPY_INCR. | tege | 2000-06-07 | 1 | -2/+2 |
* | * Fix typo that effectively disabled `dis_funcs' tests. | tege | 2000-06-06 | 1 | -5/+3 |
* | * (dsi_funcs): Add mpf_mul_2exp and mpf_div_2exp. | tege | 2000-06-05 | 1 | -2/+4 |
* | Correct type of res_prec. | tege | 2000-06-05 | 1 | -1/+1 |
* | * Use mpn_rshift instead of mpn_lshift when overlap so requires. | tege | 2000-06-05 | 1 | -4/+13 |
* | * Correct criterion for whether to use mpn_lshift or mpn_rshift. | tege | 2000-06-05 | 1 | -4/+3 |
* | Regenerate for: | Kevin Ryde | 2000-05-31 | 2 | -2/+0 |
* | Regenerate for: | Kevin Ryde | 2000-05-28 | 2 | -0/+2 |
* | * mpf/iset_str.c: Initialize _mp_size and _mp_exp to 0, in case no | Kevin Ryde | 2000-05-25 | 1 | -1/+3 |
* | Add a copyright year. | Kevin Ryde | 2000-05-21 | 1 | -1/+1 |
* | Regenerate for: | Kevin Ryde | 2000-05-14 | 2 | -0/+2 |
* | Call free via _mp_free_func. | tege | 2000-05-08 | 1 | -1/+1 |
* | New file, derived from mpz/swap.c. | Kevin Ryde | 2000-05-05 | 1 | -0/+58 |
* | Regenerate for: | Kevin Ryde | 2000-05-05 | 1 | -2/+2 |
* | Add swap.c. | Kevin Ryde | 2000-05-05 | 1 | -1/+1 |
* | Use new *_SWAP macros. | Kevin Ryde | 2000-04-29 | 3 | -12/+6 |
* | Use <stdio.h> for NULL. | Kevin Ryde | 2000-04-29 | 2 | -1/+3 |
* | Provide dual ANSI/K&R function definitions. | Kevin Ryde | 2000-04-29 | 2 | -0/+8 |
* | Regenerate for "U" that the top-level ansi2knr option seems to want to | Kevin Ryde | 2000-04-23 | 1 | -0/+1 |
* | * mpf/integer.c: Use OPERATION_$* for floor/ceil/trunc compiles. | Kevin Ryde | 2000-04-23 | 1 | -9/+9 |
* | Regenerate for: | Kevin Ryde | 2000-04-23 | 1 | -20/+5 |
* | * mpf/Makefile.am: Add -DOPERATION_$* for new integer.c. | Kevin Ryde | 2000-04-23 | 1 | -19/+3 |
* | Add comment that internal functions should not be used directly. | Kevin Ryde | 2000-04-14 | 1 | -1/+6 |
* | Add K&R function definition. | Kevin Ryde | 2000-04-14 | 1 | -1/+8 |
* | Regenerate for: (AUTOMAKE_OPTIONS): Add "no-dependencies". | Linus Nordberg | 2000-04-12 | 2 | -176/+41 |
* | (AUTOMAKE_OPTIONS): Add "no-dependencies". | Linus Nordberg | 2000-04-12 | 2 | -2/+2 |
* | Add a copyright year. | Kevin Ryde | 2000-04-12 | 4 | -4/+5 |
* | Add a copyright year. | Kevin Ryde | 2000-04-12 | 7 | -7/+8 |
* | Regenerate for | Linus Nordberg | 2000-04-12 | 1 | -4/+4 |
* | (libmpf_la_SOURCES): Change urandom.c --> urandomb.c. | Linus Nordberg | 2000-04-12 | 1 | -1/+1 |
* | (mpf_urandomb): Add third parameter 'nbits'. If 'nbits' doesn't make | Linus Nordberg | 2000-04-12 | 1 | -18/+17 |