[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c

2009-04-25 Thread Nuno Lopes
nlopess Sat Apr 25 16:42:24 2009 UTC Modified files: /php-src/ext/date/lib parse_tz.c Log: MFB: fix strict aliasing issues http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.40r2=1.41diff_format=u Index: php-src/ext/date/lib/parse_tz.c

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c

2008-08-09 Thread Antony Dovgal
tony2001Sat Aug 9 22:00:51 2008 UTC Modified files: /php-src/ext/date/lib parse_tz.c Log: do not fail segfault if malloc(0) returns NULL, that's expected (reproducible on AIX with simple date() and UTC timezone)

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c unixtime2tm.c

2008-04-07 Thread Derick Rethans
derick Mon Apr 7 17:43:49 2008 UTC Modified files: /php-src/ext/date/lib parse_tz.c unixtime2tm.c Log: - Fixing returned offset. - Algorithm optimization. http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.35r2=1.36diff_format=u

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c /ext/hash hash_tiger.c ZendEngine2 zend_strtod.c

2007-09-04 Thread Antony Dovgal
tony2001Tue Sep 4 18:46:08 2007 UTC Modified files: /ZendEngine2zend_strtod.c /php-src/ext/hash hash_tiger.c /php-src/ext/date/lib parse_tz.c Log: detect endianness in compile time when using Apple's GCC (fixes universal binary

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c

2006-11-10 Thread Nuno Lopes
nlopess Fri Nov 10 17:32:42 2006 UTC Modified files: /php-src/ext/date/lib parse_tz.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.30r2=1.31diff_format=u Index: php-src/ext/date/lib/parse_tz.c diff -u

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c

2006-11-10 Thread Nuno Lopes
nlopess Fri Nov 10 23:27:31 2006 UTC Modified files: /php-src/ext/date/lib parse_tz.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.31r2=1.32diff_format=u Index: php-src/ext/date/lib/parse_tz.c diff -u

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c

2006-09-01 Thread Nuno Lopes
nlopess Fri Sep 1 23:19:56 2006 UTC Modified files: /php-src/ext/date/lib parse_tz.c Log: MFB: fix possible crash http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.28r2=1.29diff_format=u Index: php-src/ext/date/lib/parse_tz.c diff -u

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c /ext/date/tests timezones.phpt

2006-09-01 Thread Nuno Lopes
nlopess Fri Sep 1 23:33:13 2006 UTC Modified files: /php-src/ext/date/lib parse_tz.c /php-src/ext/date/tests timezones.phpt Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.29r2=1.30diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c

2006-07-12 Thread Antony Dovgal
tony2001Tue Jul 11 12:37:26 2006 UTC Modified files: /php-src/ext/date/lib parse_tz.c Log: MFB: eliminate compile warnings http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1.27r2=1.28diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c /ext/date/tests bug33414-2.phpt

2005-09-01 Thread Derick Rethans
derick Thu Sep 1 08:41:44 2005 EDT Modified files: /php-src/ext/date/lib parse_tz.c /php-src/ext/date/tests bug33414-2.phpt Log: - Fixed bug #33414 (Comprehensive list of incorrect days returned after strtotime() / date() tests).

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c

2005-07-03 Thread Derick Rethans
derick Sun Jul 3 14:49:07 2005 EDT Modified files: /php-src/ext/date/lib parse_tz.c Log: - Fixed unintialized variable issue. http://cvs.php.net/diff.php/php-src/ext/date/lib/parse_tz.c?r1=1.17r2=1.18ty=u Index: php-src/ext/date/lib/parse_tz.c diff

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c

2005-06-20 Thread Derick Rethans
derick Mon Jun 20 07:07:54 2005 EDT Modified files: /php-src/ext/date/lib parse_tz.c Log: - Make this work on big endian systems too. - Added an additional malloc() check.

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c

2005-06-18 Thread Derick Rethans
derick Sat Jun 18 07:58:20 2005 EDT Modified files: /php-src/ext/date/lib parse_tz.c Log: - If the ts is smaller than the first transition time, use the last one in the list. #- This seems consistent with how zdump works, although I'm not 100% sure if

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c timelib_structs.h tm2unixtime.c

2005-06-18 Thread Derick Rethans
derick Sat Jun 18 15:23:59 2005 EDT Modified files: /php-src/ext/date/lib parse_tz.c timelib_structs.h tm2unixtime.c Log: - Fixed bug in tm2unixtime where the wanted date was in the transition time between two zones. #- In this case the wanted date

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c timelib.h timelib_structs.h

2005-06-16 Thread Derick Rethans
derick Thu Jun 16 14:34:43 2005 EDT Modified files: /php-src/ext/date/lib parse_tz.c timelib.h timelib_structs.h Log: - Fixed headers for FreeBSD - Moved from ntohl to own macro - Export timelib_dump_tzinfo

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c timelib_structs.h unixtime2tm.c /ext/date/lib/resource parse_date.re

2005-06-15 Thread Edin Kadribasic
edink Wed Jun 15 05:02:28 2005 EDT Modified files: /php-src/ext/date/lib parse_tz.c timelib_structs.h unixtime2tm.c /php-src/ext/date/lib/resource parse_date.re Log: Nuke PHP_ prefix from timelib