summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/debug.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
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-2/+2
|
* Made bcmath extension thread safe.Sander Roobol2002-11-221-3/+2
| | | | | @Made bcmath extension thread safe. (Sander)
* At long last, import the bcmath library, by Phil NelsonZeev Suraski2000-11-221-0/+70