summaryrefslogtreecommitdiff
path: root/Zend/zend_strtod.c
Commit message (Expand)AuthorAgeFilesLines
* Replace invalid code with a proper #errorLior Kaplan2013-12-081-2/+1
* Fixed Bug #55649 (Undefined function Bug()). (Laruence)Dmitry Stogov2011-09-131-0/+6
* Check if given string is long enough in zend_*_strtodDavid Soria Parra2011-07-271-0/+15
* - add binary suport, FR #50638, as defined in RFC https://wiki.php.net/rfc/bi...Pierre Joye2011-07-271-0/+38
* Fix bug #53682Rasmus Lerdorf2011-01-061-0/+1
* Fix bug #53632 with x87 fpuScott MacVicar2011-01-041-1/+1
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-6/+6
* Fixed floating point mathematic speed degradation (Christian)Dmitry Stogov2009-03-181-5/+1
* - MFH: Changed floating point behaviour to consistently use double precisionChristian Seiler2008-12-021-1/+5
* Fixed bug #43053 (Regression: some numbers shown in scientific notation). (in...Dmitry Stogov2008-09-151-8/+1
* Fix for bug #43487 (Wrong conversion of float to string)Dmitry Stogov2008-07-271-7/+7
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-161-1/+1
* MFH: detect endianness in compile time when using Apple's GCC (fixes universa...Antony Dovgal2007-09-041-0/+10
* MFH: - Fixed buf #42071 (ini scanner allows using NULL as option name).Jani Taskinen2007-07-231-0/+1
* fix commentsAntony Dovgal2007-05-041-3/+3
* MFHAntony Dovgal2007-04-261-0/+2
* MFH: fix #41118 (PHP does not handle overflow of octal integers)Antony Dovgal2007-04-221-0/+28
* fix double-to-string conversion utilsAntony Dovgal2007-04-191-1/+8
* Added missing allocation checksIlia Alshanetsky2007-03-061-0/+8
* MFH: fix #40545 (multithreading issue in zend_strtod())Antony Dovgal2007-02-201-7/+6
* Fixed compiler warningIlia Alshanetsky2006-12-261-1/+1
* is_numeric_string() optimizationIlia Alshanetsky2006-12-261-0/+33
* initialize variablesAntony Dovgal2006-12-071-4/+4
* MFHAntony Dovgal2006-12-061-1/+1
* MFH: use BSD licensed implementation of double-to-string utilities instead of...Antony Dovgal2006-12-061-383/+1153
* fix #37062 (compile failure on ARM architecture)Antony Dovgal2006-04-151-0/+1
* fix leak in zend_strtod() on big doublesAntony Dovgal2006-02-141-1/+17
* - Compile fix for systems without int32_t typedeffoobar2005-02-171-0/+8
* - Fixed bug #31920 (zend_strtod.c error: conflicting types for 'int8_t')foobar2005-02-101-4/+0
* - Compile fix for systems without uint32_t typedeffoobar2005-01-221-4/+10
* - Added missing header sections.foobar2005-01-101-0/+2
* - Use correct header files (in c99 compliant way). uint32_t is preferred.foobar2004-12-211-9/+8
* Better fix for endian compile problems.foobar2004-12-201-11/+4
* - MF43: Fixed strtod for Irix and some other strange platformDerick Rethans2004-12-171-2/+3
* - MF43: Make it compile on HPUX on Itanium 2Derick Rethans2004-12-161-2/+2
* - MF43: Fixed bug #31107 (strtod on solaris9/intel)Derick Rethans2004-12-161-1/+1
* - MF43: Fixed bug #31110 and #31111 (Zend/zend_strtod.c problems)Derick Rethans2004-12-161-1/+3
* - MFH: Fixed compile error related to bug #28605.Derick Rethans2004-12-141-0/+4
* MFB: Removed extra space that causes problems for some compilers.Ilia Alshanetsky2004-12-011-1/+1
* - Fixed MacOSX compilation (Patch by Christian)Derick Rethans2004-12-011-2/+3
* - Make this compile for the Mac againDerick Rethans2004-11-161-1/+1
* - Fixed bug #30779 (Compile of Zend/zend_strtod.c fails on Sparc)Derick Rethans2004-11-151-0/+4
* Make zend_strtod compile on windowsEdin Kadribasic2004-11-041-5/+9
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-0/+1760