Fix bit-count* bug
authorAndy Wingo <wingo@pobox.com>
Sat, 28 Jun 2014 13:24:29 +0000 (15:24 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 29 Jun 2014 12:19:00 +0000 (14:19 +0200)
commitd40b05386c72c5a17734ee3fd58e35e931ac46ef
treebc1b197b299cc4c65d6b177d6d4e1e0f23177fd6
parentec412d75627aeffbd816ac351eabcd1b533540c6
Fix bit-count* bug

* libguile/bitvectors.c (scm_bit_count_star): Fix typo introduced in
  2005 refactor (!) in which the second arg was erroneously taken from
  the first arg.

* test-suite/tests/bitvectors.test: Add test.

* doc/ref/api-compound.texi: Fix doc example for u32vector selector.
doc/ref/api-compound.texi
libguile/bitvectors.c
test-suite/tests/bitvectors.test