summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-13 20:27:44 +0100
committerBruno Haible <bruno@clisp.org>2009-12-14 00:27:03 +0100
commit8fe59d16da6be1fbd1a3a9e507d620bd381b00da (patch)
tree2238fff904b22c1d6009e87986b1ab34cabcb43d /NEWS
parent213efc094dda6b1b26b4e47b3282633f53ba5d55 (diff)
downloadgnulib-8fe59d16da6be1fbd1a3a9e507d620bd381b00da.tar.gz
Move the malloc checking from module 'oset' to new module 'xoset'.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 21fd1f7222..b45216f120 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,11 @@ User visible incompatible changes
Date Modules Changes
+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"
+ instead.
+
2009-12-10 * Most source code files have been converted to
indentation by spaces (rather than tabs). Patches
of gnulib source code needs to be updated.