summaryrefslogtreecommitdiff
path: root/main/spprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* master renames phase 3Anatol Belski2014-08-251-5/+5
* master renames phase 1Anatol Belski2014-08-251-5/+5
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-6/+29
* update zend_make_printable_zval to take TSRM contextkrakjoe2014-08-111-2/+4
* Changed zend_make_printable_zval() to return "use_copy" instead of additional...Dmitry Stogov2014-07-091-1/+1
* Test push (previous push didn't send mail?)Xinchen Hui2014-05-101-0/+1
* Added smart_string to avoid string duplicatedXinchen Hui2014-05-101-53/+54
* Added vstrpprintf strpprintf to avoid duplicate stringXinchen Hui2014-05-101-1/+28
* Refactor fileinfoXinchen Hui2014-05-071-3/+8
* Refacting smart_strXinchen Hui2014-02-181-12/+15
* Bump yearXinchen Hui2014-01-031-1/+1
* fixed alternate form for 'x' and 'X' formatsArnaud Le Blanc2013-01-131-2/+2
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Remove unused variablePierrick Charron2011-08-091-2/+1
* Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption)Dmitry Stogov2011-07-111-1/+4
* - Fixed bug #54055 (buffer overrun with high values for precision iniGustavo André dos Santos Lopes2011-02-211-4/+4
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* make *printf() functions do not read strings past their specified length (if ...Nuno Lopes2008-12-121-3/+14
* - MFH Add %Z to *printfMarcus Boerger2008-02-071-3/+20
* - MFH WSMarcus Boerger2008-02-071-11/+11
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #42785 (json_encode() formats doubles according to locale ratherIlia Alshanetsky2007-10-011-1/+2
* 'I32' and 'I' supportAntony Dovgal2007-08-031-1/+10
* fix foldingAntony Dovgal2007-08-031-6/+10
* MFH: add I64 support to spprintf()Antony Dovgal2007-08-031-0/+10
* Restore big exponent letter in var_export() ('1e300' -> '1E300')Dmitry Stogov2007-06-251-1/+1
* - MFH: Added the H modifier to create non-locale-aware non-fixed-precisionDerick Rethans2007-06-191-2/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Support for systems without locale.hDmitry Stogov2006-12-191-0/+9
* Fixed bug #39815 (SOAP double encoding is not locale-independent)Dmitry Stogov2006-12-191-4/+16
* MFH: use BSD licensed implementation of double-to-string utilities instead of...Antony Dovgal2006-12-061-5/+2
* - MFH %v for s[np]printfMarcus Boerger2006-05-071-0/+1
* - MFH Bug #35978 %n format string specifier wrongly implementedMarcus Boerger2006-01-241-1/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Bugfix #28012 spprintf() output inconsistent for %pMarcus Boerger2004-04-151-1/+1
* More wordsize fixesArd Biesheuvel2004-03-081-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Bugfix #25930 Can't compile snprintf.cMarcus Boerger2003-10-211-0/+3
* Fixed Bug #25665 (var_dump() hangs on Nan and INF).Ilia Alshanetsky2003-09-291-0/+16
* Add length modifier LMarcus Boerger2003-09-141-2/+38
* - Add length modifiers(ll, j, t, h, hh)Marcus Boerger2003-09-141-42/+158
* - Fix %p to prepend '0x' as suggested by C99.Marcus Boerger2003-09-131-6/+30
* updating license information in the headers.James Cox2003-06-101-3/+3
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-1/+3