1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

update NEWS for hungry-eol-escapes

* NEWS: Update for hungry-eol-escapes.
This commit is contained in:
Andy Wingo 2011-01-21 09:23:06 +01:00
parent c869f0c157
commit 6d6b2d4fcd

6
NEWS
View file

@ -10,6 +10,12 @@ latest prerelease, and a full NEWS corresponding to 1.8 -> 2.0.
Changes in 1.9.15 (since the 1.9.14 prerelease): Changes in 1.9.15 (since the 1.9.14 prerelease):
** New reader option: `hungry-eol-escapes'
Guile's string syntax is more compatible with R6RS when the
`hungry-eol-escapes' option is enabled. See "String Syntax" in the
manual, for more information.
** `expt' and `integer-expt' changes when the base is 0 ** `expt' and `integer-expt' changes when the base is 0
While `(expt 0 0)' is still 1, `(expt 0 N)' for N > 0 is now 0, and While `(expt 0 0)' is still 1, `(expt 0 N)' for N > 0 is now 0, and