summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/outofmem.c
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] Rename libbcmath license file to LICENSEPeter Kokot2019-05-071-1/+1
| | | | | | - More common filename accross the PHP repository - Additionally, this patch replaces some legacy form feed (FF or ^L) characters (for printers) to LF (\n) newline character.
* Remove HAVE_ASSERT_HPeter Kokot2018-09-091-1/+0
| | | | | | | | | | | | | | | | The `<assert.h>` header file is part of the standard C89 headers [1] and on older systems there needed to be also a manual check if header is present. Since PHP requires at least C89 manual check and the `HAVE_ASSERT_H` symbol defined by Autoconf in configure.ac can be both removed [2]. This patch also removes unused <assert.h> includes where c files don't use the `assert()` macro. Refs: [1] https://port70.net/~nsz/c/c89/c89-draft.html#4.2 [2] https://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/headers.m4
* Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-10-141-1/+1
|\ | | | | | | | | * PHP-5.6: use zend_error instead of zend_error_noreturn
| * 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-031-2/+1
| |
* | Fix bug #73190: memcpy negative parameter _bc_new_num_exStanislav Malyshev2016-10-121-2/+1
| | | | | | | | (cherry picked from commit 40e7baab3c90001beee4c8f0ed0ef79ad18ee0d6)
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
|/
* At long last, import the bcmath library, by Phil NelsonZeev Suraski2000-11-221-0/+46