summaryrefslogtreecommitdiff
path: root/mpz/and.c
Commit message (Expand)AuthorAgeFilesLines
* mpz/{and,ior,xor}.c: ReindentMarco Bodrato2018-01-171-96/+95
* mpz/{and,ior,xor}.c: Reorg. 3 cases: both <0, both >=0, one and oneMarco Bodrato2018-01-171-9/+6
* Copyright yearMarco Bodrato2018-01-161-1/+1
* mpz/xor.c, mpz/and.c: Early free for temporaries, use INCR_U instead of add_1Marco Bodrato2018-01-161-8/+6
* mpz/{and,ior,xor}.c: Simplify branches.Marco Bodrato2017-01-291-56/+43
* mpz/and.c: Alloc only when neededMarco Bodrato2016-12-281-5/+3
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpz/and.c: Use MPZ_NEWALLOC.Marco Bodrato2015-11-051-6/+6
* 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
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+2
* mpz/and.c: Use TMP_ALLOC_LIMBS_2.Marco Bodrato2012-02-201-9/+5
* mpz/and.c: Reduce branches.Marco Bodrato2012-02-201-20/+10
* mpz/and.c: use MPZ_REALLOCMarco Bodrato2012-02-201-36/+18
* mpz/and.c: Use mpn_ logic everywhere.Marco Bodrato2012-02-201-10/+7
* Whitespace cleanup.Torbjorn Granlund2010-11-221-4/+4
* Re-read only necessary source pointers after reallocation. Misc cleanup.Torbjorn Granlund2009-01-041-33/+34
* 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-4/+4
* * mpz/and.c: For positive/positive, use mpn_and_n, rate a realloc asKevin Ryde2003-10-131-7/+5
* Remove K&R function headers.tege2001-01-021-8/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* Add a copyright year.Kevin Ryde2000-05-211-1/+2
* Use new *_SWAP macros.Kevin Ryde2000-04-291-3/+2
* Add a copyright year.Kevin Ryde2000-04-121-1/+1
* Fix typos in comments.tege1997-07-251-4/+4
* Initial revisiontege1996-05-081-0/+278