History log of /php-src/ext/standard/math.c (Results 251 – 275 of 303)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace

Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# ec140f4f 05-Aug-2001 Jeroen van Wolffelaar

Bugfix in abs(), abs(LONG_MIN) was bogus

# c7d7834a 05-Aug-2001 Stanislav Malyshev

Check that _php_math_basetolong result fits long (by request from Troels Arvin)

# 1159c84a 05-Aug-2001 Zeev Suraski

- TSRMLS_FETCH work
- whitespace fixes

# 68df8ea4 04-Aug-2001 Jeroen van Wolffelaar

Another bugfix in pow. Special cases, with 10 times the same thing are
_so_ error_prone... :(

# 7d5999fb 04-Aug-2001 Rasmus Lerdorf

Kill a warning

# b245789b 04-Aug-2001 Jeroen van Wolffelaar

Bugfix. All tests pass now on my system

# 8803bbaa 04-Aug-2001 Jeroen van Wolffelaar

- A little bit cleaning of pow(), and 12 bytes less memory (wow)

# dc4adaa2 03-Aug-2001 Jeroen van Wolffelaar

#- HTML-safe error for pow()

# 7733d957 03-Aug-2001 Jeroen van Wolffelaar

- New pow() function. It now gives warnings on wrong input, and
returns integer result when possible
@- New pow() implementation, which returns an integer when possible,
@ and warnings

- New pow() function. It now gives warnings on wrong input, and
returns integer result when possible
@- New pow() implementation, which returns an integer when possible,
@ and warnings on wrong input (jeroen)

show more ...

# 2794a0e6 01-Aug-2001 Frank M. Kromann

These new math functions are not supported on Win32

# 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
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions

# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions

Revision tags: 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
# 825457ae 29-Oct-2000 Thies C. Arntzen

update my email.

# d313ad8b 27-Oct-2000 Frank M. Kromann

Making _php_math_longtobase() and _php_math_basetolong() callable from DLL and SO modules

Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 08e1c852 17-Sep-2000 Stanislav Malyshev

Fix decbin

Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 0df77218 30-Jul-2000 Hartmut Holzgraefe

fix for bug #5672

# 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 ...

# e3fd1edc 14-Jul-2000 Rasmus Lerdorf

Make it possible to specify an empty string as a thousands-seperator
in number_format()
@ Make it possible to specify an empty string as a thousands-seperator
@ in number_format()

# 11b749e0 09-Jul-2000 Egon Schmid

Corrected a mispelled word.

Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# d1c1e99d 13-Jun-2000 Sascha Schumann

Rename phpmath.h to php_math.h.

# c85390a6 13-Jun-2000 Andrei Zmievski

(php_math_number_format) Simplifying the logic also fixed bugs #4954
and #4998.

# e465e94a 12-Jun-2000 Egon Schmid

Fixed a proto.

1...<<111213