summaryrefslogtreecommitdiff
path: root/ext/gmp/gmp.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #43981 (gmp_div_r() does not preserve the sign of 1st argument)Ilia Alshanetsky2008-01-301-0/+3
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* fix 64-bitStanislav Malyshev2007-11-011-1/+1
* fix gcd - can return larger than long with long argStanislav Malyshev2007-11-011-1/+1
* merge gmp_testbit()Stanislav Malyshev2007-11-011-2/+35
* fix reading uninitialized valuesAntony Dovgal2007-11-011-3/+5
* fix 64bit issues & testsAntony Dovgal2007-11-011-21/+22
* - Fix memory leaks (bug #42509)Stanislav Malyshev2007-11-011-236/+221
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: add test & GMP_VERSION constantAntony Dovgal2007-04-261-1/+9
* MFHAntony Dovgal2007-04-181-0/+10
* MFHAntony Dovgal2007-04-181-0/+10
* MFHAntony Dovgal2007-01-121-9/+1
* MFH: nuke skeleton leftoversAntony Dovgal2007-01-121-4/+0
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: add gmp_nextprime()Antony Dovgal2006-07-181-0/+14
* MFH: Removed obsolete arginfo includeHannes Magnusson2006-06-261-3/+0
* Fix build. (gmp_nextprime() was added in PHP 6!)foobar2006-06-161-6/+0
* Added automatic module globals managementDmitry Stogov2006-06-151-7/+10
* MFH: argument info..Hannes Magnusson2006-06-141-41/+272
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* @- Fix #32773 and make right fix for GMP FPEs (Stas)Stanislav Malyshev2005-04-251-19/+39
* fix SIGFPE in gmp_powm(), gmp_sqrt() & gmp_sqrtrem() when using negative valuesAntony Dovgal2005-03-011-3/+50
* Fixed bug #28525 (gmp_powm() does not work with hexadecimal string moduloIlia Alshanetsky2004-06-091-2/+1
* Better gmp fix.Ilia Alshanetsky2004-02-161-2/+0
* Fixed bug #27258 (moved FPE check to correct location).Ilia Alshanetsky2004-02-151-5/+15
* Fixed bug #27172 (Possible floating point exception in gmp_powm()).Ilia Alshanetsky2004-02-091-0/+5
* Fixed bug #27171foobar2004-02-071-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fix the build for other than x86 archs.foobar2003-11-241-2/+1
* ws fixfoobar2003-11-191-55/+66
* - Fixed bug #26267 (gmp_random() leaks memory and does not produce random num...foobar2003-11-191-5/+43
* - Fix the parameter setting. (this function has 1 optional parameter)foobar2003-11-181-6/+4
* unintialized variable.Wez Furlong2003-10-131-1/+1
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
* Use new infrastructure.Zeev Suraski2003-08-031-4/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Bug #21534. Silly typo.Sara Golemon2003-03-131-1/+1
* zend_error -> php_error_docref.Ilia Alshanetsky2003-01-241-7/+7
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Don't use headers if the module contains only one phpinfo() entry, justSander Roobol2002-06-091-1/+1
* Fix bug #15835.jim winstead2002-04-091-1/+1
* Fixed bug: #16237foobar2002-03-271-4/+4
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* '0b' could be the beginning of a hex string (without leading '0x') so ifSean Bright2002-02-101-1/+1
* Fix for bugs #10133 and #15454.Sean Bright2002-02-101-12/+35
* proto fixHartmut Holzgraefe2001-12-151-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2