bitvector work
authorAndy Wingo <wingo@pobox.com>
Mon, 30 Aug 2010 03:48:32 +0000 (20:48 -0700)
committerAndy Wingo <wingo@pobox.com>
Mon, 30 Aug 2010 03:48:32 +0000 (20:48 -0700)
commit0142d376b85f963269f8aa1788d92a4910b0b9a9
tree0aca8f66d86c74a8334f3dde962e9aa7dac4b65a
parent44d65b23cebad7001d0384ed181a44b500129f83
bitvector work

* test-suite/Makefile.am:
* test-suite/tests/bitvectors.test: Add a new file to test bitvectors.

* libguile/uniform.c (scm_c_uniform_vector_length): Don't call
  scm_uniform_vector_elements, as we don't need to be able to access the
  elements with pointers to bytes. Fixes uniform-vector-length on
  bitvectors.
libguile/uniform.c
test-suite/Makefile.am
test-suite/tests/bitvectors.test [new file with mode: 0644]