mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
update NEWS for hungry-eol-escapes
* NEWS: Update for hungry-eol-escapes.
This commit is contained in:
parent
c869f0c157
commit
6d6b2d4fcd
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -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):
|
||||
|
||||
** 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
|
||||
|
||||
While `(expt 0 0)' is still 1, `(expt 0 N)' for N > 0 is now 0, and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue