summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/replace.c
Commit message (Collapse)AuthorAgeFilesLines
* r11343: Remove dependency on DEBUG()Jelmer Vernooij2007-10-101-5/+0
| | | | (This used to be commit 407b5e615f80ab2f7a3d10bafd9284de7f02fe60)
* r10896: added a strcasestr() replacement functionAndrew Tridgell2007-10-101-1/+15
| | | | (This used to be commit 4483d275e12006e5acc72ae143c0a01da01bd00d)
* r10523: fixed timegm() to not depend on get_time_zone(), so it works in ↵Andrew Tridgell2007-10-101-12/+2
| | | | | | | lib/replace/ the old timegm() replacement was also broken (it returned the wrong value) (This used to be commit 342489a1d4d5cc4b16cf2e5ff7e671326f0cb3d5)
* r10456: More SCons fixes:Jelmer Vernooij2007-10-101-0/+22
| | | | | | | | | - Add framework for fallback generating code - Move pread / pwrite replacement functions to libreplace - Support pidl builds correctly - Support asn1 builds correctly - Move OS-specific checks to lib/replace/SConscript (This used to be commit fbbfad0a1f7dedbf48e835a864f8285f283d72f3)
* r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij2007-10-101-38/+35
| | | | | | | | | that a given set of (working) POSIX functions are available (without prefixes to their names, etc). See lib/replace/README for a list. Functions that behave different from their POSIX specification (such as sys_select, sys_read, etc) have kept the sys_ prefix. (This used to be commit 29919a71059b29fa27a49b1f5b84bb8881de65fc)
* r9374: HPUX is also missing setegid()Andrew Tridgell2007-10-101-0/+11
| | | | (This used to be commit 57e6bd61395e82064c72510dcc326b11b7bdf7fd)
* r9369: an attempt to fix the build on HPUX. This is based on work by DonAndrew Tridgell2007-10-101-79/+27
| | | | | | McCall, but takes a slightly different approach that I hope will be more generic (This used to be commit e8260a81cf99be2ccae64135ca0572c8a6ae62ad)
* r8710: another attempt at fixing HPUXAndrew Tridgell2007-10-101-1/+2
| | | | (This used to be commit eb3b3c8b407b2208291385539c3379f0420a448e)
* r8698: attempt to cope with lack of strtoull() on HPUXAndrew Tridgell2007-10-101-1/+9
| | | | (This used to be commit c84c516b179fcbbcdb36c0c0aa4ffb4ff12f2c35)
* r8580: try to fix the build on stratusAndrew Tridgell2007-10-101-12/+8
| | | | (This used to be commit 58d7a1e6a311c98c9b4dfc9e280b328406165997)
* r7166: Move replacement stuff to seperate directoryJelmer Vernooij2007-10-101-0/+564
(easier to add win32-specific bits later) Trim LIBBASIC a bit more (This used to be commit fc7f519e4ae2051e9515df5f549c8e1842b7e70b)