summaryrefslogtreecommitdiff
path: root/mpz/setbit.c
Commit message (Expand)AuthorAgeFilesLines
* 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