1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00

Add source-properties versus set-source-properties! fix.

This commit is contained in:
Kevin Ryde 2003-08-08 23:25:04 +00:00
parent cb9e3da7a2
commit 8faa15593f

5
NEWS
View file

@ -24,6 +24,11 @@ trigger a GC scan of a free()d block of memory. This is now fixed.
* Changes to Scheme functions and syntax * Changes to Scheme functions and syntax
** source-properties and set-source-properties! fix
Properties set with set-source-properties! can now be read back
correctly with source-properties.
** SRFI-1 delete equality argument order fixed. ** SRFI-1 delete equality argument order fixed.
In the srfi-1 module delete and delete!, the order of the arguments to In the srfi-1 module delete and delete!, the order of the arguments to