summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5SVN Migration2003-02-2743-5961/+0
|
* - Let's be consistent with these..foobar2003-02-172-3/+3
|
* Fix bcmath build under win32.Wez Furlong2003-02-161-0/+1
| | | | | | # These problems occur because winsock2.h MUST be included before # windows.h.
* revert previous commitHarald Radi2003-01-161-4/+4
|
* unbreak the buildHarald Radi2003-01-161-4/+4
|
* Remove all traces of _bc_Free_list - it's not used anymoreSander Roobol2002-11-293-0/+8
|
* Portability: The header contains the declaration; while the source ↵Martin Kraemer2002-11-281-1/+1
| | | | | | | ext/bcmath/libbcmath/src/init.c has the definition (otherwise some compilers complain about 'duplicate symbols')
* Made bcmath extension thread safe.Sander Roobol2002-11-2212-139/+106
| | | | | @Made bcmath extension thread safe. (Sander)
* - Revert previous patchAndi Gutmans2002-11-209-33/+33
|
* - Intermediate commit which works on making bcmath thread-safe.Andi Gutmans2002-11-209-33/+33
|
* To include the NetWare config fileAnantha Kesari H Y2002-09-041-0/+2
|
* empty files, let them goSascha Schumann2002-03-183-175/+0
|
* Please welcome the new build system.Sascha Schumann2002-03-072-16/+0
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* WhitespaceZeev Suraski2001-08-111-2/+2
|
* Separate CPPFLAGS from CFLAGS.Wilfredo Sanchez2001-04-031-1/+2
|
* - Add bcmath to the standard UNIX buildZeev Suraski2000-11-267-683/+23
| | | | | - Change a couple of malloc()'s and free()'s to emalloc()'s and efree()'s
* At long last, import the bcmath library, by Phil NelsonZeev Suraski2000-11-2248-0/+6833