diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 00f7cf3ec..df6c3e697 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2004-07-28 Kevin Ryde + + * regex-posix.c (scm_make_regexp): Use SCM_VALIDATE_INT_COPY on flag + arguments, previously type was not checked. + 2004-07-10 Kevin Ryde * hash.c (scm_hashq, scm_hashv, scm_hash): Restrict to size>=1 rather