Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace: Check if we have mremap() available | Simo Sorce | 2011-08-14 | 1 | -0/+48 |
| | |||||
* | lib/replace/test: Add missing include for prototype. | Jelmer Vernooij | 2011-03-19 | 1 | -0/+1 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Mar 19 16:45:56 CET 2011 on sn-devel-104 | ||||
* | libreplace: Fix prototypes for all functions. | Jelmer Vernooij | 2011-03-19 | 3 | -1/+5 |
| | |||||
* | lib/replace/testsuite.c - fix test output | Matthias Dieter Wallnöfer | 2010-12-23 | 1 | -1/+1 |
| | |||||
* | lib/replace: use snprintf() in test code to avoid warnings in the IBM-Checker | Stefan Metzmacher | 2010-10-23 | 1 | -2/+2 |
| | | | | metze | ||||
* | lib/replace: fix some c++ build warnings in testsuite. | Günther Deschner | 2010-06-01 | 1 | -4/+4 |
| | | | | Guenther | ||||
* | s4-waf: test/simple.c is not needed any more | Andrew Tridgell | 2010-04-06 | 1 | -8/+0 |
| | |||||
* | build: check if a simple C program runs | Andrew Tridgell | 2010-04-06 | 1 | -0/+8 |
| | | | | This will be helpful for working out why AIX is failing | ||||
* | build: added interface checking and nicer snprintf checking | Andrew Tridgell | 2010-04-06 | 1 | -0/+29 |
| | | | | use CHECK_CODE() | ||||
* | replace: allow memmem() with an empty string to return NULL | Andrew Tridgell | 2010-03-30 | 1 | -1/+3 |
| | | | | | This is how FreeBSD behaves. We don't rely on it returning the string in Samba. | ||||
* | Change uint_t to unsigned int in lib/replace | Matt Kraai | 2010-02-02 | 1 | -1/+0 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | libreplace: some systems don't have memmem() | Andrew Tridgell | 2010-01-02 | 1 | -0/+37 |
| | | | | added rep_memmem() and a testsuite | ||||
* | Cope with the fact that only _mkdir() exists on Windows and that it | Jelmer Vernooij | 2009-04-20 | 1 | -0/+4 |
| | | | | doesn't take a mode argument. | ||||
* | Fix warnings in make test code. | Jeremy Allison | 2009-01-02 | 1 | -2/+6 |
| | | | | Jeremy. | ||||
* | libreplace: move main() out of testsuite.c | Stefan Metzmacher | 2008-09-22 | 2 | -11/+37 |
| | | | | metze | ||||
* | Fix standalone builds adjusting to new relative path. | Simo Sorce | 2008-09-19 | 1 | -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. | ||||
* | Move common libraries from root to lib/. | Jelmer Vernooij | 2008-09-17 | 5 | -0/+1544 |