summaryrefslogtreecommitdiff
path: root/ext/bcmath
Commit message (Expand)AuthorAgeFilesLines
* 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 *.phpt sectionsPeter Kokot2018-10-1514-14/+14
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-1425-29/+0
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-135-14/+14
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-192-10/+5
| |\
| | * Refix the tests once moreAnatol Belski2018-05-192-10/+5
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-194-2/+22
| |\ \ | | |/
| | * Fix remaining AppVeyor test failures due to the image updateAnatol Belski2018-05-194-2/+22
| | * year++Xinchen Hui2018-01-022-2/+2
| * | year++Xinchen Hui2018-01-022-2/+2
* | | Future-proof email addressesZeev Suraski2018-11-012-2/+2
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1514-14/+14
* | | 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 unused Git attributes identPeter Kokot2018-07-254-8/+1
* | | Remove build system files of bundled library libbcmathPeter Kokot2018-05-2911-2505/+0
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-208-8/+8
* | | Add test for bcpwmodGabriel Caruso2018-02-121-0/+10
* | | year++Xinchen Hui2018-01-022-2/+2
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Don't reintroduce split_bc_num()Christoph M. Becker2017-11-071-20/+1
* | | Fixed build (missing function borrowed from PHP-7.2)Dmitry Stogov2017-11-071-0/+15
* | | Merge branch 'PHP-7.2'Sara Golemon2017-11-063-8/+21
|\ \ \ | |/ /
| * | Scale support for bcmod()Christoph M. Becker2017-11-063-8/+21
* | | Merge branch 'pull-request/2742'Christoph M. Becker2017-09-189-63/+90
|\ \ \
| * | | Fixed bug #66364 (BCMath bcmul ignores scale parameter)Christoph M. Becker2017-09-087-61/+88
* | | | Merge branch 'pull-request/2745'Christoph M. Becker2017-09-1312-123/+43
|\ \ \ \
| * | | | Fixed bug #75169 (BCMath errors/warnings bypass error handling)Christoph M. Becker2017-09-0912-123/+43
* | | | | Merge branch 'pull-request/2739'Christoph M. Becker2017-09-132-6/+29
|\ \ \ \ \
| * | | | | Fix proto and indentationChristoph M. Becker2017-09-061-2/+2
| * | | | | Fix arginfoChristoph M. Becker2017-09-061-1/+1
| * | | | | Merge branch 'pull-request/778' into bcscale-return-old-valueChristoph M. Becker2017-09-062-3/+26
| |\ \ \ \ \
| | * | | | | Return old scale value from bcscale()Chris Wright2014-08-182-5/+27
* | | | | | | Merge branch 'PHP-7.2'Christoph M. Becker2017-09-112-0/+19
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-112-0/+19
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-112-0/+19
| | |\ \ \ \
| | | * | | | Fixed bug #46781 (BC math handles minus zero incorrectly)Christoph M. Becker2017-09-112-0/+19
* | | | | | | Optimize truncation to zero scale in bc_raisemod()Christoph M. Becker2017-09-091-3/+21
* | | | | | | Merge branch 'PHP-7.2'Christoph M. Becker2017-09-092-0/+24
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-092-0/+24
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-092-0/+24
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fix bug75178.phpt on WindowsChristoph M. Becker2017-09-092-0/+24
* | | | | | | Merge branch 'PHP-7.2'Christoph M. Becker2017-09-092-7/+33
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-092-7/+33
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-09-092-7/+33
| | |\ \ \ \ | | | |/ / /
| | | * | | Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus)Christoph M. Becker2017-09-092-7/+33
* | | | | | Remove unused memberChristoph M. Becker2017-09-082-13/+0
* | | | | | Merge branch 'PHP-7.2'Christoph M. Becker2017-09-072-8/+31
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2017-09-072-8/+31
| |\ \ \ \ \ | | |/ / / /