summaryrefslogtreecommitdiff
path: root/mpz/sqrtrem.c
Commit message (Expand)AuthorAgeFilesLines
* Use MPZ_NEWALLOC and other macros resultMarco Bodrato2016-12-281-1/+2
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpz/set_d.c: Newalloc, when size is knownMarco Bodrato2015-12-111-3/+3
* mpz/sqrtrem.c: Use NEWALLOC.Marco Bodrato2015-08-071-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
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* mpz/sqrt{,rem}.c: Further simplify.Marco Bodrato2012-05-231-32/+18
* Allocate less for overlapping operands.Torbjorn Granlund2012-05-221-16/+19
* Simpify some mpz functions.Torbjorn Granlund2012-05-221-15/+6
* Removed all #ifdef BERKELEY_MP.Marco Bodrato2011-01-031-23/+16
* Whitespace cleanup.Torbjorn Granlund2010-11-221-1/+1
* Use TMP_ALLOC_LIMBS consistently.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/+2
* Remove TMP_XXXX marker arguments.tege2005-05-181-3/+3
* * mpz/sqrt.c,sqrtrem.c: Special case for op==0, to avoid TMP_ALLOC(0).Kevin Ryde2001-06-201-2/+8
* 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
* Use <stdio.h> for NULL.Kevin Ryde2000-04-281-0/+1
* Use SQRT_OF_NEGATIVE.Kevin Ryde2000-04-111-2/+2
* Initial revisiontege1996-05-081-0/+107