summaryrefslogtreecommitdiff
path: root/libguile
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2001-06-14 18:26:43 +0000
committerMarius Vollmer <mvo@zagadka.de>2001-06-14 18:26:43 +0000
commit0f002b27a35fee320f4836a136de1ca7eae7342b (patch)
tree43bbad43e23afa880c9c9ec658e285c80e471e0c /libguile
parent2635d5efb9553cbc6a2d0a80e554936da5dc6a42 (diff)
downloadguile-0f002b27a35fee320f4836a136de1ca7eae7342b.tar.gz
*** empty log message ***
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.