~ chicken-core (chicken-5) ead7f9b7a0b3e4cc30e4eaebda1f2833bee23bd1


commit ead7f9b7a0b3e4cc30e4eaebda1f2833bee23bd1
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sat Jan 23 16:49:52 2016 +0100
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sat Jan 23 16:49:52 2016 +0100

    Fix NEWS entry for Unit "posix" change
    
    It should be below "Core libraries" like it is in chicken-5 branch.

diff --git a/NEWS b/NEWS
index 6abe42dd..786c1074 100644
--- a/NEWS
+++ b/NEWS
@@ -26,9 +26,15 @@
 
 - Core libraries
    - SRFI-18: thread-join! no longer gives an error when passed a
-      thread in the "sleeping" state (thanks to Joerg Wittenberger)
+     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).
+     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
@@ -36,13 +42,6 @@
   - A statistical profiler has been added, enabling sampling-based
     runtime profiling of compiled programs.
 
-- 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