bitvector tweaks
authorAndy Wingo <wingo@pobox.com>
Fri, 16 Oct 2009 09:59:30 +0000 (11:59 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 16 Oct 2009 09:59:30 +0000 (11:59 +0200)
commitb0fae4ecaa9f602f3183c35eb945c8050e1f3b68
treed4aeb48a6f1d2778adb1f549c0de50a37c95101a
parent96e15df109ccfdcc2f6b2cffc0b64a083f000903
bitvector tweaks

* libguile/arrays.c (scm_from_contiguous_typed_array):
* libguile/bytevectors.c (scm_uniform_array_to_bytevector): Error if the
  uniform element size is more than 8 bits, but not divisible by 8 --
  because our math could overflow in that case.

* module/ice-9/deprecated.scm (#\y): Indeed, #* is the valid bitvector
  syntax :)
libguile/arrays.c
libguile/bytevectors.c
module/ice-9/deprecated.scm