bytevectors: Use `size_t' rather than `unsigned' for sizes.
authorLudovic Courtès <ludo@gnu.org>
Sun, 21 Jun 2009 14:55:58 +0000 (16:55 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 21 Jun 2009 23:00:41 +0000 (01:00 +0200)
commit2d34e9244b8b35f62d086a88db749718a2a1a3b4
tree23ae7d081cc0fa1f0e3a8fd1baa8a2b9df13b4a6
parentd64fc8b039fd686a5f8f33458ba1193dc584b2a9
bytevectors: Use `size_t' rather than `unsigned' for sizes.

* doc/ref/api-data.texi (Bytevector Manipulation): Update.

* libguile/bytevectors.c (INTEGER_ACCESSOR_PROLOGUE,
  make_bytevector_from_buffer, scm_c_make_bytevector,
  scm_c_take_bytevector, scm_i_shrink_bytevector): Use `size_t' for
  bytevector lengths.
doc/ref/api-data.texi
libguile/bytevectors.c
libguile/bytevectors.h