summaryrefslogtreecommitdiff
path: root/mpz/aorsmul_i.c
Commit message (Expand)AuthorAgeFilesLines
* mpz/aorsmul_i.c: Use MPZ_NEWALLOC when the operand is overwrittenMarco Bodrato2022-02-011-2/+3
* Copyright yearsMarco Bodrato2021-11-071-1/+1
* mpz/aorsmul_i.c: Simplify using mpn_neg.Marco Bodrato2021-11-071-7/+4
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpz/aorsmul_i.c: Move branches out of main line.Marco Bodrato2015-08-071-2/+4
* 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
* Whitespace cleanup.Torbjorn Granlund2010-11-221-54/+54
* New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.)Torbjorn Granlund2009-12-281-3/+3
* Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS.Torbjorn Granlund2009-11-281-1/+1
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* Add a copyright year.tege2005-11-011-1/+1
* Remove TMP_XXXX marker arguments.tege2005-05-181-6/+6
* * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c,Kevin Ryde2004-04-231-2/+2
* * mpz/aorsmul_i.c: Fix w==x overlap with nails. TestKevin Ryde2002-09-121-5/+13
* Add a copyright year.tege2002-05-141-1/+1
* Nailify better.tege2002-04-211-3/+3
* Nailify.tege2002-04-181-1/+37
* Remove trailing spaces.tege2002-01-131-1/+1
* * mpz/aorsmul_i.c: New file, rewrite of addmul_ui.c. AddKevin Ryde2001-05-031-0/+204