summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Amend restricted pointers.Kevin Ryde2001-03-301-6/+10
* Use some <code></code>.Kevin Ryde2001-03-271-3/+11
* Add inline mpz_neg etc.Kevin Ryde2001-03-231-9/+28
* Add an entry for cubing.Kevin Ryde2001-03-201-1/+6
* Remove mpf_random2 and mpfr_random2 using random() and not gettingKevin Ryde2001-03-081-15/+16
* Remove some completed UltraSPARC items.tege2001-03-071-22/+17
* Zap more completed Cray stuff.tege2001-03-071-4/+0
* Remove some completed Cray tasks.tege2001-03-071-4/+0
* Remove mpz_cdiv_q_2exp and mpz_cdiv_r_2exp task, done.Kevin Ryde2001-03-031-6/+1
* * configure.in (none-*-*): Add ABI=longlong.Kevin Ryde2001-02-281-7/+5
* Add a timestamp.Kevin Ryde2001-02-171-14/+29
* Add a timestamp.Kevin Ryde2001-02-171-4/+16
* *** empty log message ***tege2001-02-161-0/+1
* *** empty log message ***tege2001-02-131-0/+3
* *** empty log message ***tege2001-02-121-8/+15
* More of:Kevin Ryde2001-02-091-27/+21
* *** empty log message ***tege2001-02-031-15/+23
* *** empty log message ***tege2001-02-021-1/+4
* * doc/configuration: Misc updates.Kevin Ryde2001-02-021-22/+1
* Remove mpn_gcd_1 etc using exact division style remainder, done.Kevin Ryde2001-01-301-13/+0
* Remove mpz_scan[01] correctness, done.Kevin Ryde2001-01-301-5/+16
* Remove PPro/P-II mpn_mod_1, done.Kevin Ryde2000-12-311-4/+0
* *** empty log message ***tege2000-12-271-0/+2
* *** empty log message ***tege2000-12-231-0/+15
* *** empty log message ***tege2000-12-221-1/+3
* * doc/configuration: Updates for new configure things, add some notesKevin Ryde2000-12-171-66/+233