Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-07-14 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.3: - Fixed bug #62525 (sigabrt while converting floating point to string) | ||||
| * | - Fixed bug #62525 (sigabrt while converting floating point to string) | Felipe Pena | 2012-07-14 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Remove unused variable | Pierrick Charron | 2011-08-09 | 1 | -2/+1 |
| | | |||||
| * | Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption) | Dmitry Stogov | 2011-07-11 | 1 | -1/+4 |
| | | |||||
| * | - Fixed bug #54055 (buffer overrun with high values for precision ini | Gustavo André dos Santos Lopes | 2011-02-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | setting). #This fix (for g/G/k/H modes) is done at a different level than that for the #modes e/E/f/F, at a bit higher level and therefore with less coverage. I #chose this because it addresses the problem where it is -- the calling function #that passes a buffer too small to php_gcvt. | ||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fix warning "implicit declaration of function `vasprintf'" | Xinchen Hui | 2011-09-15 | 1 | -1/+1 |
| | | | | | | | | | | If There is a better fix, plz fixme. | ||||
* | | Remove unused variable | Pierrick Charron | 2011-08-09 | 1 | -2/+1 |
| | | |||||
* | | Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption) | Dmitry Stogov | 2011-07-11 | 1 | -1/+4 |
| | | |||||
* | | - Fixed bug #54055 (buffer overrun with high values for precision ini | Gustavo André dos Santos Lopes | 2011-02-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | setting). #This fix (for g/G/k/H modes) is done at a different level than that for the #modes e/E/f/F, at a bit higher level and therefore with less coverage. I #chose this because it addresses the problem where it is -- the calling function #that passes a buffer too small to php_gcvt. | ||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed compiler warnings in main/ | Kalle Sommer Nielsen | 2010-08-17 | 1 | -2/+2 |
|/ | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH Add asprintf, use regular system malloc and free and add checks in ↵ | Scott MacVicar | 2008-11-27 | 1 | -2/+14 |
| | | | | configure.in for the functions | ||||
* | MFH Add vasprintf() so the buffer can be automatically calculated, you need ↵ | Scott MacVicar | 2008-11-21 | 1 | -0/+24 |
| | | | | to efree this when done though! | ||||
* | Fixed bug #43053 (Regression: some numbers shown in scientific notation). ↵ | Dmitry Stogov | 2008-09-15 | 1 | -4/+1 |
| | | | | | | | (int-e at gmx dot de) some 64bit test files may need to be fixed | ||||
* | - MFH Add %Z to *printf | Marcus Boerger | 2008-02-07 | 1 | -20/+37 |
| | |||||
* | - MFH WS | Marcus Boerger | 2008-02-07 | 1 | -11/+11 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #42785 (json_encode() formats doubles according to locale rather | Ilia Alshanetsky | 2007-10-01 | 1 | -1/+2 |
| | | | | | then following standard syntax). | ||||
* | 'I32' and 'I' support | Antony Dovgal | 2007-08-03 | 1 | -1/+10 |
| | |||||
* | Restore big exponent letter in var_export() ('1e300' -> '1E300') | Dmitry Stogov | 2007-06-25 | 1 | -1/+1 |
| | |||||
* | - MFH: Added the H modifier to create non-locale-aware non-fixed-precision | Derick Rethans | 2007-06-19 | 1 | -1/+2 |
| | | | | | | | float representations. - MFH: Fixed var_export() to use the new H modifier so that it can generate parsable PHP code for floats again, independent of the locale. | ||||
* | MFH: add support for %I64(u|d) to sprintf() utilities | Antony Dovgal | 2007-04-12 | 1 | -0/+10 |
| | |||||
* | fix ws/cs and make the ugly code less ugly.. | Antony Dovgal | 2007-02-26 | 1 | -58/+82 |
| | |||||
* | - Add [v]slprintf to overcome the returnvalues issue of snprintf | Marcus Boerger | 2007-02-24 | 1 | -0/+28 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-19 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-19 | 1 | -4/+4 |
| | |||||
* | Support for systems without locale.h | Dmitry Stogov | 2006-12-19 | 1 | -2/+11 |
| | |||||
* | Fixed bug #39815 (SOAP double encoding is not locale-independent) | Dmitry Stogov | 2006-12-19 | 1 | -26/+23 |
| | |||||
* | MFH: | Hannes Magnusson | 2006-12-18 | 1 | -6/+14 |
| | | | | | | | - make %f locale aware again - fix precision loss with %F (noticed by Sebastian Nohn) - add new tests | ||||
* | MFH: use BSD licensed implementation of double-to-string utilities instead ↵ | Antony Dovgal | 2006-12-06 | 1 | -215/+224 |
| | | | | | | | of LGPL one this patch also fixes thread safety issues in zend_strtod() | ||||
* | - MFH %v for s[np]printf | Marcus Boerger | 2006-05-07 | 1 | -0/+1 |
| | |||||
* | - MFH Bug #35978 %n format string specifier wrongly implemented | Marcus Boerger | 2006-01-24 | 1 | -1/+2 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - MFH Support full range of floats | Marcus Boerger | 2005-12-26 | 1 | -1/+2 |
| | |||||
* | - SWH (WS + memory corruption fix) | Marcus Boerger | 2005-12-26 | 1 | -17/+17 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fix win32 build. | Frank M. Kromann | 2004-11-15 | 1 | -2/+2 |
| | |||||
* | - MFH4.3: Cleaned up some of the locale mess: | Derick Rethans | 2004-11-15 | 1 | -4/+0 |
| | | | | | | | | * all internal use of sprintf, snprintf and the like will always use the . as thousands seperator (if php.h is included only!). * echo, printf() and sprintf() always render locale-aware * added the %F modifier for non-locale aware rendering for floats | ||||
* | Bugfix #28012, now for snprintf | Marcus Boerger | 2004-04-15 | 1 | -1/+1 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Bugfix #25930 Can't compile snprintf.c | Marcus Boerger | 2003-10-21 | 1 | -0/+3 |
| | |||||
* | More NaN & INF handling fixes. | Ilia Alshanetsky | 2003-09-29 | 1 | -0/+16 |
| | |||||
* | Add length modifier L | Marcus Boerger | 2003-09-14 | 1 | -2/+38 |
| |