diff options
author | Han-Wen Nienhuys <hanwen@lilypond.org> | 2007-01-19 20:05:30 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@lilypond.org> | 2007-01-19 20:05:30 +0000 |
commit | 8a9faebcbf8b629926a5b235da3f46407d71569a (patch) | |
tree | aa2483787ed880d464667458e215680b17a3daac | |
parent | 19ab431ea1900cc66120637c0f4abec0636555b7 (diff) | |
download | guile-8a9faebcbf8b629926a5b235da3f46407d71569a.tar.gz |
idem.
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -19,10 +19,14 @@ Changes in 1.9.XXXXXXXX: * Changes to the distribution * Changes to the stand-alone interpreter * Changes to Scheme functions and syntax + +** A new 'memoize-symbol evaluator trap has been added. This trap can +be used for efficiently implementing a Scheme code coverage. + * Changes to the C interface ** Functions for handling scm_option now no longer require an argument - indicating length of the scm_t_option array. +indicating length of the scm_t_option array. Changes in 1.8.2 (since 1.8.1): |