~ chicken-core (chicken-5) 1df2bc33fe35d4291ca3d93ed79bddd3cadcbd58
commit 1df2bc33fe35d4291ca3d93ed79bddd3cadcbd58
Merge: 88a2b518 1f2dae3f
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Apr 4 22:12:13 2020 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Sat Apr 4 22:12:13 2020 +0200
Merge branch 'master' of ssh://call-cc.org/usr/local/repos/chicken-core
diff --cc NEWS
index 5f2f380e,5fd808e0..825fa8ab
--- a/NEWS
+++ b/NEWS
@@@ -3,11 -9,14 +9,16 @@@
- Sleeping primordial thread doesn't forget mutations made to
parameters in interrupt handlers anymore. (See #1638. Fix
contributed by Sebastien Marie)
+- A feature corresponding to the word size is available
+ regardless of the word size (#1693)
+ - 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
Trap