1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00
guile/module
Andy Wingo b0fae4ecaa 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 :)
2009-10-16 11:59:30 +02:00
..
ice-9 bitvector tweaks 2009-10-16 11:59:30 +02:00
language Add compiler warning for possibly unbound variables. 2009-10-06 23:41:39 +02:00
oop Remove unused variables in ice-9/goops/srfi/scripts. 2009-09-21 00:24:08 +02:00
rnrs
scripts Remove unused variables in ice-9/goops/srfi/scripts. 2009-09-21 00:24:08 +02:00
srfi Remove unused variables in ice-9/goops/srfi/scripts. 2009-09-21 00:24:08 +02:00
system Fix REPL environment for languages other than scheme. 2009-10-15 20:51:32 +02:00
Makefile.am Incorporate ice-9-debugger-extensions properly 2009-08-27 22:21:20 +01:00