summaryrefslogtreecommitdiff
path: root/Zend/zend_strtod.c
Commit message (Expand)AuthorAgeFilesLines
* - 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