diff NEWS @ 12445:a8c91b846640

Move the malloc checking from module 'list' to new module 'xlist'.
author Bruno Haible <bruno@clisp.org>
date Mon, 14 Dec 2009 00:24:41 +0100
parents 29d240cb21b2
children 13e6892eb21b
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,16 @@
 
 Date        Modules         Changes
 
+2009-12-13  sublist         The module does not define functions any more that
+                            call xalloc_die() in out-of-memory situations. Use
+                            module 'xsublist' and include file "gl_xsublist.h"
+                            instead.
+
+2009-12-13  list            The module does not define functions any more that
+                            call xalloc_die() in out-of-memory situations.
+                            Use module 'xlist' and include file "gl_xlist.h"
+                            instead.
+
 2009-12-13  oset            The module does not define functions any more that
                             call xalloc_die() in out-of-memory situations.
                             Use module 'xoset' and include file "gl_xoset.h"