summaryrefslogtreecommitdiff
path: root/ext/date/lib/parse_tz.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Upgrade timelib to 2017.05beta7"Derick Rethans2017-08-161-231/+64
* Upgrade timelib to 2017.05beta7Derick Rethans2017-08-151-64/+231
* Update timelib to 2015.02Derick Rethans2015-09-221-21/+21
* Bumb timelib version to 2015.01Derick Rethans2015-09-221-25/+29
* Of course, we support v2 in PHP 5.6 as well.Derick Rethans2015-08-131-0/+2
* This doesn't work in PHP 5.5 - sigh, I wish the libs were kept in syncDerick Rethans2015-04-291-6/+6
* Split header reading in 32bit and 64bit variants.Derick Rethans2015-04-291-77/+91
* Merge whitespace changes that have been made to timelib and PHP-5.6 and masterDerick Rethans2015-04-281-9/+9
* Revert "Fix segfault in ext/date since 957aa2"Matteo Beccati2015-04-281-2/+2
* Fix segfault in ext/date since 957aa2Matteo Beccati2015-04-281-2/+2
* Fixed location reading due to file format changesDerick Rethans2015-04-261-4/+57
* Bump yearXinchen Hui2015-01-151-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* year++Xinchen Hui2012-09-051-1/+1
* - Fix a few more memleaks found by parfaitJohannes Schlüter2011-05-161-0/+3
* 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