summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add possible inlining of tal-notreent.c.Kevin Ryde2001-12-011-0/+13
* Remove mpz_perfect_power_p negatives and scan1, done.Kevin Ryde2001-11-291-10/+19
* * doc/configuration: Misc updates.Kevin Ryde2001-11-241-50/+58
* Move sub-quadratic divexact stuff across to projects.html.Kevin Ryde2001-11-241-10/+1
* Remove C++ wrapper task, done.Kevin Ryde2001-11-241-19/+56
* Remove mpz_powm negative exponents, done.Kevin Ryde2001-11-201-10/+45
* Move random number stuff across to the tasks file, with a view toKevin Ryde2001-11-201-18/+1
* Add cray inline mpn_popcount and mpn_hamdist.Kevin Ryde2001-11-151-3/+12
* Add tal-notreent.c keep block allocated.Kevin Ryde2001-11-071-1/+9
* Add invert_limb newton iteration for various chips.Kevin Ryde2001-11-041-1/+3
* Add mpz_perfect_square_p to use mpn_gcd_1.Kevin Ryde2001-10-251-1/+36
* Add tests/mpz/reuse.c and tests/mpf/reuse.c problems on windows DLLs.Kevin Ryde2001-10-241-8/+64
* *** empty log message ***tege2001-10-221-6/+1
* Brought across from the TODO file:Kevin Ryde2001-10-171-2/+15
* Bit more of random numbers, brought across from the TODO file.Kevin Ryde2001-10-171-3/+5
* More on random numbers.Kevin Ryde2001-10-171-4/+11
* Add gcc ultrasparc/32 longlong.h code selection.Kevin Ryde2001-10-161-2/+10
* Itemize pros and cons of the lazy allocation scheme.Kevin Ryde2001-10-101-14/+31
* Add a copyright notice.Kevin Ryde2001-10-091-0/+21
* Add a copyright notice.Kevin Ryde2001-10-091-0/+22
* Add PP factors of 2.Kevin Ryde2001-10-081-6/+25
* Add an FSF copyright notice.Kevin Ryde2001-10-082-33/+44
* More on mod 2^24-1 idea.Kevin Ryde2001-10-021-2/+25
* sparc64 divexact_1 might be good 32-bits at a time too.Kevin Ryde2001-09-141-6/+39
* * doc/configuration: Misc updates, note libtool patch used.Kevin Ryde2001-09-081-50/+62
* Add mpf_div(x,x) not giving 1.Kevin Ryde2001-09-061-27/+42
* Update sqrt task for new mpn_sqrtrem code.Kevin Ryde2001-07-281-6/+8
* Remove gmp_printf, done.Kevin Ryde2001-07-251-6/+2
* Add mpn_add_1 etc switch to macros for internal uses.Kevin Ryde2001-07-171-1/+11
* Remove __builtin_constant_p possibly not available on NeXT or MacOS X.Kevin Ryde2001-07-101-3/+1
* Move mpf_set_str 0x to new functionality.Kevin Ryde2001-07-101-30/+24
* Add mpq_cmp_ui multiplying limb-by-limb.Kevin Ryde2001-07-071-1/+4
* Remove TMP_ALLOC malloc-reentrant, done.Kevin Ryde2001-07-031-43/+56
* Update C++ wrapper to mention GMP++.Kevin Ryde2001-07-031-6/+8
* Remove windows DLL task, done (or the gmp side is hopefully right,Kevin Ryde2001-06-121-6/+1
* Add 68000 shifts to use roll.Kevin Ryde2001-06-081-1/+6
* Add another count_leading_zeros high bit test.Kevin Ryde2001-05-261-13/+14
* Remove old random funcs switching to new style, done.Kevin Ryde2001-05-261-3/+0
* Add mpf_set_str overflowing a "long" in the exponent.Kevin Ryde2001-05-171-17/+26
* Add ppc630 mpn_lshift by 1 using adde.Kevin Ryde2001-05-131-0/+3
* Move longlong.h for system compilers down to "bright ideas", inKevin Ryde2001-05-131-14/+11
* Update count_leading_zeros==0 task to known remaining places.Kevin Ryde2001-05-111-17/+46
* Remove inlining tasks for functions now done.Kevin Ryde2001-05-051-9/+15
* Add a copyright year.Kevin Ryde2001-05-031-2/+2
* Remove mpz_neg etc inlining, done.Kevin Ryde2001-05-031-7/+8
* Add DIVIDE_BY_ZERO doing nothing on powerpc.Kevin Ryde2001-04-301-1/+4
* Remove mpn_divexact_1, done (sooner than expected).Kevin Ryde2001-04-251-8/+9
* Add partial products task.Kevin Ryde2001-04-251-1/+10
* Add mpf_set_str exponent validation.Kevin Ryde2001-04-151-3/+17
* Update attribute malloc.Kevin Ryde2001-04-021-25/+59