summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/timegm.c
Commit message (Collapse)AuthorAgeFilesLines
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 6ac86f8be7d9a8c5ab396a93e6d1e6819e11f173)
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit e53e79eebef3ece6978f0a2b4a1ee0a0814bb5d2)
* r19408: I think tm_mon is ending up as -1 on some platformsAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit d01bdf1f2dcdf77043a5ad162ee336d3c6f2e944)
* r19403: try to fix the crashes in the buildfarm related to timegmAndrew Tridgell2007-10-101-1/+10
| | | | (This used to be commit c4e1d2c5ae11acac7dd2cedca411b9b6be84962f)
* r18460: split out timegm test and only add timegm.o when neededStefan Metzmacher2007-10-101-13/+1
| | | | | metze (This used to be commit f9bff4dbdad8c7acc649d13a5666b58967bf5d92)
* r18057: fixed an #ifdefAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit e4c3b9ea2fd47540f693ced2fa6b7aa55372315b)
* r18055: aix needs time.h for timegm.c to compileAndrew Tridgell2007-10-101-0/+8
| | | | (This used to be commit 1c91de687f0078100aa9de9111416c9fced45990)
* r18044: timegm.c needs to be in a separate fileAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit 3ec1db7bd12cdc233c37f261073a33fc48ecd7ce)
* r18031: Merge my replace fixes:Jelmer Vernooij2007-10-101-0/+72
| | | | | | | * libreplace can now build stand-alone * add stub testsuite for libreplace * make talloc/tdb/ldb use libreplace (This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)
* r17750: these have moved to ldb/replace/ nowAndrew Tridgell2007-10-101-72/+0
| | | | (This used to be commit ac178b52935d7629f8583092e833b74093ca70e1)
* r15953: our timegm() replacement still doesn't work, so grab the one fromAndrew Tridgell2007-10-101-0/+72
Heimdal which does work. This should fix most of the rest of the failures on solaris (This used to be commit acfaa98b5ea686feb81350baf09b3f4480f96edc)