diff options
Diffstat (limited to 'libguile')
-rw-r--r-- | libguile/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 07bdedf4f..1e31aef82 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,10 @@ 2003-07-27 Marius Vollmer <mvo@zagadka.de> + * posix.h (scm_setgroups): New prototype. + * posix.c (scm_setgroups): New. Thanks to Paul Jarc! + (scm_getgroups): Handle groups ids that don't fit into a fixnum. + Don't use SCM_WRITABLE_VELTS. + * gc.h (SCM_GC_SET_CELL_BVEC): New. * gc-card.c (scm_i_init_card_freelist): Use it. Thanks to Matthias Koeppe! |