summaryrefslogtreecommitdiff
path: root/mpz/scan1.c
Commit message (Expand)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* ChangeLogMarco Bodrato2015-06-011-1/+1
* Acoid calling mpn_zero_p with zero size.Marco Bodrato2015-05-311-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
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
* mpz/scan1.c: Add a shortcut for scan1(z, 0).Marco Bodrato2012-05-251-0/+4
* mpz/scan1.c: Simplify.Marco Bodrato2012-05-251-44/+16
* Add forgotten copyright years.Torbjorn Granlund2012-01-171-1/+1
* Don't use ULONG_MAX as a mp_bitcnt_t constant.Niels Möller2012-01-151-2/+2
* Whitespace cleanup.Torbjorn Granlund2010-11-221-51/+51
* Make it possible to compile GMP with g++.Torbjorn Granlund2010-11-101-1/+1
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-201-5/+5
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* * mpz/scan0.c, mpz/scan1.c: Use count_trailing_zeros, instead ofKevin Ryde2004-02-161-6/+3
* Fix type of size variables.tege2002-05-061-2/+2
* Nailify.tege2002-04-191-2/+2
* * mpz/array_init.c, mpz/cfdiv_q_2exp.c, mpz/cfdiv_r_2exp.c,Kevin Ryde2002-02-081-6/+6
* Remove trailing spaces.tege2002-01-131-1/+1
* * mpz/scan[01].c: Rewrite, don't read beyond allocated memory, supportKevin Ryde2001-01-031-5/+118
* 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
* Initial revisiontege1996-05-081-0/+35