Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |