summaryrefslogtreecommitdiff
path: root/mpz/cfdiv_r_2exp.c
Commit message (Expand)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpz/cfdiv_r_2exp.c: Amend last change.Marco Bodrato2015-09-291-1/+1
* mpz/cfdiv_r_2exp.c: Use mpn_neg and MPZ_NEWALLOC.Marco Bodrato2015-09-271-7/+3
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Use MPZ_REALLOC return value when possible.Torbjorn Granlund2012-05-261-5/+3
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-031-1/+1
* Whitespace cleanup.Torbjorn Granlund2010-11-221-29/+29
* New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.)Torbjorn Granlund2009-12-281-1/+1
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-201-4/+4
* Change _PROTO => __GMP_PROTO.Torbjorn Granlund2008-12-071-1/+1
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c,Kevin Ryde2004-04-231-2/+2
* Nailify.tege2002-04-181-1/+1
* * mpz/array_init.c, mpz/cfdiv_q_2exp.c, mpz/cfdiv_r_2exp.c,Kevin Ryde2002-02-081-3/+3
* Add a comment related to:Kevin Ryde2001-11-071-0/+3
* * mpn/generic/mul_n.c, mpz/cfdiv_r_2exp.c: Use MPN_INCR_U.Kevin Ryde2001-06-291-2/+2
* Slight change to:Kevin Ryde2001-03-051-1/+0
* (cfdiv_r_2exp): Reread up after realloc of w.tege2001-03-051-0/+2
* * mpz/cfdiv_r_2exp.c: New file, rewrite of fdiv_r_2exp.c, use all mpn,Kevin Ryde2001-03-031-0/+153