summaryrefslogtreecommitdiff
path: root/doc/tasks.html
Commit message (Expand)AuthorAgeFilesLines
* Change some URLs from http to https.Torbjorn Granlund2014-01-291-2/+2
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Change <meta content> to utf-8Marco Bodrato2013-12-271-1/+1
* Encoding conversion to UTF-8Marco Bodrato2013-12-261-2/+2
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-3/+2
* Fix typos.Torbjorn Granlund2013-07-221-2/+2
* Clean up some tasks, file is still severely outdated.Torbjorn Granlund2011-12-051-8/+1
* Update/remove several itemised tasks.Torbjorn Granlund2011-03-031-30/+13
* New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.)Torbjorn Granlund2009-12-281-2/+2
* Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS.Torbjorn Granlund2009-11-281-2/+2
* More spelling fixes.Torbjorn Granlund2009-11-151-3/+3
* Update tasks lists.Torbjorn Granlund2009-05-041-3/+3
* Clean up obsolete email addresses.Torbjorn Granlund2009-04-201-3/+2
* Add a caution about that the file is somewhat outdated.Torbjorn Granlund2008-12-151-5/+15
* Remove URL to removed code.tege2008-05-221-1/+1
* Update license to version 3.tege2007-09-181-4/+2
* Update to current statustege2006-04-211-32/+11
* Update FSF's address.tege2006-02-151-2/+2
* Remove invert_limb use [-1-d]:[-1], done.Kevin Ryde2004-05-081-14/+0
* Remove alpha osf ${wl} apparently unexpanded, a non-problem.Kevin Ryde2004-05-061-4/+1
* Note mpf_eq revision is in progress.Kevin Ryde2004-04-131-3/+9
* Remove mpf_div x/x equal to 1, done.Kevin Ryde2004-03-141-18/+6
* Add mpf_mul_2exp and mpf_div_2exp avoid low zeros.Kevin Ryde2004-02-281-5/+17
* Add mpz_pow_ui overflow detection.Kevin Ryde2004-02-141-4/+10
* Show mpz_rscan0 for reverse direction scanning, a name preferenceKevin Ryde2004-02-091-4/+5
* Add mpf_div_ui test in advance for high quotient limb zero.Kevin Ryde2004-01-241-0/+5
* Add mpf_div_ui use mpn_divrem_1.Kevin Ryde2004-01-231-1/+8
* Remove mpf_sqrt_ui, mpf_sqrt excess precision, done.Kevin Ryde2004-01-221-5/+3
* Add ev6 addlsh1_n, mainly as a reminder addmul_1 is beating lshift+add_n.Kevin Ryde2004-01-151-1/+6
* Add _LONG_LONG_LIMB not namespace clean.Kevin Ryde2004-01-061-1/+8
* Add ppc601 check which of power or powerpc code is better.Kevin Ryde2004-01-031-2/+5
* Remove thresholds to be >N rather than >=, decide against this.Kevin Ryde2004-01-021-14/+2
* Note long double is an ANSI-ism.Kevin Ryde2003-12-311-1/+4
* Add various mpn_sqrtrem bits.Kevin Ryde2003-12-311-3/+14
* Remove alpha ev67 ctpop mpn_popcount and mpn_hamdist, done.Kevin Ryde2003-11-301-5/+1
* Remove usqr_ppm, decide against this.Kevin Ryde2003-11-281-5/+0
* Add alpha unicos .align.Kevin Ryde2003-11-281-0/+4
* Add alpha count_leading_zeros inline.Kevin Ryde2003-11-281-21/+15
* Add mpq_add duplicate division.Kevin Ryde2003-11-111-1/+15
* Remove mpz_div and mpz_divmod follow mpz_mod rounding.Kevin Ryde2003-10-301-3/+0
* Remove mpz_*_ui division return real remainder.Kevin Ryde2003-10-301-4/+0
* Add note on C++ long long probably always available.Kevin Ryde2003-10-301-1/+7
* Remove C++ operator>> test program, done.Kevin Ryde2003-10-241-3/+0
* Remove z8k 32-bit limb as an ABI choice, moved to mpn/z8000/README,Kevin Ryde2003-10-241-3/+0
* Move mpz_invert use mpn_gcdext up to machine independent optimizations.Kevin Ryde2003-10-241-2/+2
* Remove "make distclean" remove all mpn links, decide against this.Kevin Ryde2003-10-241-6/+1
* Remove mpn_mul_basecase cache locality on big N small M, done in mpn_mul.Kevin Ryde2003-10-211-5/+0
* Amend toom3 cache localization, USE_MORE_MPN is now the only choice.Kevin Ryde2003-10-211-4/+3
* Reword ARM V5 clz, add gcc 3.4 __builtin_clzl.Kevin Ryde2003-10-211-2/+3