[PHP-CVS] cvs: php-src /ext/standard math.c

2008-10-29 Thread Felix De Vliegher
felixdv Wed Oct 29 21:43:30 2008 UTC Modified files: /php-src/ext/standard math.c Log: Fix typo. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/math.c?r1=1.148&r2=1.149&diff_format=u Index: php-src/ext/standard/math.c diff -u php-src/ext/standard/ma

[PHP-CVS] cvs: php-src /ext/standard math.c

2008-10-29 Thread Ilia Alshanetsky
iliaa Wed Oct 29 20:17:43 2008 UTC Modified files: /php-src/ext/standard math.c Log: MFB: Fixed bug #42294 (Unified solution for round() based on C99 round). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/math.c?r1=1.147&r2=1.148&diff_format=u

[PHP-CVS] cvs: php-src /ext/standard math.c

2008-07-01 Thread Antony Dovgal
tony2001Tue Jul 1 08:17:19 2008 UTC Modified files: /php-src/ext/standard math.c Log: int -> long http://cvs.php.net/viewvc.cgi/php-src/ext/standard/math.c?r1=1.146&r2=1.147&diff_format=u Index: php-src/ext/standard/math.c diff -u php-src/ext/s

[PHP-CVS] cvs: php-src /ext/standard math.c

2008-05-06 Thread Kalle Sommer Nielsen
kalle Tue May 6 10:57:54 2008 UTC Modified files: /php-src/ext/standard math.c Log: Changed php_*h() + php_log1p() + php_expm1() to be static http://cvs.php.net/viewvc.cgi/php-src/ext/standard/math.c?r1=1.145&r2=1.146&diff_format=u Index: php-src/ext/st

Re: [PHP-CVS] cvs: php-src /ext/standard math.c

2006-12-27 Thread Andrei Zmievski
On Dec 27, 2006, at 11:07 AM, Antony Dovgal wrote: - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "d|ls&s&", &num, &dec, - &sep1, &sep1_len, UG(ascii_conv), - &sep2, &sep2_l

[PHP-CVS] cvs: php-src /ext/standard math.c

2006-12-27 Thread Antony Dovgal
tony2001Wed Dec 27 19:07:28 2006 UTC Modified files: /php-src/ext/standard math.c Log: NULL is a special value for number_format() meaning "use default separator" http://cvs.php.net/viewvc.cgi/php-src/ext/standard/math.c?r1=1.140&r2=1.141&diff_f

[PHP-CVS] cvs: php-src /ext/standard math.c

2006-12-22 Thread Andrei Zmievski
andrei Fri Dec 22 21:18:30 2006 UTC Modified files: /php-src/ext/standard math.c Log: Unicode support in number_format(). http://cvs.php.net/viewvc.cgi/php-src/ext/standard/math.c?r1=1.139&r2=1.140&diff_format=u Index: php-src/ext/standard/math.c diff

[PHP-CVS] cvs: php-src /ext/standard math.c /ext/standard/tests/strings bug39873.phpt

2006-12-21 Thread Ilia Alshanetsky
iliaa Fri Dec 22 04:03:35 2006 UTC Modified files: /php-src/ext/standard math.c /php-src/ext/standard/tests/strings bug39873.phpt Log: MFB: Fixed bug #39873 (number_format() breaks with locale & decimal points). http://cvs.php.net/viewvc.cgi/php

[PHP-CVS] cvs: php-src /ext/standard math.c

2006-09-24 Thread Sara Golemon
pollita Sun Sep 24 17:59:41 2006 UTC Modified files: /php-src/ext/standard math.c Log: PHP6 Updates w/ minor refactoring http://cvs.php.net/viewvc.cgi/php-src/ext/standard/math.c?r1=1.136&r2=1.137&diff_format=u Index: php-src/ext/standard/math.c diff -u php

[PHP-CVS] cvs: php-src /ext/standard math.c /ext/standard/tests/strings bug29538.phpt

2006-07-16 Thread Marcus Boerger
helly Sun Jul 16 10:49:06 2006 UTC Added files: /php-src/ext/standard/tests/strings bug29538.phpt Modified files: /php-src/ext/standard math.c Log: - Fixed Bug #29538 number_format and problem with 0 http://cvs.php.net/viewvc.cgi

[PHP-CVS] cvs: php-src /ext/standard math.c

2005-05-07 Thread Jani Taskinen
sniper Sat May 7 12:08:03 2005 EDT Modified files: /php-src/ext/standard math.c Log: ws + cs + proto fixes http://cvs.php.net/diff.php/php-src/ext/standard/math.c?r1=1.126&r2=1.127&ty=u Index: php-src/ext/standard/math.c diff -u php-src/ext/standard/math.

[PHP-CVS] cvs: php-src /ext/standard math.c

2005-05-07 Thread Andrey Hristov
andrey Sat May 7 08:41:57 2005 EDT Modified files: /php-src/ext/standard math.c Log: update protos http://cvs.php.net/diff.php/php-src/ext/standard/math.c?r1=1.125&r2=1.126&ty=u Index: php-src/ext/standard/math.c diff -u php-src/ext/standard/math.c:1.

Re: [PHP-CVS] cvs: php-src /ext/standard math.c /ext/standard/tests/math math_std_dev.phpt

2005-05-07 Thread Nuno Lopes
You forgot to update the protos to add the second parameter. Nuno - Original Message - From: "Andrey Hristov" <[EMAIL PROTECTED]> To: Sent: Monday, May 02, 2005 1:29 PM Subject: [PHP-CVS] cvs: php-src /ext/standard math.c /ext/standard/tests/math math_std_dev.phpt andr

