#
461e1050 |
| 05-Jan-2002 |
jim winstead |
Fixed pow(), and added finite(), isinf(), and isnan(). Also fixed pow() tests. @- Fixed pow(), and added finite(), isinf(), and isnan(). (Jim) # Jeroen was on crack, and apparently flunke
Fixed pow(), and added finite(), isinf(), and isnan(). Also fixed pow() tests. @- Fixed pow(), and added finite(), isinf(), and isnan(). (Jim) # Jeroen was on crack, and apparently flunked arithmetic. Names of new # functions subject to change if people get persnickety about them. # (They're currently the same as the underlying C library function # names. Hope nobody forgets to update the tests if they change the # names.) # Oh, and pow() uses the new parameter-passing API now.
show more ...
|
Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers.
|
Revision tags: php-4.1.0, php-4.1.0RC5 |
|
#
8e408647 |
| 03-Dec-2001 |
Frank M. Kromann |
Make _php_math_number_format available from shared extensions
|
Revision tags: php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS, php-4.0.7RC2 |
|
#
42b5521a |
| 05-Sep-2001 |
foobar |
revert bad commit.
|
#
f7306ce0 |
| 03-Sep-2001 |
Jeroen van Wolffelaar |
Merge RAND_REDESIGN into MAIN
|
#
2b6bafb2 |
| 15-Aug-2001 |
Jeroen van Wolffelaar |
Remove cbrt also, and mark logm1 and exp1p as expermintal
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
fa6b5cdd |
| 01-Aug-2001 |
Andrei Zmievski |
- Added a few new math functions from Jesus Castagnetto. - Converted to Z_* macros. @- Added a few new math functions. (Jesus)
|
Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3, php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1 |
|
#
e103155d |
| 19-Aug-2000 |
Jesus M. Castagnetto |
Added some more predefined constants
|
Revision tags: PRE_FILE_COMPILE_API_CHANGE |
|
#
83513d95 |
| 24-Jul-2000 |
David Croft |
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not alr
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
show more ...
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH |
|
#
cd754d78 |
| 03-Jul-2000 |
Sascha Schumann |
Rename macros which begin with underscore to appropiate macros. The general rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
|
Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
3ce3e9ba |
| 13-Jun-2000 |
Sascha Schumann |
Include <math.h> in php_math.h. This is necessary, because we might otherwise redefine system macros.
|
#
d1c1e99d |
| 13-Jun-2000 |
Sascha Schumann |
Rename phpmath.h to php_math.h.
|