~ chicken-core (chicken-5) aa912c2369085bef90e1d3b8ed1277ecce2ca91e
commit aa912c2369085bef90e1d3b8ed1277ecce2ca91e Merge: 50a505dc 317468e4 Author: Kooda <kooda@upyum.com> AuthorDate: Tue Mar 24 15:44:49 2020 +0100 Commit: Kooda <kooda@upyum.com> CommitDate: Tue Mar 24 15:44:49 2020 +0100 Merge branch 'release' and bump version diff --cc NEWS index 75253c4d,4c399340..18179792 --- a/NEWS +++ b/NEWS @@@ -1,16 -1,4 +1,16 @@@ +5.2.1 +- Runtime system + - Sleeping primordial thread doesn't forget mutations made to + parameters in interrupt handlers anymore. (See #1638. Fix + contributed by Sebastien Marie) + +- Build system + - Auto-configure at build time on most platforms. Cross-compilation + still requires PLATFORM to be set, and it can still be provided + manually, but it is no longer required in the common case. + + - 5.1.1 + 5.2.0 - Core libraries - Fix `memory-statistics` by returning semi-space bytes and used diff --cc README index ac852b85,3239560a..f8df0923 --- a/README +++ b/README @@@ -16,7 -16,7 +16,7 @@@ _/ _/ _/ _/ _/ _ (c) 2008-2020, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann - version 5.1.1 - version 5.2.0 ++ version 5.2.1 1. Introduction diff --cc buildversion index ac14c3df,91ff5727..26d99a28 --- a/buildversion +++ b/buildversion @@@ -1,1 -1,1 +1,1 @@@ - 5.1.1 -5.2.0 ++5.2.1 diff --cc manual/The User's Manual index 4207b244,fc73928e..c8e5d720 --- a/manual/The User's Manual +++ b/manual/The User's Manual @@@ -6,7 -6,7 +6,7 @@@ <img id="big-logo" style="float:right; margin-left:1em;" src="http://wiki.call-cc.org/chicken-small.png" alt="Stylized picture of a chicken"/> </nowiki> - This is the manual for CHICKEN Scheme, version 5.1.1 -This is the manual for CHICKEN Scheme, version 5.2.0 ++This is the manual for CHICKEN Scheme, version 5.2.1 * [[Getting started]] : What is CHICKEN and how do I use it? * [[Using the interpreter]] : How to use the interactive interpreter, {{csi}}Trap