[ccan] [PATCH 0/2] asearch: Correct some flaws
David Gibson
david at gibson.dropbear.id.au
Thu May 28 00:17:33 AEST 2015
This series fixes a couple of problems with the asearch module.
1/2 is trivial
2/2 is more serious and does make an incompatible change to the
asearch interface. I think it's worth it, but you might disagree.
David Gibson (2):
asearch: Correct license tag to LGPL 2.1+
asearch: Add context pointer to asearch comparison callback
ccan/asearch/_info | 6 +--
ccan/asearch/asearch.c | 49 ++++++++++++++++++++++
ccan/asearch/asearch.h | 23 ++++++----
.../asearch/test/compile_fail-return-value-const.c | 6 ++-
ccan/asearch/test/compile_fail-return-value.c | 6 ++-
ccan/asearch/test/run-strings.c | 6 ++-
ccan/asearch/test/run.c | 10 +++--
ccan/ntdb/check.c | 6 +--
8 files changed, 89 insertions(+), 23 deletions(-)
create mode 100644 ccan/asearch/asearch.c
--
2.1.0
More information about the ccan
mailing list