Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid uninitialized variable warnings in gmp | Nikita Popov | 2019-04-12 | 1 | -9/+6 |
* | Add AS_HELP_STRING to *nix build configure options | Peter Kokot | 2019-03-07 | 1 | -2/+4 |
* | Remove local variables | Peter Kokot | 2019-02-03 | 2 | -17/+0 |
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 2 | -2/+2 |
* | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 2 | -2/+0 |
* | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 44 | -49/+49 |
* | Trim trailing whitespaces in build files | Peter Kokot | 2018-07-29 | 1 | -1/+1 |
* | Fix typos in code comments | Peter Kokot | 2018-07-25 | 1 | -1/+1 |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -1/+0 |
* | Move GMP bug 74670 test file to tests dir | Peter Kokot | 2018-07-20 | 1 | -0/+0 |
* | Fixed wrong zval_dtor() usage | Dmitry Stogov | 2018-07-05 | 1 | -1/+1 |
* | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy... | Dmitry Stogov | 2018-07-05 | 1 | -2/+2 |
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d... | Dmitry Stogov | 2018-07-04 | 1 | -1/+1 |
* | Merge branch 'PHP-7.2' | Nikita Popov | 2018-07-02 | 2 | -1/+11 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-07-02 | 2 | -1/+11 |
| |\ | |||||
| | * | Fixed bug #74670 | Nikita Popov | 2018-07-02 | 2 | -1/+11 |
* | | | Export standard object handlers, to avoid indirect access | Dmitry Stogov | 2018-05-31 | 1 | -1/+1 |
* | | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -1/+1 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 2 | -2/+2 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-02-19 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-02-19 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Fix incorrect printf modifiers | Nikita Popov | 2018-02-19 | 1 | -2/+2 |
* | | | Reduce variable scope | Anatol Belski | 2018-02-18 | 1 | -3/+7 |
* | | | Remove effectless assignment | Anatol Belski | 2018-02-18 | 1 | -2/+2 |
* | | | Use bool instead of boolean | Gabriel Caruso | 2018-02-08 | 1 | -1/+1 |
* | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 3 | -9/+9 |
* | | | Add missing SKIPIF sections | Gabriel Caruso | 2018-02-03 | 8 | -0/+16 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-01-03 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-03 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Skip on Travis-CI | Anatol Belski | 2018-01-03 | 1 | -0/+1 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-01-03 | 1 | -1/+16 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-03 | 1 | -1/+16 |
| |\ \ | | |/ | |||||
| | * | Extend skip section | Anatol Belski | 2018-01-03 | 1 | -1/+16 |
* | | | Merge branch 'PHP-7.2' | Stanislav Malyshev | 2018-01-02 | 2 | -1/+31 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2018-01-02 | 2 | -1/+31 |
| |\ \ | | |/ | |||||
| | * | Fix some int/long confusion issues in GMP | Stanislav Malyshev | 2018-01-02 | 2 | -1/+31 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | | | Add _IS_NUMBER as cast_object() target type | Nikita Popov | 2017-12-26 | 1 | -0/+8 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | | Add gmp_kronecker() | Nikita Popov | 2017-12-11 | 3 | -0/+77 |
* | | | Add gmp_perfect_power() | Nikita Popov | 2017-12-11 | 3 | -0/+62 |
* | | | Add gmp_lcm() | Nikita Popov | 2017-12-11 | 3 | -0/+55 |
* | | | Add gmp_binomial() | Nikita Popov | 2017-12-11 | 3 | -0/+99 |
* | | | Remove outdated TODO files | Peter Kokot | 2017-12-09 | 1 | -22/+0 |
* | | | Fix visibility | Anatol Belski | 2017-10-23 | 2 | -2/+10 |
* | | | Revert "Allow internal functions to return values by reference (this was disa... | Dmitry Stogov | 2017-10-17 | 1 | -1/+1 |
* | | | Allow internal functions to return values by reference (this was disabled in ... | Dmitry Stogov | 2017-10-17 | 1 | -1/+1 |
* | | | Fixed unzserialize(), to disable creation of unsupported data structures thro... | Dmitry Stogov | 2017-10-13 | 1 | -14/+5 |