summaryrefslogtreecommitdiff
path: root/ewah/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* ewah/bitmap.c: delete unused 'bitmap_each_bit()'Derrick Stolee2018-06-181-24/+0
* ewah/bitmap.c: delete unused 'bitmap_clear()'Derrick Stolee2018-06-181-8/+0
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-2/+1
* ewah: convert to REALLOC_ARRAY, etcJeff King2016-02-221-12/+4
* convert ewah/bitmap code to use xmallocJeff King2016-02-221-6/+6
* ewah: use less generic macro namees/osx-header-pollutes-mask-macroJeff King2015-06-031-6/+6
* ewah/bitmap: silence warning about MASK macro redefinitionEric Sunshine2015-06-031-8/+8
* ewah: compressed bitmap implementationVicent Marti2013-12-301-0/+221