changeset 8450:974cb4afc21f

* NEWS: Document stdlib change from 2007-02-18.
author Eric Blake <ebb9@byu.net>
date Sat, 17 Mar 2007 13:54:35 +0000
parents 58bc234e991f
children ba5ed28cb276
files ChangeLog NEWS
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-17  Eric Blake  <ebb9@byu.net>
+
+	* NEWS: Document stdlib change from 2007-02-18.
+
 2007-03-17  Jim Meyering  <jim@meyering.net>
 
 	Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,13 @@
                             xreadlink-with-size. The function was renamed:
                             xreadlink -> xreadlink_with_size.
 
+2007-02-18  exit            The modules now depend on stdlib, so replace
+            mkdtemp           #include "exit.h"
+            mkstemp           #include "mkdtemp.h"
+                              #include "mkstemp.h"
+                            with
+                              #include <stdlib.h>
+
 2007-01-26  strdup          The module now depends on string, so replace
                               #include "strdup.h"
                             with