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:
parent
af4701b0de
commit
bb9f50ae10
2 changed files with 9 additions and 0 deletions
3
NEWS
3
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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue