From bb9f50ae10815abb5cb2cbd596baa9fdc1bcd540 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 27 Oct 2004 19:38:04 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 3 +++ test-suite/ChangeLog | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 7a32e451e..8e61e7584 100644 --- a/NEWS +++ b/NEWS @@ -164,6 +164,9 @@ be used with '-e'. For example, you can now write a script like It now complies with SRFI-4 and the weird prototype based uniform array creation has been deprecated. See the manual for more details. +One non-compatible change is that characters can no longer be stored +into byte arrays. + ** There is now support for copy-on-write substrings, mutation-sharing substrings and read-only strings. diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 11b744e91..d14bb8ee6 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,9 @@ +2004-10-27 Marius Vollmer + + * tests/unif.test: Removed tests that tried to store a character + into a byte vector, which no longer works. Characters are not + bytes. + 2004-10-03 Dirk Herrmann * tests/syntax.test: Added tests for unmemoization.