summaryrefslogtreecommitdiff
path: root/ext/bcmath/bcmath.c
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Fixed bug#46847 (phpinfo() is missing some settings.)Hannes Magnusson2008-12-121-0/+1
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-10/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+10
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-10/+0
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* improve the checksAntony Dovgal2007-06-061-12/+11
|
* bcmath.scale must be greater or equal to zeroAntony Dovgal2007-05-101-1/+1
| | | | | looks like negative value cannot cause any problems, but it's still invalid
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Intialization code is moved from request startup to module startupDmitry Stogov2006-11-101-25/+15
|
* ZTS fixDmitry Stogov2006-09-211-1/+1
|
* Refactor parameter parsing into the 21st century and flag Unicode readinessSara Golemon2006-09-191-246/+182
|
* Added automatic module globals managementDmitry Stogov2006-06-131-5/+8
|
* Added argument infoHannes Magnusson2006-06-101-10/+80
| | | | | | Fixed protos Fixed vim folding
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Nuke php3 legacyfoobar2005-12-061-1/+1
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time ↵Sara Golemon2004-07-141-7/+23
| | | | for threaded sapis.
* - Added missing UNREGISTER_INI_ENTRIESMarcus Boerger2004-05-121-0/+2
|
* Wordsize fixesArd Biesheuvel2004-02-251-1/+1
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* - Brought ext/bcmath to the new millenniumfoobar2003-12-091-44/+43
| | | | | # consistency..
* proto fixesAndrey Hristov2003-06-121-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Another CS fix.foobar2003-04-031-10/+14
| | | | | # Rasmus, at least try keep the style consistent..
* MFB: Check for negative precisionRasmus Lerdorf2003-04-021-9/+10
|
* WS & CS fixesfoobar2003-03-201-58/+65
|
* bc_raise() can return a scale lower than that passed into it. While most ↵Sara Golemon2003-02-061-7/+14
| | | | | | | other bcmath calls won't, it's safest to do a quick check that we're only reducing n_scale, not increasing it.
* - Please follow coding standards (this isn't java :)Andi Gutmans2003-02-041-1/+2
|
* fix ZTS buildMarcus Boerger2003-02-041-15/+15
|
* Bug#13551 bcmath functions should not apply scale to arguments, only to resultSara Golemon2003-02-041-14/+35
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Renamed bc_powmod to bcpowmod to keep it inline with existing moduleSara Golemon2002-12-111-4/+4
| | | | | functions. Fixed whitespace problem.
* Fixing ZTS BuildFrank M. Kromann2002-12-101-1/+1
|
* Added support for libbcmath's bc_raisemod function as bc_powmod()Sara Golemon2002-12-101-0/+33
|
* php_error -> php_error_docrefMarcus Boerger2002-12-051-3/+3
|
* Made bcmath extension thread safe.Sander Roobol2002-11-221-62/+58
| | | | | @Made bcmath extension thread safe. (Sander)
* - Revert previous patchAndi Gutmans2002-11-201-7/+7
|
* - Intermediate commit which works on making bcmath thread-safe.Andi Gutmans2002-11-201-7/+7
|
* Bug Fix #18960 - Submitted by alan_k@php.netDan Kalowsky2002-08-181-1/+1
|
* Unify error messagesDerick Rethans2002-06-261-3/+3
|
* - Nuke use of persist_alloc(). This can't be used with a new memory managerAndi Gutmans2002-06-181-30/+11
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+3
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-46/+46
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|