summaryrefslogtreecommitdiff
path: root/bitops.c
AgeCommit message (Expand)Author
2016-02-26add Lua module, move noise into subdirectories, and make build portable by on...William Ahern
2016-02-22Fix bitops on 32-bit MSVC buildsNick Mathewson
2016-02-22Remove two more unneeded zero checks in bitops.cNick Mathewson
2016-02-22Add comments demonstrating that c[tl]z() input is always nonzeroNick Mathewson
2016-02-19Port timeout.c to platforms without __builtin_c[tl]zNick Mathewson