summaryrefslogtreecommitdiffstats
path: root/lib/replace
Commit message (Expand)AuthorAgeFilesLines
* waf: ensure "make dist" works from a clean git tree for all librariesAndrew Tridgell2011-01-081-2/+4
* lib/replace/testsuite.c - fix test outputMatthias Dieter Wallnöfer2010-12-231-1/+1
* change searched name from _ss_family to __ss_familyMatthieu Patou2010-12-121-1/+1
* build: add a check for _ss_family as it used on aix to replace ss_familyMatthieu Patou2010-12-121-0/+2
* replace: add comments to make the #ifdef/#else/endif more readableMatthieu Patou2010-12-121-3/+3
* build: add a dependency on lib iconv for lib intl if we are not able to find itMatthieu Patou2010-12-111-1/+12
* replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - reintroduce the size check for "bool" due to a request of m...Matthias Dieter Wallnöfer2010-11-281-1/+1
* replace:wscript - change the "bool" checks to be compatible with more platformsMatthias Dieter Wallnöfer2010-11-281-2/+2
* build: a more portable way of finding waf in makefilesAndrew Tridgell2010-11-031-3/+1
* replace/wscript: add size checks for stdint.h typesStefan Metzmacher2010-11-031-0/+1
* replace/wscript: do the size checks directly after the type checksStefan Metzmacher2010-11-031-4/+4
* replace/wscript: define bool to int instead of off_tStefan Metzmacher2010-11-031-1/+1
* replace/wscript: check for uint8_tStefan Metzmacher2010-11-031-0/+1
* replace/talloc: Avoid automatically pulling in new configure/Makefile,Jelmer Vernooij2010-10-311-6/+0
* replace: Look harder for waf.Jelmer Vernooij2010-10-311-1/+8
* replace: Build using waf by default.Jelmer Vernooij2010-10-315-14/+108
* replace: Fix formatting.Jelmer Vernooij2010-10-301-8/+8
* replace: Avoid autoproto as it breaks standalone builds.Jelmer Vernooij2010-10-302-1/+10
* replace: Only build replace-test in standalone build.Jelmer Vernooij2010-10-301-7/+9
* replace: create a private replace-test libraryAndrew Tridgell2010-10-301-5/+8
* replace: restore the order for #define + rep_strtollMatthieu Patou2010-10-261-3/+3
* waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij2010-10-231-1/+1
* lib/replace: use snprintf() in test code to avoid warnings in the IBM-CheckerStefan Metzmacher2010-10-231-2/+2
* lib/replace: fix rep_strtoull() prototypeStefan Metzmacher2010-10-232-3/+3
* replace: use replace for non 'samba' compliant strptimeMatthieu Patou2010-10-221-0/+19
* replace: use a wrapper around strtoll if it didn't behave as expectedMatthieu Patou2010-10-223-2/+77
* replace: make libreplace a private libraryAndrew Tridgell2010-10-211-0/+1
* replace: cope with systems that have fdatasync(), but don't have the prototypeAndrew Tridgell2010-10-193-1/+7
* libreplace: fix endless strerror_r has been redefined warnings on AIXBjörn Jacke2010-09-221-0/+1
* libreplace: use CLOCK_HIGHRES when availableBjörn Jacke2010-09-141-3/+5
* lib/replace/wscript:Tru64 build - Better use version 600 for _XOPEN_SOURCEMatthias Dieter Wallnöfer2010-09-111-2/+2
* lib/replace:wscript - additional attempt to fix the build on Tru64Matthias Dieter Wallnöfer2010-09-111-1/+3
* lib/replace:wscript - don't check twice for type "bool"Matthias Dieter Wallnöfer2010-09-111-2/+1
* lib/replace:wscript - attempt to fix the features detection on Tru64Matthias Dieter Wallnöfer2010-09-111-2/+2
* libreplace: clock_gettime sets errnoBjörn Jacke2010-09-101-1/+2
* replace/waf: add rt to deps at this placeBjörn Jacke2010-08-311-1/+1
* libreplace: make a define for a best effort monotonic clockBjörn Jacke2010-08-311-0/+7
* libreplace: add clock_gettime replacement function for systems that don't hav...Björn Jacke2010-08-314-0/+32
* libreplace/waf: look for clock_gettimeBjörn Jacke2010-08-311-0/+1
* libreplace: move detection of clock_gettime to libreplaceBjörn Jacke2010-08-311-0/+43
* libreplace: move gettimeofday TZ arg check hereBjörn Jacke2010-08-311-0/+10
* replace: Fix ifndefs for formatting defines.Jelmer Vernooij2010-08-231-3/+3
* libreplace: fixed the strptime() waf testAndrew Tridgell2010-08-231-8/+2
* tdb: add TDB_DEPS variable filled with required librariesBjörn Jacke2010-08-131-1/+7
* replace: Avoid hiding symbols when libreplace is builtin, as thisJelmer Vernooij2010-06-181-1/+5
* libreplace: Fix readline build with libedit.James Peach2010-06-031-1/+7
* lib/replace: fix some c++ build warnings in testsuite.Günther Deschner2010-06-011-4/+4
* libreplace: include sys/file.h only when availableBjörn Jacke2010-05-303-2/+4