Improve name: "count-one-bits" is better than "popcount".
authorBen Pfaff <blp@gnu.org>
Wed, 25 Jul 2007 03:13:19 +0000 (03:13 +0000)
committerBen Pfaff <blp@gnu.org>
Wed, 25 Jul 2007 03:13:19 +0000 (03:13 +0000)
commite9cfd9f2d0d75d5d09d0acff6cb578a5c039c45c
tree2a9f4d493a74ef3f0f691f1a28d8de39e99c41b4
parent27699186ce523c0eda987d1c8417468843bd03ef
Improve name: "count-one-bits" is better than "popcount".
* MODULES.html.sh: Update name.
* lib/popcount.h: Renamed lib/count-one-bits.h.
(popcount): Renamed count_one_bits.
(popcountl): Renamed count_one_bits_l.
(popcountll): Renamed count_one_bits_ll.
* m4/popcount.m4: Renamed m4/count-one-bits.m4.
* modules/popcount: Renamed module/count-one-bits.
* modules/popcount-tests: Renamed module/count-one-bits-tests.
* tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
12 files changed:
ChangeLog
MODULES.html.sh
lib/count-one-bits.h [new file with mode: 0644]
lib/popcount.h [deleted file]
m4/count-one-bits.m4 [new file with mode: 0644]
m4/popcount.m4 [deleted file]
modules/count-one-bits [new file with mode: 0644]
modules/count-one-bits-tests [new file with mode: 0644]
modules/popcount [deleted file]
modules/popcount-tests [deleted file]
tests/test-count-one-bits.c [new file with mode: 0644]
tests/test-popcount.c [deleted file]