From: Simon Josefsson Date: Sat, 17 Mar 2007 12:11:10 +0000 (+0000) Subject: Discuss strdup change. X-Git-Tag: cvs-readonly~771 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=5e4a14eedddaa13c64bad0e4623144f76f0e8d6d;p=gnulib.git Discuss strdup change. --- diff --git a/NEWS b/NEWS index 5aa7375b6..c9fc80e64 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,11 @@ Date Modules Changes avltree-oset rbtree-oset +2007-03-13 vasprintf The module now depends on stdio, so replace + #include "vasprintf.h" + with + #include + 2007-03-12 des The types and functions in lib/des.h have been gc-des renamed: @@ -37,6 +42,11 @@ Date Modules Changes xreadlink-with-size. The function was renamed: xreadlink -> xreadlink_with_size. +2007-01-26 strdup The module now depends on string, so replace + #include "strdup.h" + with + #include + # This is for Emacs. # Local Variables: # indent-tabs-mode: nil