summaryrefslogtreecommitdiff
path: root/ext/date/lib/dow.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Upgrade timelib to 2017.05beta7"Derick Rethans2017-08-161-58/+3
* Upgrade timelib to 2017.05beta7Derick Rethans2017-08-151-3/+58
* Bumb timelib version to 2015.01Derick Rethans2015-09-221-17/+21
* Merge whitespace changes that have been made to timelib and PHP-5.6 and masterDerick Rethans2015-04-281-1/+1
* Bump yearXinchen Hui2015-01-151-1/+1
* Fixed day_of_week function as it could sometimes return negative values inter...Derick Rethans2014-12-081-3/+15
* Bump yearXinchen Hui2014-01-031-1/+1
* Fixed bug #65199 (Wrong Day of Week) and fixed bug #63391 (Incorrect/inconsis...Derick Rethans2013-11-281-9/+3
* Happy New YearXinchen Hui2013-01-011-1/+1
* year++Xinchen Hui2012-09-051-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Also add the warnings for times. This does not make sense for theDerick Rethans2008-07-151-0/+8
* - MFH: Added a warning to the error struct in case a parsed-date was found toDerick Rethans2008-07-141-0/+7
* - MFH: Fixed bug #44216 (strftime segfaults on large negative value).Derick Rethans2008-02-221-2/+4
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* revert per Derick requestNuno Lopes2006-06-271-6/+6
* add a couple of static and const keywords, to let the compiler optimize betterNuno Lopes2006-06-271-6/+6
* bump year and license versionfoobar2006-01-011-3/+3
* - Fixed bug #34304 (date() doesn't have a modifier for ISO Week Day).Derick Rethans2005-09-021-3/+19
* - Fixed bug #33957 (gmdate('W')/date('W') sometimes returns wrong week number).Derick Rethans2005-08-311-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* - Reimplemented date and gmdate with new timelib code.Derick Rethans2005-06-301-1/+65
* - Reorganize headers, and update TODO.Derick Rethans2005-06-291-3/+1
* - The incoming TS is GMT... but the hole filler wants local time so weDerick Rethans2005-06-171-1/+1
* - Rename tl_config.h to timelib_config.hDerick Rethans2005-06-171-1/+1
* - Improve portability.foobar2005-06-161-0/+2
* - Make it compile cleanly with MS VC++ too, which is completely anal in someDerick Rethans2005-06-151-7/+7
* - Add my new timelib and ext/date. For now only strtotime() makes use of this.Derick Rethans2005-06-141-0/+67