Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace | Stefan Metzmacher | 2 | -0/+35 |
2007-10-10 | r22279: add a lot more detailed strtoll() and strtoull() tests | Stefan Metzmacher | 1 | -56/+254 |
2007-10-10 | r22273: - provide __LINESTR__ macro | Stefan Metzmacher | 2 | -1/+11 |
2007-10-10 | r22270: provide __location__ in replace.h | Stefan Metzmacher | 2 | -0/+7 |
2007-10-10 | r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0 | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r22253: - make the strtoll tests more verbose | Stefan Metzmacher | 1 | -7/+56 |
2007-10-10 | r22250: try to fix the build on aix1 in the farm | Stefan Metzmacher | 2 | -1/+7 |
2007-10-10 | r22246: only test strtoll once | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r22243: remove useless printf's | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r22239: use strlcpy instead of strcpy to make the IBM checker happy | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r22226: move discard_const macros to librelace | Stefan Metzmacher | 2 | -1/+24 |
2007-10-10 | r22223: make comparing of struct tm more verbose and more portable | Stefan Metzmacher | 1 | -5/+25 |
2007-10-10 | r22218: fix libreplace standalone build | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22217: merge from samba3 21944: | Stefan Metzmacher | 2 | -1/+6 |
2007-10-10 | r22216: move strptime testsuite into it's own file | Stefan Metzmacher | 3 | -116/+158 |
2007-10-10 | r22215: add strptime replacement to libreplace based on the patch | Stefan Metzmacher | 6 | -0/+1130 |
2007-10-10 | r22203: Improve the replace testsuite a bit. | Jelmer Vernooij | 1 | -11/+151 |
2007-10-10 | r22152: merge from samba3: | Stefan Metzmacher | 4 | -39/+2 |
2007-10-10 | r22029: Make sure we respect $srcdir correctly for the srcdir != builddir case. | James Peach | 1 | -0/+8 |
2007-10-10 | r21798: unsetenv() returns void on some platforms (BSD) | Stefan Metzmacher | 1 | -9/+1 |
2007-10-10 | r21797: remove the key directly from the environ array | Stefan Metzmacher | 1 | -25/+17 |
2007-10-10 | r21796: check if unsetenv() works on an non-existing key | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r21795: fix the prototype of unsetenv()... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21794: add setenv()/unsetenv() testsuite | Stefan Metzmacher | 1 | -1/+61 |
2007-10-10 | r21793: add replacement for unsetenv() | Stefan Metzmacher | 4 | -1/+42 |
2007-10-10 | r21302: Provide simple redirecting headers for standard headers. | Jelmer Vernooij | 3 | -1/+17 |
2007-10-10 | r21174: many thanks to Paul Wayper for pointing out that C99 requires a | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r20981: Fix cut'n'paste error. | James Peach | 1 | -1/+1 |
2007-10-10 | r20930: use sigaction() instead of signal() | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r20819: - include system/aio.h | Stefan Metzmacher | 2 | -2/+3 |
2007-10-10 | r20816: merge from samba3: | Stefan Metzmacher | 2 | -0/+5 |
2007-10-10 | r20815: merge from samba3 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r20810: unlink the test file when the test is done | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r20788: - remove epoll configure checks from libreplace | Stefan Metzmacher | 2 | -12/+0 |
2007-10-10 | r20665: put in my version of aio.h | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r20659: add missing system/aio.h | Stefan Metzmacher | 1 | -0/+29 |
2007-10-10 | r20383: only try to find dlfcn.h if the dlopen symbol was found, | Stefan Metzmacher | 1 | -5/+7 |
2007-10-10 | r19952: Fix socketpair() test case to write to fd(1) and read from fd(0) because | Paul Green | 1 | -2/+2 |
2007-10-10 | r19609: fix uninitialized perl variabel, we need AC_SUBST() for all configure... | Stefan Metzmacher | 1 | -17/+21 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r19496: remove unused file | Stefan Metzmacher | 1 | -6/+0 |
2007-10-10 | r19495: Stop linking binaries twice (once before installation, once during bu... | Jelmer Vernooij | 1 | -2/+9 |
2007-10-10 | r19442: this real cause of the failures on *BSD came from the missing | Stefan Metzmacher | 2 | -4/+6 |
2007-10-10 | r19440: merged from samba3 | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r19438: try to fix up the build breakages on BSD systems due to incorrectly | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r19411: sigh - we can't call close here as its mapped to swrap_close() in the | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r19410: - fixed checker error | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r19408: I think tm_mon is ending up as -1 on some platforms | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r19403: try to fix the crashes in the buildfarm related to timegm | Andrew Tridgell | 1 | -1/+10 |
2007-10-10 | r19395: Fix replacement function compilation. | Jelmer Vernooij | 1 | -1/+1 |