summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* r22988: fixed 2 bugs in our unsetenv() replacement codeAndrew Tridgell2007-10-101-11/+15
* r22931: Fix logic in detection of the need to replace dlopen and friends.Michael Adam2007-10-101-6/+7
* r22829: system/select.h needs to bring in epoll.h for epoll usage inAndrew Tridgell2007-10-101-0/+4
* r22827: Change license to LGPL (discussed with tridge).Jelmer Vernooij2007-10-1018-201/+288
* r22658: - add AC_GNU_SOURCE macro for systems which don't have itStefan Metzmacher2007-10-102-1/+14
* r22598: Simplify includes for replace.Jelmer Vernooij2007-10-102-2/+3
* r22415: Remove test directory once we are finished. Merge -r 22393:22394James Peach2007-10-101-0/+2
* r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher2007-10-102-0/+35
* r22279: add a lot more detailed strtoll() and strtoull() testsStefan Metzmacher2007-10-101-56/+254
* r22273: - provide __LINESTR__ macroStefan Metzmacher2007-10-102-1/+11
* r22270: provide __location__ in replace.hStefan Metzmacher2007-10-102-0/+7
* r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0Stefan Metzmacher2007-10-102-2/+2
* r22253: - make the strtoll tests more verboseStefan Metzmacher2007-10-101-7/+56
* r22250: try to fix the build on aix1 in the farmStefan Metzmacher2007-10-102-1/+7
* r22246: only test strtoll onceStefan Metzmacher2007-10-101-1/+0
* r22243: remove useless printf'sStefan Metzmacher2007-10-101-2/+0
* r22239: use strlcpy instead of strcpy to make the IBM checker happyStefan Metzmacher2007-10-101-2/+2
* r22226: move discard_const macros to librelaceStefan Metzmacher2007-10-102-1/+24
* r22223: make comparing of struct tm more verbose and more portableStefan Metzmacher2007-10-101-5/+25
* r22218: fix libreplace standalone buildStefan Metzmacher2007-10-101-1/+1
* r22217: merge from samba3 21944:Stefan Metzmacher2007-10-102-1/+6
* r22216: move strptime testsuite into it's own fileStefan Metzmacher2007-10-103-116/+158
* r22215: add strptime replacement to libreplace based on the patchStefan Metzmacher2007-10-106-0/+1130
* r22203: Improve the replace testsuite a bit.Jelmer Vernooij2007-10-101-11/+151
* r22152: merge from samba3:Stefan Metzmacher2007-10-104-39/+2
* r22029: Make sure we respect $srcdir correctly for the srcdir != builddir case.James Peach2007-10-101-0/+8
* r21798: unsetenv() returns void on some platforms (BSD)Stefan Metzmacher2007-10-101-9/+1
* r21797: remove the key directly from the environ arrayStefan Metzmacher2007-10-101-25/+17
* r21796: check if unsetenv() works on an non-existing keyStefan Metzmacher2007-10-101-0/+2
* r21795: fix the prototype of unsetenv()...Stefan Metzmacher2007-10-101-1/+1
* r21794: add setenv()/unsetenv() testsuiteStefan Metzmacher2007-10-101-1/+61
* r21793: add replacement for unsetenv()Stefan Metzmacher2007-10-104-1/+42
* r21302: Provide simple redirecting headers for standard headers.Jelmer Vernooij2007-10-103-1/+17
* r21174: many thanks to Paul Wayper for pointing out that C99 requires aAndrew Tridgell2007-10-101-2/+4
* r20981: Fix cut'n'paste error.James Peach2007-10-101-1/+1
* r20930: use sigaction() instead of signal()Andrew Tridgell2007-10-101-0/+4
* r20819: - include system/aio.hStefan Metzmacher2007-10-102-2/+3
* r20816: merge from samba3:Stefan Metzmacher2007-10-102-0/+5
* r20815: merge from samba3Stefan Metzmacher2007-10-101-1/+1
* r20810: unlink the test file when the test is doneStefan Metzmacher2007-10-101-0/+1
* r20788: - remove epoll configure checks from libreplaceStefan Metzmacher2007-10-102-12/+0
* r20665: put in my version of aio.hAndrew Tridgell2007-10-101-4/+4
* r20659: add missing system/aio.hStefan Metzmacher2007-10-101-0/+29
* r20383: only try to find dlfcn.h if the dlopen symbol was found,Stefan Metzmacher2007-10-101-5/+7
* r19952: Fix socketpair() test case to write to fd(1) and read from fd(0) becausePaul Green2007-10-101-2/+2
* r19609: fix uninitialized perl variabel, we need AC_SUBST() for all configure...Stefan Metzmacher2007-10-101-17/+21
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+0
* r19496: remove unused fileStefan Metzmacher2007-10-101-6/+0
* r19495: Stop linking binaries twice (once before installation, once during bu...Jelmer Vernooij2007-10-101-2/+9
* r19442: this real cause of the failures on *BSD came from the missingStefan Metzmacher2007-10-102-4/+6