summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-03-17 12:11:10 +0000
committerSimon Josefsson <simon@josefsson.org>2007-03-17 12:11:10 +0000
commit5e4a14eedddaa13c64bad0e4623144f76f0e8d6d (patch)
treecb0eb2cfacf44498e7591cac13f0efc62762e1fc /NEWS
parentd1c92f60e28f5ab04f3d026050055ae6db2f9506 (diff)
downloadgnulib-5e4a14eedddaa13c64bad0e4623144f76f0e8d6d.tar.gz
Discuss strdup change.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5aa7375b65..c9fc80e647 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 <stdio.h>
+
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 <string.h>
+
# This is for Emacs.
# Local Variables:
# indent-tabs-mode: nil