[PHP-CVS] cvs: php-src /ext/standard math.c

2005-05-05 Thread Jani Taskinen
sniper Thu May 5 19:42:03 2005 EDT Modified files: /php-src/ext/standard math.c Log: fix proto http://cvs.php.net/diff.php/php-src/ext/standard/math.c?r1=1.124&r2=1.125&ty=u Index: php-src/ext/standard/math.c diff -u php-src/ext/standard/math.c:1.124 php

[PHP-CVS] cvs: php-src /ext/standard math.c

2005-05-02 Thread Andrey Hristov
andrey Mon May 2 08:32:22 2005 EDT Modified files: /php-src/ext/standard math.c Log: fixed div by zero #div by zero is bad...div by zero is bad...bad http://cvs.php.net/diff.php/php-src/ext/standard/math.c?r1=1.123&r2=1.124&ty=u Index: php-src/ext/s

[PHP-CVS] cvs: php-src /ext/standard math.c /ext/standard/tests/math math_std_dev.phpt

2005-05-02 Thread Andrey Hristov
andrey Mon May 2 08:29:38 2005 EDT Modified files: /php-src/ext/standard math.c /php-src/ext/standard/tests/mathmath_std_dev.phpt Log: add possibility to calculate the standard deviation and the variance on a sample - the formulae are slightly di

[PHP-CVS] cvs: php-src /ext/standard math.c /ext/standard/tests/math math_std_dev.phpt

2005-05-02 Thread Andrey Hristov
andrey Mon May 2 07:01:14 2005 EDT Modified files: /php-src/ext/standard math.c /php-src/ext/standard/tests/mathmath_std_dev.phpt Log: fix division by zero. throw an warning if the array is empty. http://cvs.php.net/diff.php/php-src/ext/stand

Re: [PHP-CVS] cvs: php-src /ext/standard math.c

2004-12-14 Thread Derick Rethans
On Tue, 14 Dec 2004, Ilia Alshanetsky wrote: > iliaa Mon Dec 13 19:37:20 2004 EDT > > Modified files: > /php-src/ext/standard math.c > Log: > Fixed bug #28228 (NULL decimal separator is not being handled correctly). Should we add a test case for this one? regards, Derick -

[PHP-CVS] cvs: php-src /ext/standard math.c

2004-12-13 Thread Ilia Alshanetsky
iliaa Mon Dec 13 19:37:20 2004 EDT Modified files: /php-src/ext/standard math.c Log: Fixed bug #28228 (NULL decimal separator is not being handled correctly). http://cvs.php.net/diff.php/php-src/ext/standard/math.c?r1=1.118&r2=1.119&ty=u Index: php-sr

[PHP-CVS] cvs: php-src /ext/standard math.c

2004-08-08 Thread Ilia Alshanetsky
iliaa Sun Aug 8 17:26:29 2004 EDT Modified files: /php-src/ext/standard math.c Log: MFB: removed \r characters. http://cvs.php.net/diff.php/php-src/ext/standard/math.c?r1=1.116&r2=1.117&ty=u Index: php-src/ext/standard/math.c diff -u php-src/ext/stan

[PHP-CVS] cvs: php-src /ext/standard math.c

2004-06-10 Thread Ilia Alshanetsky
iliaa Thu Jun 10 15:38:24 2004 EDT Modified files: /php-src/ext/standard math.c Log: hypot() is not experimental. http://cvs.php.net/diff.php/php-src/ext/standard/math.c?r1=1.114&r2=1.115&ty=u Index: php-src/ext/standard/math.c diff -u php-src/ext/sta

[PHP-CVS] cvs: php-src /ext/standard math.c /ext/standard/tests/math bug28228.phpt

2004-04-30 Thread Ilia Alshanetsky
iliaa Fri Apr 30 09:26:01 2004 EDT Added files: /php-src/ext/standard/tests/mathbug28228.phpt Modified files: /php-src/ext/standard math.c Log: Fixed bug #28228 (number_format() does not allow empty decimal separator). htt

[PHP-CVS] cvs: php-src /ext/standard math.c

2004-03-10 Thread Ard Biesheuvel
abies Wed Mar 10 10:59:50 2004 EDT Modified files: /php-src/ext/standard math.c Log: Nuke unused vars http://cvs.php.net/diff.php/php-src/ext/standard/math.c?r1=1.111&r2=1.112&ty=u Index: php-src/ext/standard/math.c diff -u php-src/ext/standard/math.c

[PHP-CVS] cvs: php-src /ext/standard math.c

2004-03-10 Thread Ard Biesheuvel
abies Wed Mar 10 10:57:51 2004 EDT Modified files: /php-src/ext/standard math.c Log: Don't use fp arithmetic for int results # FP arithmetic is not accurate enough on 64-bit archs # This patch relies on ZEND_SIGNED_MULTIPLY_LONG(), # so that should be

[PHP-CVS] cvs: php-src /ext/standard math.c /ext/standard/tests/math bug25694.phpt

2003-11-17 Thread Ilia Alshanetsky
iliaa Mon Nov 17 21:50:42 2003 EDT Added files: /php-src/ext/standard/tests/mathbug25694.phpt Modified files: /php-src/ext/standard math.c Log: Fixed Bug #25694 (round() and number_format() give inconsistent results). Inde

[PHP-CVS] cvs: php-src /ext/standard math.c

2003-08-08 Thread Ilia Alshanetsky
iliaa Fri Aug 8 19:40:44 2003 EDT Modified files: /php-src/ext/standard math.c Log: Avoid a round() bug that occurs due to over optimization of C code by gcc. This bug was confirmed across multiple systems with gcc 2.95.3 & 3.X+ Index: php-src/ext/