| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Modified fix for bug #22187 so that it does not affect handling of numbers | Ilia Alshanetsky | 2003-02-13 | 1 | -1/+4 |
* | Fixed bug #22187 (spprintf function did not handle floats correctly). | Ilia Alshanetsky | 2003-02-12 | 1 | -1/+1 |
* | make snprintf and f,g,G converions of snprintf/spprintf C99 complient | Marcus Boerger | 2002-08-21 | 1 | -14/+21 |
* | -compiler warning (missing data type) | Marcus Boerger | 2002-06-23 | 1 | -1/+1 |
* | use thread-safe functions unconditionally | Sascha Schumann | 2002-05-07 | 1 | -11/+1 |
* | Add thread-safety to some conversion functions and sync a bit with | Sascha Schumann | 2002-05-07 | 1 | -16/+18 |
* | fix build (hopefully for BSD, too) | Marcus Boerger | 2002-04-11 | 1 | -3/+2 |
* | fix a warnig and an error (found by Sebastioan) | Marcus Boerger | 2002-04-10 | 1 | -1/+1 |
* | -preface for new vpprintf | Marcus Boerger | 2002-04-10 | 1 | -208/+199 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
* | Add the capibility to to allow ap_php_(v)snprintf to replace (v)snprintf | Jason Greene | 2001-06-05 | 1 | -1/+1 |
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+8 |
* | - Remove C++ comment | Andi Gutmans | 2001-05-01 | 1 | -1/+0 |
* | - Fix snprintf() to work with nan and inf properly | Andi Gutmans | 2001-05-01 | 1 | -10/+19 |
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -19/+17 |
* | Fix another compile warning | Zeev Suraski | 1999-07-31 | 1 | -2/+1 |