summaryrefslogtreecommitdiff
path: root/gen-fac.c
Commit message (Collapse)AuthorAgeFilesLines
* gen-fac.c: Use unsigned types for sizes.Marco Bodrato2016-01-031-8/+8
|
* gen-fac.c, gen-fib.c: Correct the name of the program in error message.Marco Bodrato2015-10-101-2/+2
|
* +1 in the init2 argument before setbit. (Thanks Niels)Marco Bodrato2014-05-201-2/+2
|
* 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
|
* Copyright year.Marco Bodrato2013-02-121-1/+1
|
* gen-fac.c (gen_consts): use swap instead of set.Marco Bodrato2013-02-121-8/+7
|
* gen-fac.c (gen_consts): Remove obsolete code.Marco Bodrato2013-02-121-55/+0
|
* Fix typo in a comment.Marco Bodrato2013-01-261-2/+2
|
* (gen_consts): Correct printf types.Torbjorn Granlund2012-11-301-2/+2
|
* Whitespace cleanup.Torbjorn Granlund2012-11-171-2/+2
|
* Share log_n_max and its table.Marco Bodrato2012-04-301-2/+0
|
* Share precomputed (n-popcount(n)).Marco Bodrato2012-04-301-1/+6
|
* Share some tables among combinatoric functions.Marco Bodrato2012-04-301-1/+15
|
* Renamed files with constants for combinatorics.Marco Bodrato2012-04-221-0/+313