summaryrefslogtreecommitdiff
path: root/ext/bcmath
Commit message (Expand)AuthorAgeFilesLines
* TypoMartin Kraemer2007-03-141-1/+1
* fix typosStanislav Malyshev2007-02-241-2/+2
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-242-3/+3
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* Intialization code is moved from request startup to module startupDmitry Stogov2006-11-102-27/+15
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-031-1/+1
* Added automatic module globals managementDmitry Stogov2006-06-151-5/+8
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-10/+80
* bump year and license versionfoobar2006-01-012-6/+6
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - Bumber up yearfoobar2005-08-032-2/+2
* Netware also uses autoconf based config nowfoobar2005-06-301-2/+0
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
* MFB_4_3: Quote macro names in AC_DEFUN()foobar2004-12-301-4/+4
* fix leakAntony Dovgal2004-12-071-0/+1
* Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time f...Sara Golemon2004-07-142-7/+25
* - Added missing UNREGISTER_INI_ENTRIESMarcus Boerger2004-05-121-0/+2
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+94
* Wordsize fixesArd Biesheuvel2004-02-251-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* consistency with unix build....Wez Furlong2003-12-101-1/+1
* - Brought ext/bcmath to the new millenniumfoobar2003-12-095-82/+82
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+14
* missing config.h includefoobar2003-12-011-0/+4
* - Fixed bug #26462 (phpize + ext/bcmath -> compile error)foobar2003-11-291-2/+1
* proto fixesAndrey Hristov2003-06-121-2/+2
* updating license information in the headers.James Cox2003-06-102-6/+6
* SKIP -> SKIPIFfoobar2003-04-169-9/+9
* Another CS fix.foobar2003-04-031-10/+14
* MFB: Check for negative precisionRasmus Lerdorf2003-04-021-9/+10
* WS & CS fixesfoobar2003-03-201-58/+65
* - Let's be consistent with these..foobar2003-02-172-3/+3
* Fix bcmath build under win32.Wez Furlong2003-02-161-0/+1
* bc_raise() can return a scale lower than that passed into it. While most oth...Sara Golemon2003-02-061-7/+14
* - 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
* revert previous commitHarald Radi2003-01-161-4/+4
* unbreak the buildHarald Radi2003-01-161-4/+4
* Bump year.Sebastian Bergmann2002-12-312-2/+2
* Renamed bc_powmod to bcpowmod to keep it inline with existing moduleSara Golemon2002-12-112-5/+5
* Fixing ZTS BuildFrank M. Kromann2002-12-101-1/+1
* Added support for libbcmath's bc_raisemod function as bc_powmod()Sara Golemon2002-12-102-0/+34
* php_error -> php_error_docrefMarcus Boerger2002-12-051-3/+3
* Remove all traces of _bc_Free_list - it's not used anymoreSander Roobol2002-11-293-0/+8
* Portability: The header contains the declaration; while the source ext/bcmath...Martin Kraemer2002-11-281-1/+1
* Made bcmath extension thread safe.Sander Roobol2002-11-2214-201/+185
* Hardcode the bcmath.scale ini-entrySander Roobol2002-11-219-0/+18