summaryrefslogtreecommitdiff
path: root/ext/standard/formatted_print.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fixed bug #23894 (sprintf() decimal specifiers problem)Moriyoshi Koizumi2003-05-301-0/+1
* * email address changeStig Bakken2003-03-181-1/+1
* Fixed bug #22227Moriyoshi Koizumi2003-02-151-12/+11
* Fixed bug #22207 (e notation in *printf would be missing a 0 when there isIlia Alshanetsky2003-02-131-2/+6
* Reverted because correct decision has not been made yet.Moriyoshi Koizumi2003-01-111-1/+1
* Reduced compiler warnings in ZE2 buildMoriyoshi Koizumi2003-01-111-1/+1
* Implement fprintf() and vfprintf().Wez Furlong2003-01-091-30/+103
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Better fix for bug #20108.Ilia Alshanetsky2002-10-261-2/+6
* Fixed bug #20108.Ilia Alshanetsky2002-10-261-2/+2
* Fixed bug #4232. (Added support for %e and %E to printf/sprintf)Ilia Alshanetsky2002-10-151-0/+25
* Fixed a bug (introduced in previous patch) that caused non-double values toIlia Alshanetsky2002-10-141-0/+1
* Fix ZTS build.Sebastian Bergmann2002-10-111-2/+4
* This patch fixes handling of floats on locales where decimal point is not aIlia Alshanetsky2002-10-101-10/+2
* Add '+' modifier.Sascha Schumann2002-09-211-8/+23
* php_error_docrefMarcus Boerger2002-08-241-4/+4
* Unify error messagesDerick Rethans2002-07-081-3/+3
* making printf/sprintf locale-aware without external dependenciesHartmut Holzgraefe2002-06-171-3/+15
* reverted patch depending on not yet commited workHartmut Holzgraefe2002-06-161-16/+4
* make sprinf() locale-aware (Bug# 12647)Hartmut Holzgraefe2002-06-161-4/+16
* - Fix handling of zero'th argument for sprintf()'s argument swapping codeDerick Rethans2002-03-221-0/+8
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* proto fixesHartmut Holzgraefe2001-12-061-1/+1
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-2/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-10/+10
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* WhitespaceZeev Suraski2001-08-111-5/+5
* @- Added vprintf() and vsprintf() functions that allow passing all argumentsAndrei Zmievski2001-08-071-11/+58
* Zend compatibility patchZeev Suraski2001-07-301-8/+8
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-3/+3
* Fix warningsStanislav Malyshev2001-07-191-2/+2
* Make variables receiving long be longStanislav Malyshev2001-07-181-22/+17
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-3/+4
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1