summaryrefslogtreecommitdiff
path: root/mpz/mul.c
Commit message (Expand)AuthorAgeFilesLines
* Add some {} to suppress warning.Torbjorn Granlund2020-11-191-7/+9
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Copyright year.Marco Bodrato2015-11-131-2/+2
* mpz: Lazy allocation.Marco Bodrato2015-11-091-7/+8
* Wrap remaining limb allocations in __GMP_ALLOCATE_FUNC_LIMBS.Torbjorn Granlund2015-09-081-1/+1
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Get rid of BYTES_PER_MP_LIMB, most files affected.Torbjorn Granlund2014-01-191-2/+2
* Avoid overflow in allocation computation.Torbjorn Granlund2014-01-191-2/+2
* 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
* Space normalization.Marco Bodrato2011-01-131-18/+18
* mpz/mul: Remove redundant size computationMarco Bodrato2011-01-131-3/+1
* Removed all #ifdef BERKELEY_MP.Marco Bodrato2011-01-031-11/+6
* Whitespace cleanup.Torbjorn Granlund2010-11-221-5/+5
* Call mpn_sqr directly.Torbjorn Granlund2009-12-291-15/+25
* Use TMP_ALLOC_LIMBS consistently.Torbjorn Granlund2009-11-281-2/+2
* 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/+2
* Remove TMP_XXXX marker arguments.tege2005-05-181-3/+3
* Remove trailing spaces.tege2002-01-131-2/+2
* * mpn/generic/mul_basecase.c, mpz/mul.c, mpz/n_pow_ui.c,Kevin Ryde2001-12-291-1/+1
* * mpz/mul.c: Use mpn_mul_1 for size==1 and mpn_mul_2 (if available)Kevin Ryde2001-05-111-15/+45
* Remove K&R function headers.tege2001-01-021-17/+2
* * * (__gmp_allocate_func etc): Rename from _mp_allocate_func etc.Kevin Ryde2000-10-211-3/+3
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* [BERKELEY_MP]: Include mp.h for mpbsd compile.Kevin Ryde2000-05-281-0/+3
* Add a copyright year.Kevin Ryde2000-04-291-1/+1
* Use <stdio.h> for NULL.Kevin Ryde2000-04-281-0/+1
* Initial revisiontege1996-05-081-0/+127