summaryrefslogtreecommitdiff
path: root/source4/lib/replace/replace.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19393: Add replacement function for socketpair()Jelmer Vernooij1-0/+4
2007-10-10r19242: merge from samba3:Stefan Metzmacher1-0/+2
2007-10-10r18999: merge from samba3:Stefan Metzmacher1-9/+8
2007-10-10r18991: Fix bug 4133 -- Thanks to Olaf FlebbeVolker Lendecke1-0/+7
2007-10-10r18970: avoid strndup and strnlen on AIX. They are quite broken. SeeAndrew Tridgell1-2/+4
2007-10-10r18862: as andrew pointed our on irc, if we are going to define _TRUE, thenAndrew Tridgell1-2/+2
2007-10-10r18861: merge from samba3Andrew Tridgell1-0/+11
2007-10-10r18675: merge from samba3:Stefan Metzmacher1-1/+17
2007-10-10r18674: merge from samba3,Stefan Metzmacher1-1/+1
2007-10-10r18518: we replace snprintf() if its not C99, so we should also add the rep_Andrew Tridgell1-2/+2
2007-10-10r18472: - use STDC_HEADERS for stdlib.h and stddef.h as autoconf doesStefan Metzmacher1-1/+2
2007-10-10r18458: move wins32 stuff to the top dirStefan Metzmacher1-1/+1
2007-10-10r18432: ensure roken doesn't try to include both inttypes.h and stdint.h. TheAndrew Tridgell1-0/+3
2007-10-10r18419: fix include paths of the configure testsStefan Metzmacher1-3/+3
2007-10-10r18383: ok we need _XOPEN_SOURCE 500 and include standards.h on Tru64Stefan Metzmacher1-0/+4
2007-10-10r18343: fixed setlinebuf() prototype, added test for it, and use it in twoAndrew Tridgell1-1/+1
2007-10-10r18337: more -Ae tests in check_cc.m4Andrew Tridgell1-0/+4
2007-10-10r18335: more portable bool testsAndrew Tridgell1-2/+13
2007-10-10r18278: move more header checks and _GNU_SOURCE into libreplaceAndrew Tridgell1-0/+8
2007-10-10r18206: need rep_ macro for setlinebufAndrew Tridgell1-0/+5
2007-10-10r18205: need rep_ macros for seteuid and setegidAndrew Tridgell1-0/+10
2007-10-10r18160: - pread and pwrite replacements need to be non-staticAndrew Tridgell1-7/+27
2007-10-10r18129: moved the system includes into libreplace - this gives much moreAndrew Tridgell1-3/+13
2007-10-10r18111: base inclusion of replacement printf fns on function existance, notAndrew Tridgell1-8/+13
2007-10-10r18081: libreplace now uses config.h againAndrew Tridgell1-5/+0
2007-10-10r18067: some tweaks for irix and hpuxAndrew Tridgell1-6/+2
2007-10-10r18039: Include header with time_t if needed.Jelmer Vernooij1-5/+10
2007-10-10r18031: Merge my replace fixes:Jelmer Vernooij1-33/+72
2007-10-10r16556: Add mkdtemp to libreplace. This is apparantly available on LinuxJames Peach1-0/+4
2007-10-10r15986: Declare struct tmJelmer Vernooij1-0/+1
2007-10-10r15953: our timegm() replacement still doesn't work, so grab the one fromAndrew Tridgell1-0/+4
2007-10-10r15882: I forgot to add in this prototype for strtok_r()Andrew Tridgell1-0/+4
2007-10-10r15868: Add replacement macro for __STRING()Jelmer Vernooij1-1/+3
2007-10-10r15280: - remove the 2nd check for __FUNCTION__Stefan Metzmacher1-0/+4
2007-10-10r15226: Fix order of typedef specification - caught by kblinJelmer Vernooij1-1/+1
2007-10-10r15224: Check whether -MT is actually supported by the compiler before usingJelmer Vernooij1-1/+1
2007-10-10r15203: Allow system 'bool' type to be defined in another header then stdbool.hJelmer Vernooij1-1/+3
2007-10-10r15200: Move MIN/MAX macros to libreplace as some systems have themJelmer Vernooij1-0/+14
2007-10-10r15000: Move some more autoconf tests out of build/m4/rewrite.m4Jelmer Vernooij1-0/+4
2007-10-10r14999: Remove more unused autoconf codeJelmer Vernooij1-9/+7
2007-10-10r14844: Support a stdbool.h replacement in lib/replace/Jelmer Vernooij1-0/+17
2007-10-10r13577: Move some (possibly system-defined) defines to replace.hJelmer Vernooij1-0/+16
2007-10-10r12814: we need this here too, as we'll include replace.h for building heimdal/*Stefan Metzmacher1-0/+12
2007-10-10r12801: Some more include/ cleanups (remove unused macros + move filesJelmer Vernooij1-12/+0
2007-10-10r12364: add UINT32_MAX and UINT64_MAX replacement definesStefan Metzmacher1-0/+8
2007-10-10r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headersJelmer Vernooij1-0/+4
2007-10-10r10896: added a strcasestr() replacement functionAndrew Tridgell1-0/+4
2007-10-10r10664: Include limits.h in replace.h for HOST_NAME_MAXJelmer Vernooij1-0/+21
2007-10-10r10476: Move some more types to libreplace. Fix missing strndup errorsJelmer Vernooij1-12/+0
2007-10-10r10453: Fix the buildJelmer Vernooij1-5/+0