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
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
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
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
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
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
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
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
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
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
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.
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.
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
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
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
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
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
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
-
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
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
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
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
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
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
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
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/
26 matches
Mail list logo