summaryrefslogtreecommitdiff
path: root/libguile
diff options
context:
space:
mode:
Diffstat (limited to 'libguile')
-rw-r--r--libguile/ChangeLog5
1 files changed, 5 insertions, 0 deletions
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.