summaryrefslogtreecommitdiff
path: root/source4/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23188: revert 23123 and 23118.Stefan Metzmacher6-418/+0
2007-10-10r23175: Handle PKG_CONFIG_PATH not set yet - fixes warning in selftest.plJelmer Vernooij1-0/+8
2007-10-10r23123: Fix two utterly simply typos that broke the whole build farm...Michael Adam1-2/+2
2007-10-10r23118: Make inet_pton and inet_ntop available through lib/replace.Michael Adam6-0/+418
2007-10-10r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.Michael Adam1-0/+6
2007-10-10r22988: fixed 2 bugs in our unsetenv() replacement codeAndrew Tridgell1-11/+15
2007-10-10r22931: Fix logic in detection of the need to replace dlopen and friends.Michael Adam1-6/+7
2007-10-10r22829: system/select.h needs to bring in epoll.h for epoll usage inAndrew Tridgell1-0/+4
2007-10-10r22827: Change license to LGPL (discussed with tridge).Jelmer Vernooij18-201/+288
2007-10-10r22658: - add AC_GNU_SOURCE macro for systems which don't have itStefan Metzmacher2-1/+14
2007-10-10r22598: Simplify includes for replace.Jelmer Vernooij2-2/+3
2007-10-10r22415: Remove test directory once we are finished. Merge -r 22393:22394James Peach1-0/+2
2007-10-10r22297: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher2-0/+35
2007-10-10r22279: add a lot more detailed strtoll() and strtoull() testsStefan Metzmacher1-56/+254
2007-10-10r22273: - provide __LINESTR__ macroStefan Metzmacher2-1/+11
2007-10-10r22270: provide __location__ in replace.hStefan Metzmacher2-0/+7
2007-10-10r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0Stefan Metzmacher2-2/+2
2007-10-10r22253: - make the strtoll tests more verboseStefan Metzmacher1-7/+56
2007-10-10r22250: try to fix the build on aix1 in the farmStefan Metzmacher2-1/+7
2007-10-10r22246: only test strtoll onceStefan Metzmacher1-1/+0
2007-10-10r22243: remove useless printf'sStefan Metzmacher1-2/+0
2007-10-10r22239: use strlcpy instead of strcpy to make the IBM checker happyStefan Metzmacher1-2/+2
2007-10-10r22226: move discard_const macros to librelaceStefan Metzmacher2-1/+24
2007-10-10r22223: make comparing of struct tm more verbose and more portableStefan Metzmacher1-5/+25
2007-10-10r22218: fix libreplace standalone buildStefan Metzmacher1-1/+1
2007-10-10r22217: merge from samba3 21944:Stefan Metzmacher2-1/+6
2007-10-10r22216: move strptime testsuite into it's own fileStefan Metzmacher3-116/+158
2007-10-10r22215: add strptime replacement to libreplace based on the patchStefan Metzmacher6-0/+1130
2007-10-10r22203: Improve the replace testsuite a bit.Jelmer Vernooij1-11/+151
2007-10-10r22152: merge from samba3:Stefan Metzmacher4-39/+2
2007-10-10r22029: Make sure we respect $srcdir correctly for the srcdir != builddir case.James Peach1-0/+8
2007-10-10r21798: unsetenv() returns void on some platforms (BSD)Stefan Metzmacher1-9/+1
2007-10-10r21797: remove the key directly from the environ arrayStefan Metzmacher1-25/+17
2007-10-10r21796: check if unsetenv() works on an non-existing keyStefan Metzmacher1-0/+2
2007-10-10r21795: fix the prototype of unsetenv()...Stefan Metzmacher1-1/+1
2007-10-10r21794: add setenv()/unsetenv() testsuiteStefan Metzmacher1-1/+61
2007-10-10r21793: add replacement for unsetenv()Stefan Metzmacher4-1/+42
2007-10-10r21302: Provide simple redirecting headers for standard headers.Jelmer Vernooij3-1/+17
2007-10-10r21174: many thanks to Paul Wayper for pointing out that C99 requires aAndrew Tridgell1-2/+4
2007-10-10r20981: Fix cut'n'paste error.James Peach1-1/+1
2007-10-10r20930: use sigaction() instead of signal()Andrew Tridgell1-0/+4
2007-10-10r20819: - include system/aio.hStefan Metzmacher2-2/+3
2007-10-10r20816: merge from samba3:Stefan Metzmacher2-0/+5
2007-10-10r20815: merge from samba3Stefan Metzmacher1-1/+1
2007-10-10r20810: unlink the test file when the test is doneStefan Metzmacher1-0/+1
2007-10-10r20788: - remove epoll configure checks from libreplaceStefan Metzmacher2-12/+0
2007-10-10r20665: put in my version of aio.hAndrew Tridgell1-4/+4
2007-10-10r20659: add missing system/aio.hStefan Metzmacher1-0/+29
2007-10-10r20383: only try to find dlfcn.h if the dlopen symbol was found,Stefan Metzmacher1-5/+7
2007-10-10r19952: Fix socketpair() test case to write to fd(1) and read from fd(0) becausePaul Green1-2/+2