~ chicken-core (chicken-5) 944eee0d663de35d2be39156e5844675ad4c4a2d
commit 944eee0d663de35d2be39156e5844675ad4c4a2d Author: Peter Bex <peter@more-magic.net> AuthorDate: Sat Jan 23 17:12:18 2016 +0100 Commit: Peter Bex <peter@more-magic.net> CommitDate: Sat Jan 23 17:15:35 2016 +0100 Fix NEWS's missing SRFI-18 entry. This synchs chicken-5 back with master again: the changelog for CHICKEN 4.10 includes SRFI-18, even if was later removed from CHICKEN 5 again. Because the patch to SRFI-18 wasn't applied to the chicken-5 branch, the NEWS update wasn't, either. diff --git a/NEWS b/NEWS index 188e06d4..bd03ae64 100644 --- a/NEWS +++ b/NEWS @@ -63,6 +63,8 @@ runtime profiling of compiled programs. - Core libraries + - SRFI-18: thread-join! no longer gives an error when passed a + thread in the "sleeping" state (thanks to Joerg Wittenberger) - Irregex has been updated to 0.9.4, which fixes severe performance problems with {n,m} repeating patterns (thanks to Caolan McMahon). - Unit "posix": The following posix procedures now work on portTrap