diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 546c44c82..8dddec587 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2001-06-14 Marius Vollmer + + * common-list.scm (remove-if, remove-if-not): Fix typo: use + `pred', not `pred?', in the body. + 2001-06-13 Thien-Thi Nguyen * match.scm: diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 4aae0a351..b6b0199de 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,10 @@ 2001-06-14 Marius Vollmer + * unif.h (SCM_ARRAY_NDIM): Shift then cast so that the no sign + extension takes place. + * strings.h (SCM_STRING_LENGTH): Likewise. + (SCM_STRING_MAX_LENGTH): Use unsigned numbers. + * __scm.h (ptrdiff_t): Typedef to long when configure didn't find it. diff --git a/srfi/ChangeLog b/srfi/ChangeLog index ea5726b38..09b08c67d 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,7 @@ +2001-06-14 Marius Vollmer + + * srfi-13.scm: Prevent `export' from re-exporting core bindings. + 2001-06-07 Dirk Herrmann * srfi-14.c (charset_print): Mark unused parameters with