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

*** empty log message ***

This commit is contained in:
Neil Jerram 2005-12-30 14:33:43 +00:00
parent 29295b0c90
commit 09172f9c31

10
NEWS
View file

@ -1283,6 +1283,16 @@ SCM_NECONSP, SCM_GLOC_VAR, SCM_GLOC_VAL, SCM_GLOC_SET_VAL,
SCM_GLOC_VAL_LOC, scm_make_gloc, scm_gloc_p, scm_tc16_variable,
SCM_CHARS, SCM_LENGTH, SCM_SET_STRING_CHARS, SCM_SET_STRING_LENGTH.
* Changes to bundled modules
** (ice-9 debug)
Using the (ice-9 debug) module no longer automatically switches Guile
to use the debugging evaluator. If you want to switch to the
debugging evaluator (which is needed for backtrace information if you
hit an error), please add an explicit "(debug-enable 'debug)" to your
code just after the code to use (ice-9 debug).
Changes since Guile 1.4: