summaryrefslogtreecommitdiff
path: root/ext/date/lib/timelib_structs.h
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - add TODO about int definition cleanupPierre Joye2009-06-151-0/+2
* - MFH: simplify, use correct type and silent warningsPierre Joye2009-06-151-21/+15
* - MFH: Fixed bug #48058 (Year formatter goes wrong with out-of-int range).Derick Rethans2009-05-031-0/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: fix build (was never used like that before recent commit to session) >...Pierre Joye2008-12-111-1/+1
* - MFH: Added support for selectively listing timezone identifiers by countryDerick Rethans2008-07-181-0/+10
* - MFH: Rearranged some structures to allow for more powerfull period/intervals.Derick Rethans2008-05-011-7/+9
* - Added new date/time functionality:Derick Rethans2008-04-251-0/+2
* - Fixed bug #44257 (timelib_tz_lookup_table must use float for gmtoffset).Derick Rethans2008-03-131-1/+1
* - MFH: Support "first/last day of <month>" style texts.Derick Rethans2008-02-031-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: Fixed windows compile error.Derick Rethans2006-05-151-4/+11
* MFH:Derick Rethans2006-05-141-6/+12
* - MFH: Fixed bug #37017 (strtotime fails before 13:00:00 with some time zonesDerick Rethans2006-04-111-3/+17
* bump year and license versionfoobar2006-01-011-3/+3
* - Fixed bug #34874 and #33546 (Problems with lone daynames).Derick Rethans2005-10-191-0/+1
* MFHfoobar2005-10-031-1/+1
* - MFH: Allow an external Timezone Database to be used.Derick Rethans2005-10-031-1/+8
* - Implemented better timezone guessing algorithm.Derick Rethans2005-10-011-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed bug #33578 (strtotime() problem with "Oct17" format).Derick Rethans2005-07-201-1/+13
* - Reimplemented date and gmdate with new timelib code.Derick Rethans2005-06-301-1/+1
* - Reorganize headers, and update TODO.Derick Rethans2005-06-291-0/+2
* - Fixed bug in tm2unixtime where the wanted date was in the transition timeDerick Rethans2005-06-181-0/+1
* - The incoming TS is GMT... but the hole filler wants local time so weDerick Rethans2005-06-171-2/+2
* - Improve portability.foobar2005-06-161-4/+34
* - Fixed headers for FreeBSDDerick Rethans2005-06-161-1/+1
* - Make it compile cleanly with MS VC++ too, which is completely anal in someDerick Rethans2005-06-151-1/+1
* Nuke PHP_ prefix from timelibEdin Kadribasic2005-06-151-2/+2
* - Whitespace and regenerate the .c file with my re2c.Derick Rethans2005-06-151-16/+16
* Make it compile on windowsEdin Kadribasic2005-06-151-9/+18
* - Add my new timelib and ext/date. For now only strtotime() makes use of this.Derick Rethans2005-06-141-0/+119