Move getline and getdelim into stdio.h, per POSIX 200x.
[pspp] / NEWS
diff --git a/NEWS b/NEWS
index e4009e1c0fb2bbb59e8690282c8134257bc5b94b..438644ca073f55a4590d9288c7b71c8fcb6fd8e4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2007-08-22  getdelim, getline
+                            The include file is changed from "getdelim.h"
+                            and "getline.h" to the POSIX 200x <stdio.h>.
+
 2007-08-18  idcache         Now provides prototypes in "idcache.h".
 
 2007-08-10  xstrtol         The STRTOL_FATAL_ERROR macro is removed.