summaryrefslogtreecommitdiff
path: root/ewah/ewah_bitmap.c
AgeCommit message (Expand)Author
2020-12-08ewah/ewah_bitmap.c: avoid open-coding ALLOC_GROW()Taylor Blau
2018-06-21ewah: delete unused 'rlwit_discharge_empty()'Junio C Hamano
2018-06-18ewah_bitmap: delete unused 'ewah_or()'Derrick Stolee
2018-06-18ewah_bitmap: delete unused 'ewah_not()'Derrick Stolee
2018-06-18ewah_bitmap: delete unused 'ewah_and_not()'Derrick Stolee
2018-06-18ewah_bitmap: delete unused 'ewah_and()'Derrick Stolee
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger
2017-07-10use DIV_ROUND_UPRené Scharfe
2016-02-22ewah: convert to REALLOC_ARRAY, etcJeff King
2016-02-22convert ewah/bitmap code to use xmallocJeff King
2015-06-03ewah: use less generic macro nameJeff King
2014-04-22ewah_bitmap.c: do not assume size_t and eword_t are the same sizeKyle J. McKay
2013-12-30ewah: compressed bitmap implementationVicent Marti