George Peter Banyard
57a8bf62dd
Use standard function declaration style instead of K&R in libbcmath
...
Fixes [-Wstrict-prototypes] warnings.
2021-05-12 15:33:55 +01:00
Peter Kokot
eb9ad31b48
[ci skip] Rename libbcmath license file to LICENSE
...
- 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.
2019-05-07 01:09:25 +02:00
Thomas Punt
9d9defa29a
Remove dead code from BCMath extension
2017-03-16 12:23:55 +01:00
Stanislav Malyshev
b7a7b1a624
trailing whitespace removal
2015-01-10 15:07:38 -08:00
Anatol Belski
bdeb220f48
first shot remove TSRMLS_* things
2014-12-13 23:06:14 +01:00
Remi Collet
60d9175280
Fix Bug #60633 build warning in bcmath
2013-10-03 08:45:31 +02:00
Sander Roobol
348b429b5b
Remove all traces of _bc_Free_list - it's not used anymore
2002-11-29 17:59:30 +00:00
Sander Roobol
f200f739d8
Made bcmath extension thread safe.
...
@Made bcmath extension thread safe. (Sander)
2002-11-22 09:25:29 +00:00
Andi Gutmans
b0528dbe5e
- Revert previous patch
2002-11-20 20:03:01 +00:00
Andi Gutmans
e6b7ab9db8
- Intermediate commit which works on making bcmath thread-safe.
2002-11-20 19:48:12 +00:00
Zeev Suraski
8a03f3062f
- Add bcmath to the standard UNIX build
...
- Change a couple of malloc()'s and free()'s to emalloc()'s and efree()'s
2000-11-26 09:34:01 +00:00
Zeev Suraski
c476bce2f1
At long last, import the bcmath library, by Phil Nelson
2000-11-22 20:20:02 +00:00