summaryrefslogtreecommitdiff
path: root/lib/replace/test/testsuite.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-19libreplace: Fix prototypes for all functions.Jelmer Vernooij1-1/+3
2010-12-23lib/replace/testsuite.c - fix test outputMatthias Dieter Wallnöfer1-1/+1
2010-06-01lib/replace: fix some c++ build warnings in testsuite.Günther Deschner1-4/+4
Guenther
2010-03-30replace: allow memmem() with an empty string to return NULLAndrew Tridgell1-1/+3
This is how FreeBSD behaves. We don't rely on it returning the string in Samba.
2010-02-02Change uint_t to unsigned int in lib/replaceMatt Kraai1-1/+0
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-01-02libreplace: some systems don't have memmem()Andrew Tridgell1-0/+37
added rep_memmem() and a testsuite
2008-09-22libreplace: move main() out of testsuite.cStefan Metzmacher1-11/+0
metze
2008-09-19Fix standalone builds adjusting to new relative path.Simo Sorce1-1/+2
Add shared-build target to libreplace. Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build.
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-0/+1080