From: Eric Blake Date: Sat, 17 Mar 2007 13:54:35 +0000 (+0000) Subject: * NEWS: Document stdlib change from 2007-02-18. X-Git-Tag: cvs-readonly~768 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=19b59bb067a17cde9b1ed329cd66e4979887c657;p=gnulib.git * NEWS: Document stdlib change from 2007-02-18. --- diff --git a/ChangeLog b/ChangeLog index 8880c9852..fb099d21d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-17 Eric Blake + + * NEWS: Document stdlib change from 2007-02-18. + 2007-03-17 Jim Meyering Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted. diff --git a/NEWS b/NEWS index c9fc80e64..c1f24d2f4 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,13 @@ Date Modules Changes 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 + 2007-01-26 strdup The module now depends on string, so replace #include "strdup.h" with