diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-06-14 18:26:43 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-06-14 18:26:43 +0000 |
commit | 0f002b27a35fee320f4836a136de1ca7eae7342b (patch) | |
tree | 43bbad43e23afa880c9c9ec658e285c80e471e0c | |
parent | 2635d5efb9553cbc6a2d0a80e554936da5dc6a42 (diff) | |
download | guile-0f002b27a35fee320f4836a136de1ca7eae7342b.tar.gz |
*** empty log message ***
-rw-r--r-- | ice-9/ChangeLog | 5 | ||||
-rw-r--r-- | libguile/ChangeLog | 5 | ||||
-rw-r--r-- | srfi/ChangeLog | 4 |
3 files changed, 14 insertions, 0 deletions
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 <mvo@zagadka.ping.de> + + * common-list.scm (remove-if, remove-if-not): Fix typo: use + `pred', not `pred?', in the body. + 2001-06-13 Thien-Thi Nguyen <ttn@revel.glug.org> * 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 <mvo@zagadka.ping.de> + * 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 <mvo@zagadka.ping.de> + + * srfi-13.scm: Prevent `export' from re-exporting core bindings. + 2001-06-07 Dirk Herrmann <D.Herrmann@tu-bs.de> * srfi-14.c (charset_print): Mark unused parameters with |