~ chicken-core (chicken-5) 48aad2961ea943093cebf7f3c7c2d1d681df34b2


commit 48aad2961ea943093cebf7f3c7c2d1d681df34b2
Author:     Peter Bex <peter.bex@xs4all.nl>
AuthorDate: Sun Jul 8 11:51:21 2012 +0200
Commit:     Peter Bex <peter.bex@xs4all.nl>
CommitDate: Sun Jul 8 11:51:21 2012 +0200

    Update NEWS to mention sigsetjmp usage on Haiku

diff --git a/NEWS b/NEWS
index 136dbc9f..271f3f3c 100644
--- a/NEWS
+++ b/NEWS
@@ -242,7 +242,7 @@
   - the assembly-language stub routine for the implementation of "apply"
     was broken for Sparc64 systems and has been disabled for this platform
   - signal masks were accedentally reset upon GC for some platforms; use
-    sigsetjmp/siglongjmp on BSD, Linux and MacOS X
+    sigsetjmp/siglongjmp on BSD, Linux, MacOS X and Haiku
  
 - Type system
   - added new type-specifiers "input-port", "output-port", "(list-of T)" 
Trap