1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2001-07-06 17:39:12 +00:00
parent 600c958485
commit 8630fdfc37
2 changed files with 16 additions and 0 deletions

11
NEWS
View file

@ -37,6 +37,17 @@ The new configure option `--enable-deprecated=LEVEL' and the
environment variable GUILE_WARN_DEPRECATED control this mechanism.
See INSTALL and README for more information.
** The #. reader extension is now disabled by default.
For safety reasons, #. evaluation is disabled by default. To
re-enable it, set the fluid read-eval? to #t. For example:
(fluid-set read-eval? #t)
but make sure you realize the potential security risks involved. With
read-eval? enabled, reading a data file from an untrusted source can
be dangerous.
** New SRFI modules have been added:
SRFI-0 `cond-expand' is now supported in Guile, without requiring

View file

@ -1,3 +1,8 @@
2001-07-06 Rob Browning <rlb@defaultvalue.org>
* boot-9.scm: added fix suggested by Matthias for #. read
extension -- now only works if read-eval? is not #f.
2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
* arrays.scm: Don't install a read-hash-extension for 'b': #b