History log of /php-src/ext/standard/formatted_print.c (Results 151 – 175 of 213)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 7fa09705 11-Jan-2003 Moriyoshi Koizumi

Reverted because correct decision has not been made yet.

# dd2ad168 11-Jan-2003 Moriyoshi Koizumi

Reduced compiler warnings in ZE2 build

# 59e4fdcc 09-Jan-2003 Wez Furlong

Implement fprintf() and vfprintf().
Add a couple of tests.

# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.

Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2
# d88775c5 26-Oct-2002 Ilia Alshanetsky

Better fix for bug #20108.

# 2c480b0f 26-Oct-2002 Ilia Alshanetsky

Fixed bug #20108.

# 95312e99 15-Oct-2002 Ilia Alshanetsky

Fixed bug #4232. (Added support for %e and %E to printf/sprintf)

# 99f2fc81 14-Oct-2002 Ilia Alshanetsky

Fixed a bug (introduced in previous patch) that caused non-double values to
be converted to 0 by printf/sprint functions when %f format is specified.

Revision tags: RELEASE_1_0b1, php-4.3.0pre1
# fcf35e7b 11-Oct-2002 Sebastian Bergmann

Fix ZTS build.

# bc14a6f1 10-Oct-2002 Ilia Alshanetsky

This patch fixes handling of floats on locales where decimal point is not a
'.'. Problem is best demonstrated by bug #17079.

Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 30f038be 21-Sep-2002 Sascha Schumann

Add '+' modifier.

+ A sign (+ or -) always be placed before a number
produced by a signed conversion. By default a sign
is used only for n

Add '+' modifier.

+ A sign (+ or -) always be placed before a number
produced by a signed conversion. By default a sign
is used only for negative numbers. A + overrides a
space if both are used.

show more ...

Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2
# 149ad05b 24-Aug-2002 Marcus Boerger

php_error_docref
#New conversion available at: http://docref.txt.marcus-boerger.de

Revision tags: php-4.2.3RC1, dev, php-4.2.2
# 728f2de4 08-Jul-2002 Derick Rethans

Unify error messages

Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2
# efdde5ef 17-Jun-2002 Hartmut Holzgraefe

making printf/sprintf locale-aware without external dependencies

# 0170e427 16-Jun-2002 Hartmut Holzgraefe

reverted patch depending on not yet commited work

# 7686d437 16-Jun-2002 Hartmut Holzgraefe

make sprinf() locale-aware (Bug# 12647)

Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2
# 25b42ae3 22-Mar-2002 Derick Rethans

- Fix handling of zero'th argument for sprintf()'s argument swapping code
(Patch by Morten Poulsen <morten@afdelingp.dk>)

Revision tags: php-4.2.0RC1, help
# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.

Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.

Revision tags: php-4.1.0
# c1626365 06-Dec-2001 Hartmut Holzgraefe

proto fixes

Revision tags: php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS
# 6cfba2a3 25-Sep-2001 Jeroen van Wolffelaar

2nd phase in back-substitution those macro's

I've got pretty much everything now...

# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.

Revision tags: PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.

Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace

Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE
# c4555f9f 07-Aug-2001 Andrei Zmievski

@- Added vprintf() and vsprintf() functions that allow passing all arguments
@ after format as an array. (Andrei)

123456789