summaryrefslogtreecommitdiff
path: root/mpz/setbit.c
Commit message (Expand)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* 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-1/+1
* mpz/setbit.c, mpz/clrbit.c: Reorganise branches.Marco Bodrato2013-02-141-26/+23
* Add copyright years.Torbjorn Granlund2012-11-201-1/+1
* Shorten some variable names.Torbjorn Granlund2012-04-201-20/+20
* mpz/setbit.c: Simplify.Marco Bodrato2012-04-201-14/+12
* Remove dead code. Use CNST_LIMB.Torbjorn Granlund2012-04-191-22/+6
* Use the macros ALLOC etc to access the fields of mpz_t in mpz/*.Marc Glisse2012-02-231-7/+7
* Whitespace cleanup.Torbjorn Granlund2010-11-221-14/+14
* Make it possible to compile GMP with g++.Torbjorn Granlund2010-11-101-4/+2
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-201-1/+1
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* An extra comment for:Kevin Ryde2002-07-071-0/+1
* * mpz/clrbit.c, mpz/setbit.c: Only MPN_NORMALIZE if high limb changesKevin Ryde2002-07-061-13/+16
* * mpz/array_init.c, mpz/cfdiv_q_2exp.c, mpz/cfdiv_r_2exp.c,Kevin Ryde2002-02-081-8/+8
* * mpz/setbit.c: Fix normalization for case of a negative ending upKevin Ryde2001-03-141-3/+5
* Remove K&R function headers.tege2001-01-021-7/+1
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* Add a copyright year.Kevin Ryde2000-04-121-1/+2
* Use mpn_incr_u and mpn_decr_u instead of mpn_add_1 and mpn_sub_1.tege1999-09-281-2/+2
* Add missing code after final `else'.tege1997-07-251-1/+6
* Initial revisiontege1996-05-081-0/+113