Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | This patch adds missing newlines, trims multiple redundant final newlines into a single one, and trims redundant leading newlines. According to POSIX, a line is a sequence of zero or more non-' <newline>' characters plus a terminating '<newline>' character. [1] Files should normally have at least one final newline character. C89 [2] and later standards [3] mention a final newline: "A source file that is not empty shall end in a new-line character, which shall not be immediately preceded by a backslash character." Although it is not mandatory for all files to have a final newline fixed, a more consistent and homogeneous approach brings less of commit differences issues and a better development experience in certain text editors and IDEs. [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206 [2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2 [3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2 | ||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-10-14 | 1 | -1/+4 |
| | | | | | | | * PHP-7.0: Fix bug #73190: memcpy negative parameter _bc_new_num_ex (cherry picked from commit af1bf873fe4fc70be17fa9f270e8f30666f2d2db) | ||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -2/+2 |
| | |||||
* | use safe_emalloc() | Antony Dovgal | 2007-07-10 | 1 | -2/+2 |
| | |||||
* | - Brought ext/bcmath to the new millennium | foobar | 2003-12-09 | 1 | -14/+15 |
| | | | | | # consistency.. | ||||
* | Remove all traces of _bc_Free_list - it's not used anymore | Sander Roobol | 2002-11-29 | 1 | -0/+2 |
| | |||||
* | Made bcmath extension thread safe. | Sander Roobol | 2002-11-22 | 1 | -16/+9 |
| | | | | | @Made bcmath extension thread safe. (Sander) | ||||
* | - Revert previous patch | Andi Gutmans | 2002-11-20 | 1 | -9/+9 |
| | |||||
* | - Intermediate commit which works on making bcmath thread-safe. | Andi Gutmans | 2002-11-20 | 1 | -9/+9 |
| | |||||
* | At long last, import the bcmath library, by Phil Nelson | Zeev Suraski | 2000-11-22 | 1 | -0/+135 |