1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 06:20:23 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-10-27 19:38:04 +00:00
parent af4701b0de
commit bb9f50ae10
2 changed files with 9 additions and 0 deletions

3
NEWS
View file

@ -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.

View file

@ -1,3 +1,9 @@
2004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* 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 <dirk@dirk-herrmanns-seiten.de>
* tests/syntax.test: Added tests for unmemoization.