summaryrefslogtreecommitdiff
path: root/ext/date/lib/timelib.c
Commit message (Expand)AuthorAgeFilesLines
* Improve support for microseconds with Date/TimemicrosecondsDerick Rethans2016-10-051-1/+4
* Fixed bug #63740 (strtotime seems to use both sunday and monday as start of w...Derick Rethans2016-05-181-29/+29
* Merge in changes in timelib 2016.01Derick Rethans2016-01-291-0/+17
* Update timelib to 2015.02Derick Rethans2015-09-221-18/+18
* Bumb timelib version to 2015.01Derick Rethans2015-09-221-24/+29
* Split header reading in 32bit and 64bit variants.Derick Rethans2015-04-291-20/+20
* Merge whitespace changes that have been made to timelib and PHP-5.6 and masterDerick Rethans2015-04-281-3/+3
* Bump yearXinchen Hui2015-01-151-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Rebased to PHP-5.4Lonny Kapelushnik2013-03-311-0/+34
* Happy New YearXinchen Hui2013-01-011-1/+1
* year++Xinchen Hui2012-09-051-1/+1
* - Don't show timezone if it wasn't found while parsing.Derick Rethans2010-11-131-2/+0
* - Fixed bug #52668 (Iterating over a dateperiod twice is broken).Derick Rethans2010-08-301-0/+13
* 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
* Fix a small portion of memory leak in bug #46889Ilia Alshanetsky2008-12-171-0/+1
* - MFH: Added support for "<xth> <weekday of" and "last <weekday> of" phrases toDerick Rethans2008-05-041-0/+6
* - MFH: Rearranged some structures to allow for more powerfull period/intervals.Derick Rethans2008-05-011-9/+9
* - MFH: Added the DatePeriod class/iterator that iterates over a date timeDerick Rethans2008-05-011-0/+7
* - Added new date/time functionality:Derick Rethans2008-04-251-0/+31
* - MFH: Support "first/last day of <month>" style texts.Derick Rethans2008-02-031-0/+10
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: fix warningsJani Taskinen2007-07-201-2/+2
* - MFH: Let's always use the macro as llabs() requires c99.Derick Rethans2007-07-131-5/+1
* MFH: use macro - llabs not always available on win32Rob Richards2007-07-131-1/+7
* - MFH: Fixed bug #41964 (strtotime returns a timestamp for non-time string ofDerick Rethans2007-07-121-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH:Derick Rethans2006-05-141-0/+7
* - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zonesDerick Rethans2006-04-111-0/+15
* bump year and license versionfoobar2006-01-011-3/+3
* - MFH: Merged new timelib, which is a bit more clevererDerick Rethans2005-12-191-0/+8
* - Fixed bug #34874 and #33546 (Problems with lone daynames).Derick Rethans2005-10-191-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* - Change memory management so that tzinfo structures can live outside timeDerick Rethans2005-07-051-4/+0
* - Reorganize headers, and update TODO.Derick Rethans2005-06-291-3/+0
* - 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
* - Rename "datetime.c" and "datetime.h" to "timelib.c" and "timelib.h" toDerick Rethans2005-06-161-0/+193