summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-12-161-2/+2
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-12-161-2/+2
| |\
| | * Fix #78878: Buffer underflow in bc_shift_addsubChristoph M. Becker2019-12-161-2/+2
* | | Fix leak in bcpowmodNikita Popov2019-06-211-0/+1
* | | Warn about non well-formed arguments in bcmathvladyslavstartsev2019-05-142-3/+5
* | | [ci skip] Rename libbcmath license file to LICENSEPeter Kokot2019-05-0725-33/+33
* | | [ci skip] Fix typoPeter Kokot2019-04-201-1/+1
* | | Refactor docs files for bcmath libraryPeter Kokot2019-04-206-42/+45
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-141-5/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-141-5/+12
| |\ \ | | |/
| | * Fixed bug #77742Nikita Popov2019-03-141-5/+12
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-1425-29/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-134-13/+13
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-1419-22/+0
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-1419-22/+0
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | Remove HAVE_ASSERT_HPeter Kokot2018-09-0921-21/+0
|/ /
* | Remove build system files of bundled library libbcmathPeter Kokot2018-05-2911-2505/+0
* | Merge branch 'pull-request/2742'Christoph M. Becker2017-09-182-6/+10
|\ \
| * | Fixed bug #66364 (BCMath bcmul ignores scale parameter)Christoph M. Becker2017-09-082-6/+10
* | | Merge branch 'pull-request/2745'Christoph M. Becker2017-09-134-72/+5
|\ \ \
| * | | Fixed bug #75169 (BCMath errors/warnings bypass error handling)Christoph M. Becker2017-09-094-72/+5
* | | | Merge branch 'PHP-7.2'Christoph M. Becker2017-09-111-0/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-111-0/+3
| |\ \
| | * \ Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-111-0/+3
| | |\ \
| | | * | Fixed bug #46781 (BC math handles minus zero incorrectly)Christoph M. Becker2017-09-111-0/+3
* | | | | Optimize truncation to zero scale in bc_raisemod()Christoph M. Becker2017-09-091-3/+21
* | | | | Merge branch 'PHP-7.2'Christoph M. Becker2017-09-091-7/+15
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-091-7/+15
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-091-7/+15
| | |\ \ | | | |/
| | | * Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)Christoph M. Becker2017-09-091-7/+15
* | | | Remove unused memberChristoph M. Becker2017-09-082-13/+0
|/ / /
* | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-071-8/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-071-8/+15
| |\ \ | | |/
| | * Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1)Christoph M. Becker2017-09-071-8/+15
* | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-061-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-061-1/+1
| |\ \ | | |/
| | * Fixed bug #44995 (bcpowmod() fails if scale != 0)Christoph M. Becker2017-09-061-1/+1
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-04-101-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-1/+1
| |\ \ | | |/
| | * Fixed condition checkXinchen Hui2017-04-101-1/+1
* | | Remove dead code from BCMath extensionThomas Punt2017-03-163-21/+2
* | | Drop unnecessary allocator return value checksNikita Popov2017-03-133-6/+0
* | | Use modern autotools name of configure.ac instead of configure.inBrian Evans2017-01-271-0/+0
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2016-10-141-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-10-141-1/+1
| |\
| | * use zend_error instead of zend_error_noreturnRemi Collet2016-10-141-1/+1
| | * Fix bug #73190: memcpy negative parameter _bc_new_num_exStanislav Malyshev2016-10-032-3/+5