~ chicken-core (chicken-5) 0b9673dae8862646fbc3486e99c1e111e055d6e8


commit 0b9673dae8862646fbc3486e99c1e111e055d6e8
Author:     Peter Bex <peter.bex@xs4all.nl>
AuthorDate: Tue Mar 5 20:30:08 2013 +0100
Commit:     Moritz Heidkamp <moritz@twoticketsplease.de>
CommitDate: Sun Mar 10 12:58:02 2013 +0100

    Document changes in pp and write behavior
    
    Signed-off-by: Moritz Heidkamp <moritz@twoticketsplease.de>

diff --git a/NEWS b/NEWS
index 03df87c5..40233389 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@
 
 - Core libraries
   - read-line no longer returns trailing CRs in rare cases on TCP ports (#568)
+  - write and pp now correctly use escape sequences for control characters
+     (thanks to Florian Zumbiehl)
 
 - Runtime system
   - Special events in poll() are now handled, avoiding hangs in threaded apps.
Trap