summaryrefslogtreecommitdiff
path: root/ext/standard/formatted_print.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #67249: printf out-of-bounds readStanislav Malyshev2014-06-131-2/+4
* Happy New Year~Xinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #47168 (printf of floating point variable prints maximum of 40 deci...Ilia Alshanetsky2010-11-191-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - Fixed bug #49244 (Floating point NaN cause garbage characters). (patch by S...Felipe Pena2009-11-021-2/+2
* - Fixed bug #48802 (printf() returns incorrect outputted length)Jani Taskinen2009-07-231-6/+6
* Added an E_NOTICE when precision value is truncatedIlia Alshanetsky2009-01-201-0/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: New parameter parsing API (for *printf())Felipe Pena2008-08-101-6/+6
* Use new parameter parsing APIDmitry Stogov2008-07-011-6/+3
* Reverted zpp API Cleanup patch - memory troubles?David Coallier2008-06-251-24/+20
* - Hackish but working parameter parsing, no longer usingDavid Coallier2008-06-251-3/+11
* - New parsing parameter APIDavid Coallier2008-06-241-17/+13
* fix integer overflow in length calculationStanislav Malyshev2008-03-171-1/+10
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Nuked ending dots from error messagesJani Taskinen2007-09-301-3/+3
* MFH: Change printf %u behavior so that it does not truncate numbers at 32-bit...Brian Shire2007-06-031-1/+1
* fix folding tagsAntony Dovgal2007-04-091-7/+15
* MFHAntony Dovgal2007-01-171-3/+3
* Improve validation of argnum, width and precision.Ilia Alshanetsky2007-01-131-8/+22
* Use long instead of int where long is expected.Ilia Alshanetsky2007-01-121-1/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #36392 (wrong number of decimal digits with %e specifier inIlia Alshanetsky2006-12-221-3/+0
* Support for systems without locale.hDmitry Stogov2006-12-191-2/+11
* Fixed bug #39815 (SOAP double encoding is not locale-independent)Dmitry Stogov2006-12-191-7/+7
* remove the comment, it's not valid anymoreAntony Dovgal2006-12-181-1/+0
* MFH:Hannes Magnusson2006-12-181-3/+1
* initialize variablesAntony Dovgal2006-12-071-3/+2
* MFHAntony Dovgal2006-12-061-3/+3
* MFH: add missing 'F' modified (noticed by Matt)Antony Dovgal2006-12-061-0/+3
* MFH: use BSD licensed implementation of double-to-string utilities instead of...Antony Dovgal2006-12-061-188/+52
* Updated protos & vim foldingHannes Magnusson2006-06-261-1/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #29733 (printf() handles repeated placeholders wrong).Ilia Alshanetsky2005-01-261-13/+7
* - MFH4.3: Cleaned up some of the locale mess:Derick Rethans2004-11-151-6/+8
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-1/+8
* Fixed bug #28633 (sprintf incorrectly adding padding to floats).Ilia Alshanetsky2004-07-181-3/+0
* Fixed unregistered bug (memory leak in printf() & friends)Ard Biesheuvel2004-05-191-0/+1
* - Fix printf with floatsMarcus Boerger2004-05-161-8/+30
* Make vprintf() and printf() return the length of the string printed.Ilia Alshanetsky2004-05-111-2/+4
* Fixed bug #27278 (*printf() functions treat arguments as if passed byIlia Alshanetsky2004-02-161-0/+1
* - Fixed bug #26973 (*printf() + modifier broken)foobar2004-01-211-15/+12
* Fixed bug #26878 (problem with multiple references to the same variableIlia Alshanetsky2004-01-131-21/+34
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Use __tostring() in all printing functions.Marcus Boerger2003-12-291-4/+16
* emalloc -> safe_emallocIlia Alshanetsky2003-08-111-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3