| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | 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 config... | Scott MacVicar | 2008-11-27 | 1 | -2/+14 |
* | MFH Add vasprintf() so the buffer can be automatically calculated, you need t... | Scott MacVicar | 2008-11-21 | 1 | -0/+24 |
* | Fixed bug #43053 (Regression: some numbers shown in scientific notation). (in... | Dmitry Stogov | 2008-09-15 | 1 | -4/+1 |
* | - 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 |
* | '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 |
* | 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 |
* | MFH: use BSD licensed implementation of double-to-string utilities instead of... | Antony Dovgal | 2006-12-06 | 1 | -215/+224 |
* | - 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 |
* | 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 |
* | - Add length modifiers(ll, j, t, h, hh) | Marcus Boerger | 2003-09-14 | 1 | -39/+149 |
* | - Fix %p to prepend '0x' as suggested by C99. | Marcus Boerger | 2003-09-13 | 1 | -7/+27 |
* | Clearify | Marcus Boerger | 2003-08-08 | 1 | -4/+2 |
* | Bugfix #24063 (marcus/ilia) | Marcus Boerger | 2003-08-08 | 1 | -2/+10 |
* | Fix text output of numbers with absolute exponent greater than or equal 80. | Marcus Boerger | 2003-07-17 | 1 | -2/+12 |
* | Fixed bug #24063 (*printf() did not handle scientific notation correctly) | Ilia Alshanetsky | 2003-06-30 | 1 | -0/+3 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | Sanity check that ensures proper handling of 'E' doubles/floats as well as | Ilia Alshanetsky | 2003-05-05 | 1 | -0/+4 |
* | Fixed bug #20256 (snprintf() not defined) | foobar | 2003-02-25 | 1 | -1/+1 |
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -0/+20 |