summaryrefslogtreecommitdiff
path: root/ewah/bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-18ewah/bitmap.c: delete unused 'bitmap_each_bit()'Libravatar Derrick Stolee1-24/+0
2018-06-18ewah/bitmap.c: delete unused 'bitmap_clear()'Libravatar Derrick Stolee1-8/+0
2017-11-09Replace Free Software Foundation address in license noticesLibravatar Todd Zullinger1-2/+1
2016-02-22ewah: convert to REALLOC_ARRAY, etcLibravatar Jeff King1-12/+4
2016-02-22convert ewah/bitmap code to use xmallocLibravatar Jeff King1-6/+6
2015-06-03ewah: use less generic macro nameLibravatar Jeff King1-6/+6
2015-06-03ewah/bitmap: silence warning about MASK macro redefinitionLibravatar Eric Sunshine1-8/+8
2013-12-30ewah: compressed bitmap implementationLibravatar Vicent Marti1-0/+221