summaryrefslogtreecommitdiff
path: root/ext/date/lib/parse_tz.c
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* fix strict aliasing problems.Nuno Lopes2009-04-251-10/+10
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: do not fail & segfault if malloc(0) returns NULL, that's expectedAntony Dovgal2008-08-091-33/+39
* - MFH: Added support for selectively listing timezone identifiers by countryDerick Rethans2008-07-181-1/+44
* - MFH: Fixing returned offset.Derick Rethans2008-04-071-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: detect endianness in compile time when using Apple's GCC (fixes universa...Antony Dovgal2007-09-041-0/+10
* add missing ifdefsAntony Dovgal2007-01-251-1/+10
* setlocale() returns static buffer, which must be copiedAntony Dovgal2007-01-251-1/+9
* Fixed bug #39993 (tr_TR.UTF-8 locale has problems with PHP).Ilia Alshanetsky2007-01-181-0/+4
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix the bug I introduced previously, sorryNuno Lopes2006-11-101-29/+16
* mark the binary search delimiters as unsigned, so that the compiler can use a...Nuno Lopes2006-11-101-1/+1
* omg. take #2 to fix the bug. sorry..Nuno Lopes2006-09-011-2/+2
* fix possible crashNuno Lopes2006-09-011-1/+1
* eliminate compile warningsAntony Dovgal2006-07-111-3/+3
* revert per Derick requestNuno Lopes2006-06-271-3/+3
* add a couple of static and const keywords, to let the compiler optimize betterNuno Lopes2006-06-271-3/+3
* MFH:Derick Rethans2006-05-141-10/+10
* fix several leaks in date_sun*() functionsAntony Dovgal2006-03-181-1/+4
* - MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly).Derick Rethans2006-01-041-0/+18
* bump year and license versionfoobar2006-01-011-3/+3
* - MFH: Fixed bug #35660 (AIX TZ variable format not understood, yields UTCDerick Rethans2005-12-201-0/+6
* - MFH: Allow an external Timezone Database to be used.Derick Rethans2005-10-031-13/+20
* - MFH: Fixed bug #33414 (Comprehensive list of incorrect days returned afterDerick Rethans2005-09-011-1/+28
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed bug #33578 (strtotime() problem with "Oct17" format).Derick Rethans2005-07-201-1/+7
* - Fixed unintialized variable issue.Derick Rethans2005-07-031-0/+2
* - Reimplemented date and gmdate with new timelib code.Derick Rethans2005-06-301-1/+1
* - Reorganize headers, and update TODO.Derick Rethans2005-06-291-3/+1
* - Fixed bug #33415 and added test cases for #33414 and #33415.Derick Rethans2005-06-281-0/+3
* - Implemented binary search for timezone abbreviations and timezone identifierDerick Rethans2005-06-281-17/+26
* - Make this work on big endian systems too.Derick Rethans2005-06-201-0/+7
* - Fixed bug in tm2unixtime where the wanted date was in the transition timeDerick Rethans2005-06-181-3/+11
* - If the ts is smaller than the first transition time, use the last oneDerick Rethans2005-06-181-0/+3
* - Fixed a problem where the timestamp we are looking up a TZ info structure forDerick Rethans2005-06-181-1/+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-4/+6
* - Fixed headers for FreeBSDDerick Rethans2005-06-161-14/+14
* - Rename "datetime.c" and "datetime.h" to "timelib.c" and "timelib.h" toDerick Rethans2005-06-161-1/+1
* - Make it compile cleanly with MS VC++ too, which is completely anal in someDerick Rethans2005-06-151-2/+3
* Nuke PHP_ prefix from timelibEdin Kadribasic2005-06-151-1/+1
* Make it compile on windowsEdin Kadribasic2005-06-151-0/+4
* - Add my new timelib and ext/date. For now only strtotime() makes use of this.Derick Rethans2005-06-141-0/+283