Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ci skip] Rename libbcmath license file to LICENSE | Peter Kokot | 2019-05-07 | 1 | -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_H | Peter Kokot | 2018-09-09 | 1 | -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 removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -2/+2 |
| | |||||
* | Made bcmath extension thread safe. | Sander Roobol | 2002-11-22 | 1 | -3/+2 |
| | | | | | @Made bcmath extension thread safe. (Sander) | ||||
* | At long last, import the bcmath library, by Phil Nelson | Zeev Suraski | 2000-11-22 | 1 | -0/+70 |