summaryrefslogtreecommitdiff
path: root/ext/date/lib/tm2unixtime.c
Commit message (Expand)AuthorAgeFilesLines
* Merge whitespace changes that have been made to timelib and PHP-5.6 and masterDerick Rethans2015-04-281-4/+4
* Fixed bug #69336 (Issues with "last day of <monthname>").Derick Rethans2015-03-311-2/+13
* Bump yearXinchen Hui2015-01-151-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Tjerk Meesters2014-03-111-12/+11
|\
| * Removed bogus loopsTjerk Meesters2014-03-111-12/+11
| * Bump yearXinchen Hui2014-01-031-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Merge branch 'PHP-5.4'Xinchen Hui2012-09-051-1/+1
|\ \ | |/
| * year++Xinchen Hui2012-09-051-1/+1
| * - Fixed bug #53502 (strtotime with timezone memory leak).Derick Rethans2011-12-061-8/+8
| * - Fixed bug #52454 (Relative dates and getTimestamp increments by one day)Derick Rethans2010-08-301-0/+1
| * - Fixed bug #49081 (DateTime::diff() mistake if start in January and interval >Derick Rethans2010-05-041-25/+50
* | Fix #61642: modify("+5 weekdays") returns SundayDmitri Iouchtchenko2012-08-051-39/+36
* | - Fixed bug #53502 (strtotime with timezone memory leak).Derick Rethans2011-12-061-8/+8
* | - Fixed bug #52454 (Relative dates and getTimestamp increments by one day)Derick Rethans2010-08-301-0/+1
* | - Fixed bug #49081 (DateTime::diff() mistake if start in January and interval >Derick Rethans2010-05-041-25/+50
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - MFH: Fixed bug #48058 (Year formatter goes wrong with out-of-int range).Derick Rethans2009-05-031-12/+10
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Fixed a bug that caused miscalculations with the "last <weekday> of <n>Derick Rethans2008-08-051-0/+1
* - Replaced // by /* .. */ comments.Derick Rethans2008-07-081-15/+15
* - MFH: Added support for "<xth> <weekday of" and "last <weekday> of" phrases toDerick Rethans2008-05-041-0/+19
* - MFH: Fixed weekdays adding/subtracting algorithm.Derick Rethans2008-05-031-13/+33
* - MFH: Added DateInterval::createFromDateString() that creates an intervalDerick Rethans2008-05-021-3/+0
* - MFH: Rearranged some structures to allow for more powerfull period/intervals.Derick Rethans2008-05-011-6/+6
* - MFH: Fixed "this week", "previous week"/"last week" and "next week" phrasesDerick Rethans2008-04-271-0/+9
* - Added new date/time functionality:Derick Rethans2008-04-251-1/+60
* - MFH: Support "first/last day of <month>" style texts.Derick Rethans2008-02-031-0/+9
* - Fixed bug #41599 (setTime() fails after modify() is used).Derick Rethans2008-01-171-0/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH:Derick Rethans2006-05-141-3/+51
* - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zonesDerick Rethans2006-04-111-0/+7
* bump year and license versionfoobar2006-01-011-3/+3
* - Fixed bug #34874 and #33546 (Problems with lone daynames).Derick Rethans2005-10-191-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* - Reimplemented date and gmdate with new timelib code.Derick Rethans2005-06-301-5/+5
* - Reorganize headers, and update TODO.Derick Rethans2005-06-291-1/+0
* - Fixed bug in tm2unixtime where the wanted date was in the transition timeDerick Rethans2005-06-181-3/+10
* - The incoming TS is GMT... but the hole filler wants local time so weDerick Rethans2005-06-171-1/+1
* - Simplify code a little.Derick Rethans2005-06-171-5/+2
* - Rename tl_config.h to timelib_config.hDerick Rethans2005-06-171-1/+1
* - Improve portability.foobar2005-06-161-0/+1
* - Rename "datetime.c" and "datetime.h" to "timelib.c" and "timelib.h" toDerick Rethans2005-06-161-1/+1
* Fixed memory leak.Ilia Alshanetsky2005-06-151-2/+7
* - Make it compile cleanly with MS VC++ too, which is completely anal in someDerick Rethans2005-06-151-10/+10
* Make it compile on windowsEdin Kadribasic2005-06-151-4/+4
* - Add my new timelib and ext/date. For now only strtotime() makes use of this.Derick Rethans2005-06-141-0/+267