summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-08-18 07:16:52 +0000
committerJim Meyering <jim@meyering.net>2007-08-18 07:16:52 +0000
commitdc9484f5465a7f99163c4848e4ad45bf2df528f5 (patch)
treee1c485be74385a2a2ae227eeab2a043394b08e93 /NEWS
parenta29749fa308fb3e489f2678f1acbff3877501479 (diff)
downloadgnulib-dc9484f5465a7f99163c4848e4ad45bf2df528f5.tar.gz
New file: lib/idcache.h
* NEWS: Mention the addition. * modules/idcache (Files): Add lib/idcache.h * lib/idcache.c: Include "idcache.h". Don't include <sys/types.h>. Add a FIXME comment. Move file-scoped "static" declarations to the top. * lib/idcache.h: New file. Include <sys/types.h> here, instead.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dfc1b46485..e4009e1c0f 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ User visible incompatible changes
Date Modules Changes
+2007-08-18 idcache Now provides prototypes in "idcache.h".
+
2007-08-10 xstrtol The STRTOL_FATAL_ERROR macro is removed.
Use the new xstrtol_fatal function instead.