~ chicken-core (chicken-5) 39544a9987c7632716742a3f94b4db9cce2a99f9


commit 39544a9987c7632716742a3f94b4db9cce2a99f9
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sat Aug 29 16:13:14 2015 +0200
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sat Aug 29 16:59:14 2015 +0200

    Update NEWS with argvector changes
    
    Conflicts:
            NEWS

diff --git a/NEWS b/NEWS
index 8c8b3414..7c9cff47 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,14 @@
   - The core units have been converted to modules under the "chicken"
     namespace.
 
+4.10.1
+
+- Runtime system:
+  - The calling convention of CPS procedures has been changed to
+    use "argument vectors" instead of C calling convention.
+  - Apply hack is no longer used; the limitation of 128 arguments
+    has been lifted for platforms which had no apply hack.
+
 4.10.0
 
 - Security fixes
Trap