diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2009-01-04 22:45:54 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2009-01-04 22:47:59 +0000 |
commit | dc686d7b0a1490e26482e018489dec040b79b952 (patch) | |
tree | 6295008acffbf5e96dcc4e806223bbc8a44b9c86 | |
parent | a9931e4e1ab80e6b47d6d836edf834f530bd9522 (diff) | |
download | guile-dc686d7b0a1490e26482e018489dec040b79b952.tar.gz |
NEWS entry for %fast-slot-ref/set! fix
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -40,6 +40,12 @@ application code. ** Functions for handling `scm_option' now no longer require an argument indicating length of the `scm_t_option' array. + +Changes in 1.8.7 (since 1.8.6) + +* Bugs fixed + +** Fix %fast-slot-ref/set!, to avoid possible segmentation fault Changes in 1.8.6 (since 1.8.5) |