~ chicken-core (chicken-5) 245b656ade27c2e7be09994204c7930f27cfdb89


commit 245b656ade27c2e7be09994204c7930f27cfdb89
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sat Jan 23 17:21:04 2016 +0100
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sat Jan 23 17:21:04 2016 +0100

    Reindent core libraries and swap with tools section in NEWS
    
    This also to reduce merge conflicts

diff --git a/NEWS b/NEWS
index bd03ae64..85e29d63 100644
--- a/NEWS
+++ b/NEWS
@@ -56,24 +56,24 @@
   - When requesting to emit import libraries that don't exist, the
      compiler now gives an error instead of quietly continuing (#1188).
 
+- 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 port
+     objects: file-stat, file-size, file-owner, file-permissions,
+     file-modification-time, file-access-time, file-change-time,
+     file-type and all procedures using file-type. These are:
+     regular-file?, symbolic-link?, block-device?, character-device?
+     fifo? and socket?.
+
 - Tools
   - A debugger is now available, known as "feathers", which allows
     basic source-level debugging of compiled Scheme code.
   - A statistical profiler has been added, enabling sampling-based
     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 port
-    objects: file-stat, file-size, file-owner, file-permissions,
-    file-modification-time, file-access-time, file-change-time,
-    file-type and all procedures using file-type. These are:
-    regular-file?, symbolic-link?, block-device?, character-device?
-    fifo? and socket?.
-
 4.10.1
 
 - Core libraries
Trap