summaryrefslogtreecommitdiff
path: root/ext/standard/formatted_print.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Reversed 'fix' for #9698Derick Rethans2001-05-201-0/+34
* - Make the printf functions binary cleanRasmus Lerdorf2001-04-251-2/+2
* printf argnum (parameter swapping) support from Morten PoulsenRasmus Lerdorf2001-04-091-22/+38
* - 'Fix' for bug 10002Derick Rethans2001-03-271-1/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Make use of zend_isinf and zend_isnan.Sascha Schumann2000-08-201-20/+2
* Fix print length - againStanislav Malyshev2000-08-141-1/+1
* Fix another crash with long formats (#6145)Stanislav Malyshev2000-08-141-1/+1
* Fix non-numbers printing (#6142)Stanislav Malyshev2000-08-141-0/+33
* Undo numerical format regression introduced by the fix of theKen Coar2000-07-211-6/+6
* Bring forward the zero-precision (%.0s) string formatting fixKen Coar2000-07-181-40/+52