~ chicken-core (chicken-5) 0edfacf7318d63bea9337b438364f6106fe59378
commit 0edfacf7318d63bea9337b438364f6106fe59378 Author: Peter Bex <peter@more-magic.net> AuthorDate: Sat Sep 14 16:08:56 2019 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Sat Sep 14 16:08:56 2019 +0200 Merge duplicate entries for "Core libraries" in NEWS diff --git a/NEWS b/NEWS index c4ebe555..11043081 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,9 @@ - for-each and map now behave consistently in compiled and interpreted mode, like in SRFI-1. They now stop when the shortest list is exhausted instead of raising an exception (fixes #1422). + - There is now a srfi-88 module which contains just the three + procedures from the (chicken keyword) module defined by the SRFI. + - A feature identifier named "srfi-88" is now registered. - Runtime system - Quoted empty keywords like ||: and :|| are now read like prescribed @@ -21,11 +24,6 @@ - When garbage collector is manually invoked from a finalizer, raise an error instead of hanging forever (fixes #1586). -- Core libraries - - There is now a srfi-88 module which contains just the three - procedures from the (chicken keyword) module defined by the SRFI. - - A feature identifier named "srfi-88" is now registered. - - Compiler - Fixed a bug in lfa2 pass which caused "if" or "cond" nodes to be incorrectly unboxed if the "else" branch had a flonum result typeTrap