Move the malloc checking from module 'oset' to new module 'xoset'.
authorBruno Haible <bruno@clisp.org>
Sun, 13 Dec 2009 19:27:44 +0000 (20:27 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 13 Dec 2009 23:27:03 +0000 (00:27 +0100)
commit8fe59d16da6be1fbd1a3a9e507d620bd381b00da
tree2238fff904b22c1d6009e87986b1ab34cabcb43d
parent213efc094dda6b1b26b4e47b3282633f53ba5d55
Move the malloc checking from module 'oset' to new module 'xoset'.
20 files changed:
ChangeLog
NEWS
lib/gl_anytree_oset.h
lib/gl_anytreehash_list1.h
lib/gl_array_oset.c
lib/gl_avltree_oset.c
lib/gl_oset.c
lib/gl_oset.h
lib/gl_rbtree_oset.c
lib/gl_xoset.c [new file with mode: 0644]
lib/gl_xoset.h [new file with mode: 0644]
modules/array-oset
modules/avltree-oset
modules/avltree-oset-tests
modules/rbtree-oset
modules/rbtree-oset-tests
modules/xoset [new file with mode: 0644]
tests/test-array_oset.c
tests/test-avltree_oset.c
tests/test-rbtree_oset.c