summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-11-09 13:48:14 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-11-09 13:48:14 +0000
commitd233b123d08adf0826a82fb23558e6c534c7c6ef (patch)
treed6ab46bdcc5d8e1fbf4ff890b086551006125dfb /NEWS
parent714682a35390ddd085ec87de8f58eaf72987d5a3 (diff)
downloadguile-d233b123d08adf0826a82fb23558e6c534c7c6ef.tar.gz
More stuff about arrays and vectors.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 27bce37d6..0905023c4 100644
--- a/NEWS
+++ b/NEWS
@@ -171,8 +171,16 @@ variable %load-path.
It now complies with SRFI-4 and the weird prototype based uniform
array creation has been deprecated. See the manual for more details.
-A non-compatible change is that characters can no longer be stored
-into byte arrays.
+Some non-compatible changes have been made:
+ - characters can no longer be stored into byte arrays.
+ - strings and bit vectors are no longer considered to be uniform vectors.
+
+There is the new notion of 'generalized vectors' and corresponding
+procedures like 'generalized-vector-ref'. Generalized vectors include
+strings bitvectors, ordinary vectors, and uniform numeric vectors.
+
+Arrays use generalized vectors their storage, so that you still have
+arrays of characters, bits, etc.
** There is now support for copy-on-write substrings, mutation-sharing
substrings and read-only strings.