summaryrefslogtreecommitdiff
path: root/mpz/xor.c
Commit message (Expand)AuthorAgeFilesLines
* mpz/{and,ior,xor}.c: ReindentMarco Bodrato2018-01-171-32/+32
* mpz/{and,ior,xor}.c: Reorg. 3 cases: both <0, both >=0, one and oneMarco Bodrato2018-01-171-11/+7
* 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-21/+13
* mpz/{and,ior,xor}.c: Simplify branches.Marco Bodrato2017-01-291-61/+24
* mpz/xor.c: reorder branchesMarco Bodrato2016-12-291-16/+18
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpz/?or.c: Remove duplicated branches, hinted nowMarco Bodrato2015-11-061-6/+6
* mpz/xor.c: Use NEWALLOC, and NORMALIZE_NOT_ZERO.Marco Bodrato2015-11-051-2/+5
* Use MPZ_REALLOC.Torbjorn Granlund2015-11-041-4/+3
* mpz/xor.c: Cast return value of _mpz_realloc.Marco Bodrato2015-11-041-2/+2
* Use the return value of _mpz_realloc.Marco Bodrato2015-11-031-6/+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
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+2
* Remove unused variables.Torbjorn Granlund2012-03-031-1/+0
* mpz/xor.c: Reduce branches.Marco Bodrato2012-02-211-15/+8
* mpz/?or.c: use MPZ_REALLOC.Marco Bodrato2012-02-211-6/+1
* mpz/?or.c: Use TMP_ALLOC_LIMBS_2.Marco Bodrato2012-02-211-5/+4
* mpz/xor.c: Reduce branches.Marco Bodrato2012-02-211-5/+2
* mpz/?or.c: Use mpn_ logic everywhere.Marco Bodrato2012-02-211-14/+11
* Whitespace cleanup.Torbjorn Granlund2010-11-221-2/+2
* Re-read only necessary source pointers after reallocation. Misc cleanup.Torbjorn Granlund2009-01-041-29/+26
* 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-2/+2
* Remove TMP_XXXX marker arguments.tege2005-05-181-4/+4
* Remove K&R function headers.tege2001-01-021-8/+1
* Remove unused variable.tege2000-12-091-2/+0
* 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-2/+2
* New file.tege1996-10-181-0/+217