diff NEWS @ 8447:f4bf8ff7f21b

Discuss strdup change.
author Simon Josefsson <simon@josefsson.org>
date Sat, 17 Mar 2007 12:11:10 +0000
parents 238942284e2f
children 974cb4afc21f
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,11 @@
             avltree-oset
             rbtree-oset
 
+2007-03-13  vasprintf       The module now depends on stdio, so replace
+                               #include "vasprintf.h"
+                            with
+                               #include <stdio.h>
+
 2007-03-12  des             The types and functions in lib/des.h have been
             gc-des          renamed:
 
@@ -37,6 +42,11 @@
                             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 <string.h>
+
 # This is for Emacs.
 # Local Variables:
 # indent-tabs-mode: nil