Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | - Protect function definitions with #ifdef's too | Derick Rethans | 2002-10-24 | 1 | -0/+7 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+2 |
| | |||||
* | Added fmod() function | Yasuo Ohgaki | 2002-02-21 | 1 | -0/+1 |
| | | | | | # Is there any reason that math.c does not use errno? | ||||
* | Rename finite/isinf/isnan to more standard is_*() names. | jim winstead | 2002-01-09 | 1 | -3/+3 |
| | |||||
* | Fixed pow(), and added finite(), isinf(), and isnan(). Also fixed | jim winstead | 2002-01-05 | 1 | -0/+3 |
| | | | | | | | | | | | | 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. | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Make _php_math_number_format available from shared extensions | Frank M. Kromann | 2001-12-03 | 1 | -0/+3 |
| | |||||
* | revert bad commit. | foobar | 2001-09-05 | 1 | -0/+6 |
| | |||||
* | Merge RAND_REDESIGN into MAIN | Jeroen van Wolffelaar | 2001-09-03 | 1 | -6/+0 |
| | |||||
* | Remove cbrt also, and mark logm1 and exp1p as expermintal | Jeroen van Wolffelaar | 2001-08-15 | 1 | -4/+6 |
| | |||||
* | - Added a few new math functions from Jesus Castagnetto. | Andrei Zmievski | 2001-08-01 | 1 | -0/+14 |
| | | | | | | - Converted to Z_* macros. @- Added a few new math functions. (Jesus) | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Added some more predefined constants | Jesus M. Castagnetto | 2000-08-19 | 1 | -0/+16 |
| | |||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -22/+10 |
| | | | | | | | | | 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. | ||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -3/+3 |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | ||||
* | Include <math.h> in php_math.h. This is necessary, because we might | Sascha Schumann | 2000-06-13 | 1 | -0/+1 |
| | | | | | otherwise redefine system macros. | ||||
* | Rename phpmath.h to php_math.h. | Sascha Schumann | 2000-06-13 | 1 | -0/+123 |