summaryrefslogtreecommitdiff
path: root/Zend/zend_strtod.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* fix #41118 (PHP does not handle overflow of octal integers)Antony Dovgal2007-04-191-0/+2
| | | | | MFB a small part of optimization patch applied only to 5_2
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* use BSD licensed implementation of double-to-string utilities instead of ↵Antony Dovgal2006-12-061-1/+6
| | | | | | | LGPL one this patch also fixes thread safety issues in zend_strtod()
* WSDmitry Stogov2006-02-211-1/+1
|
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
|
* Bump up the yearfoobar2005-08-031-1/+1
|
* Make zend_strtod compile on windowsEdin Kadribasic2004-11-041-1/+4
|
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-0/+28
locale-independent.