| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | year++ | Xinchen Hui | 2012-09-05 | 1 | -1/+1 |
* | - Fix a few more memleaks found by parfait | Johannes Schlüter | 2011-05-16 | 1 | -0/+3 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | fix strict aliasing problems. | Nuno Lopes | 2009-04-25 | 1 | -10/+10 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: do not fail & segfault if malloc(0) returns NULL, that's expected | Antony Dovgal | 2008-08-09 | 1 | -33/+39 |
* | - MFH: Added support for selectively listing timezone identifiers by country | Derick Rethans | 2008-07-18 | 1 | -1/+44 |
* | - MFH: Fixing returned offset. | Derick Rethans | 2008-04-07 | 1 | -1/+1 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | MFH: detect endianness in compile time when using Apple's GCC (fixes universa... | Antony Dovgal | 2007-09-04 | 1 | -0/+10 |
* | add missing ifdefs | Antony Dovgal | 2007-01-25 | 1 | -1/+10 |
* | setlocale() returns static buffer, which must be copied | Antony Dovgal | 2007-01-25 | 1 | -1/+9 |
* | Fixed bug #39993 (tr_TR.UTF-8 locale has problems with PHP). | Ilia Alshanetsky | 2007-01-18 | 1 | -0/+4 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | fix the bug I introduced previously, sorry | Nuno Lopes | 2006-11-10 | 1 | -29/+16 |
* | mark the binary search delimiters as unsigned, so that the compiler can use a... | Nuno Lopes | 2006-11-10 | 1 | -1/+1 |
* | omg. take #2 to fix the bug. sorry.. | Nuno Lopes | 2006-09-01 | 1 | -2/+2 |
* | fix possible crash | Nuno Lopes | 2006-09-01 | 1 | -1/+1 |
* | eliminate compile warnings | Antony Dovgal | 2006-07-11 | 1 | -3/+3 |
* | revert per Derick request | Nuno Lopes | 2006-06-27 | 1 | -3/+3 |
* | add a couple of static and const keywords, to let the compiler optimize better | Nuno Lopes | 2006-06-27 | 1 | -3/+3 |
* | MFH: | Derick Rethans | 2006-05-14 | 1 | -10/+10 |
* | fix several leaks in date_sun*() functions | Antony Dovgal | 2006-03-18 | 1 | -1/+4 |
* | - MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly). | Derick Rethans | 2006-01-04 | 1 | -0/+18 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - MFH: Fixed bug #35660 (AIX TZ variable format not understood, yields UTC | Derick Rethans | 2005-12-20 | 1 | -0/+6 |
* | - MFH: Allow an external Timezone Database to be used. | Derick Rethans | 2005-10-03 | 1 | -13/+20 |
* | - MFH: Fixed bug #33414 (Comprehensive list of incorrect days returned after | Derick Rethans | 2005-09-01 | 1 | -1/+28 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | - Fixed bug #33578 (strtotime() problem with "Oct17" format). | Derick Rethans | 2005-07-20 | 1 | -1/+7 |
* | - Fixed unintialized variable issue. | Derick Rethans | 2005-07-03 | 1 | -0/+2 |
* | - Reimplemented date and gmdate with new timelib code. | Derick Rethans | 2005-06-30 | 1 | -1/+1 |
* | - Reorganize headers, and update TODO. | Derick Rethans | 2005-06-29 | 1 | -3/+1 |
* | - Fixed bug #33415 and added test cases for #33414 and #33415. | Derick Rethans | 2005-06-28 | 1 | -0/+3 |
* | - Implemented binary search for timezone abbreviations and timezone identifier | Derick Rethans | 2005-06-28 | 1 | -17/+26 |
* | - Make this work on big endian systems too. | Derick Rethans | 2005-06-20 | 1 | -0/+7 |
* | - Fixed bug in tm2unixtime where the wanted date was in the transition time | Derick Rethans | 2005-06-18 | 1 | -3/+11 |
* | - If the ts is smaller than the first transition time, use the last one | Derick Rethans | 2005-06-18 | 1 | -0/+3 |
* | - Fixed a problem where the timestamp we are looking up a TZ info structure for | Derick Rethans | 2005-06-18 | 1 | -1/+1 |
* | - The incoming TS is GMT... but the hole filler wants local time so we | Derick Rethans | 2005-06-17 | 1 | -1/+1 |
* | - Rename tl_config.h to timelib_config.h | Derick Rethans | 2005-06-17 | 1 | -1/+1 |
* | - Improve portability. | foobar | 2005-06-16 | 1 | -4/+6 |
* | - Fixed headers for FreeBSD | Derick Rethans | 2005-06-16 | 1 | -14/+14 |
* | - Rename "datetime.c" and "datetime.h" to "timelib.c" and "timelib.h" to | Derick Rethans | 2005-06-16 | 1 | -1/+1 |
* | - Make it compile cleanly with MS VC++ too, which is completely anal in some | Derick Rethans | 2005-06-15 | 1 | -2/+3 |
* | Nuke PHP_ prefix from timelib | Edin Kadribasic | 2005-06-15 | 1 | -1/+1 |
* | Make it compile on windows | Edin Kadribasic | 2005-06-15 | 1 | -0/+4 |
* | - Add my new timelib and ext/date. For now only strtotime() makes use of this. | Derick Rethans | 2005-06-14 | 1 | -0/+283 |