From eecac80630340aeb209db8ca9de8ba3a6ebc7d94 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 15 Sep 2003 12:37:16 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index b016cc395..f6b6c99ed 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2003-09-15 Marius Vollmer + + * posix.c (scm_setgroups): Check that the gid list is not too + long. Thanks to Paul Jarc! + 2003-09-14 Dirk Herrmann * tags.h: Reduced the number of short instructions from 14 to 13.