History log of /PHP-5.5/Zend/zend_strtod.c (Results 26 – 50 of 51)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# 37da9024 06-Mar-2007 Ilia Alshanetsky

Added missing allocation checks


Revision tags: php-4.4.6, php-4.4.6RC1
# 8185f455 20-Feb-2007 Antony Dovgal

MFH: fix #40545 (multithreading issue in zend_strtod())


Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# d101e113 26-Dec-2006 Ilia Alshanetsky

Fixed compiler warning


# ff9d0fcc 26-Dec-2006 Ilia Alshanetsky

is_numeric_string() optimization

# Original Patch by Matt Wilmas


Revision tags: php-5.2.1RC1
# feba2edb 07-Dec-2006 Antony Dovgal

initialize variables


# b4d0d872 06-Dec-2006 Antony Dovgal

MFH


# 4d44a5b7 06-Dec-2006 Antony Dovgal

MFH: use BSD licensed implementation of double-to-string utilities instead of LGPL one
this patch also fixes thread safety issues in zend_strtod()


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# 29254a47 15-Apr-2006 Antony Dovgal

fix #37062 (compile failure on ARM architecture)
if ARM is big endian - don't define IEEE_LITTLE_ENDIAN


Revision tags: php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2
# d43d0903 14-Feb-2006 Antony Dovgal

fix leak in zend_strtod() on big doubles
add new test


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2, php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0, RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4
# 640bc001 17-Feb-2005 foobar

- Compile fix for systems without int32_t typedef


Revision tags: RELEASE_0_2_3, RELEASE_0_2_2
# 378817d3 10-Feb-2005 foobar

- Fixed bug #31920 (zend_strtod.c error: conflicting types for 'int8_t')


Revision tags: RELEASE_0_2_1, RELEASE_0_2
# af1f60e6 22-Jan-2005 foobar

- Compile fix for systems without uint32_t typedef


# a96507c1 10-Jan-2005 foobar

- Added missing header sections.


# 20fce0ba 21-Dec-2004 foobar

- Use correct header files (in c99 compliant way). uint32_t is preferred.


# 4157e50c 20-Dec-2004 foobar

Better fix for endian compile problems.


# 4394c6f4 17-Dec-2004 Derick Rethans

- MF43: Fixed strtod for Irix and some other strange platform


# 1c23efef 16-Dec-2004 Derick Rethans

- MF43: Make it compile on HPUX on Itanium 2


# 16c66791 16-Dec-2004 Derick Rethans

- MF43: Fixed bug #31107 (strtod on solaris9/intel)


# 2689533d 16-Dec-2004 Derick Rethans

- MF43: Fixed bug #31110 and #31111 (Zend/zend_strtod.c problems)


Revision tags: php-5.0.3, php-4.3.10
# c0edc48a 14-Dec-2004 Derick Rethans

- MFH: Fixed compile error related to bug #28605.
#- But it does not *fix* bug #28605.


Revision tags: SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2
# 4c5d7191 01-Dec-2004 Ilia Alshanetsky

MFB: Removed extra space that causes problems for some compilers.


# 9c14e223 01-Dec-2004 Derick Rethans

- Fixed MacOSX compilation (Patch by Christian)


Revision tags: php-5.0.3RC1, php-4.3.10RC1
# ccc7c3b4 16-Nov-2004 Derick Rethans

- Make this compile for the Mac again


# 4916f585 15-Nov-2004 Derick Rethans

- Fixed bug #30779 (Compile of Zend/zend_strtod.c fails on Sparc)


# 5675c50d 04-Nov-2004 Edin Kadribasic

Make zend_strtod compile on windows


123