summaryrefslogtreecommitdiff
path: root/win32/time.c
Commit message (Expand)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Remove inappropriate FreeLibrary callAnatol Belski2018-06-111-3/+0
* vim folds and modelinesAnatol Belski2017-07-041-12/+12
* We do not need to check the return value of php_win32_init_gettimeofday() any...Kalle Sommer Nielsen2016-08-111-3/+1
* The call to FreeLibrary() should be within the if, so we don't pass INVALID_H...Kalle Sommer Nielsen2016-08-111-3/+3
* Get rid of these slow calls to LoadLibrary()/GetProcAddress() calls on Window...Kalle Sommer Nielsen2016-08-111-4/+7
* introduced DllMain for the main php DLLAnatol Belski2015-06-021-4/+10
* remove dead codeAnatol Belski2015-05-201-84/+0
* add vim modelinesAnatol Belski2015-05-201-0/+8
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* improved system time function determinationAnatol Belski2014-12-231-8/+7
* Fixed possible precision loss in microtimeAnatol Belski2013-03-231-6/+13
* Backported patch for #64370Anatol Belski2013-03-151-91/+42
* Remove unused codesXinchen Hui2012-06-071-10/+8
* based on microsoft's description,the direct convert from FILETIME struct to _...slayercat2012-06-071-2/+12
* - Fixed bug #53297 (gettimeofday implementation in php/win32/time.c can returnGustavo André dos Santos Lopes2010-11-121-1/+1
* - MFH:Pierre Joye2009-01-191-1/+12
* MFH:Kalle Sommer Nielsen2008-08-141-0/+2
* MFH:Kalle Sommer Nielsen2008-08-131-4/+0
* Misc. win32 thread safety fixes.Wez Furlong2004-07-291-30/+31
* make usleep actually work properlyWez Furlong2004-01-131-2/+2
* Fix build for new usleep implementation.Wez Furlong2003-11-291-1/+6
* implement usleep for win32Wez Furlong2003-11-291-29/+9
* Allow dynamically compiled extensions to use gettimeofday() on win32.Edin Kadribasic2002-06-231-2/+2
* Fix for time.c under win32. Patch By: "Vanhanen, Reijo" <Reijo.Vanhanen@helso...James Moore2001-02-041-27/+116
* * fixed some #if/#ifdef issuesStig Bakken1999-06-161-1/+1
* A lot of cleanups... Removed old thread-safe code and other redundant code a...Zeev Suraski1999-04-241-8/+7
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+1
* PHP 4.0Zeev Suraski1999-04-071-0/+156