iliaa Tue Jan 20 18:03:33 2009 UTC
Modified files:
/php-src/ext/standard formatted_print.c
Log:
MFB: Added an E_NOTICE when precision value is truncated
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.108&r2=1.109&diff_format
felipe Sun Aug 10 21:48:22 2008 UTC
Modified files:
/php-src/ext/standard formatted_print.c
/php-src/ext/standard/tests/strings printf.phpt sprintf_error.phpt
vfprintf_error4.phpt
dmitry Tue Jul 1 10:01:25 2008 UTC
Modified files:
/php-src/ext/standard formatted_print.c
Log:
Use new parameter parsing API
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.105&r2=1.106&diff_format=u
Index: php-src/ext/stand
stasMon Mar 17 23:07:55 2008 UTC
Modified files:
/php-src/ext/standard formatted_print.c
Log:
fix integer overflow in lenght calculation
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.104&r2=1.105&diff_format=u
Index: php-
janiSun Sep 30 05:43:28 2007 UTC
Modified files:
/php-src/ext/standard formatted_print.c ftp_fopen_wrapper.c
http_fopen_wrapper.c
Log:
- Nuked ending dots in error messages
http://cvs.php.net/viewvc.cgi/php-src/ext/stan
tony2001Fri Jul 13 15:52:38 2007 UTC
Modified files:
/php-src/ext/standard formatted_print.c
/php-src/ext/standard/tests/array bug35014_64bit.phpt
Log:
fix %u in Unicode mode
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_pr
Yep, I think tests/strings/printf_64bit.phpt should actually cover
this one though (once I commit the changes to fix these tests I
broke). Let me know if you need any more specific tests though,
basically printf("%u", -1) is now 18446744073709551615 rather than
4294967295 on 64-bit.
O
Brian,
Can you please add a test case.
Thanks,
Ilia
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
shire Sun Jun 3 09:11:52 2007 UTC
Modified files:
/php-src/ext/standard formatted_print.c
Log:
Change printf %u behavior so that it does not truncate numbers at 32-bits.
(Reported by Aditya Agarwal.)
http://cvs.php.net/viewvc.cgi/php-src/ext/standa
Just a grammar nit-pick, but in those new error messages, "then" should be
"than." :-)
Fixed, thanks.
Also, just noticed the period at the end of the messages, which
the vast majority of messages elsewhere don't have, so seems like they
should be removed. (I sent a patch a few months ago to
tony2001Wed Jan 17 08:25:25 2007 UTC
Modified files:
/php-src/ext/sysvmsgsysvmsg.c
/php-src/ext/standard formatted_print.c
Log:
fix grammar
http://cvs.php.net/viewvc.cgi/php-src/ext/sysvmsg/sysvmsg.c?r1=1.30&r2=1.31&diff_format=u
In
Hi Ilia,
- Original Message -
From: "Ilia Alshanetsky"
Sent: Saturday, January 13, 2007
> iliaa Sat Jan 13 16:32:29 2007 UTC
>
> Modified files:
> /php-src/ext/standard formatted_print.c
> Log:
>
> MFB: Improve validation of argnum, width and precision.
> [.
iliaa Sat Jan 13 16:32:29 2007 UTC
Modified files:
/php-src/ext/standard formatted_print.c
Log:
MFB: Improve validation of argnum, width and precision.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.97&r2=1.98&diff_format
iliaa Fri Jan 12 02:04:27 2007 UTC
Modified files:
/php-src/ext/standard formatted_print.c
Log:
MFB: Use long instead of int where long is expected.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.96&r2=1.97&diff_format=u
tony2001Mon Dec 25 11:15:08 2006 UTC
Modified files:
/php-src/ext/standard formatted_print.c
Log:
fix #36392 in Unicode mode
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.94&r2=1.95&diff_format=u
Index: php-src/ext/st
iliaa Fri Dec 22 15:30:18 2006 UTC
Modified files:
/php-src/ext/standard/tests/strings bug36392.phpt
/php-src/ext/standard formatted_print.c
Log:
MFB: Fixed bug #36392 (wrong number of decimal digits with %e specifier in
sprintf).
http://cvs.ph
andrei Wed Dec 20 18:33:27 2006 UTC
Modified files:
/php-src/ext/standard formatted_print.c
Log:
Align Unicode and binary versions of formatted printing.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.92&r2=1.93&diff_format=u
andrei Tue Dec 19 18:41:40 2006 UTC
Modified files:
/php-src/ext/standard formatted_print.c
Log:
Unicode support in *printf() functions. (Antony, Andrei)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.91&r2=1.92&diff_format=u
dmitry Tue Dec 19 13:13:48 2006 UTC
Modified files:
/php-src/main snprintf.c spprintf.c
/php-src/ext/standard formatted_print.c
Log:
Support for systems without locale.h
http://cvs.php.net/viewvc.cgi/php-src/main/snprintf.c?r1=1.45&r2=1.46&d
bjori Mon Dec 18 09:25:32 2006 UTC
Added files:
/php-src/ext/standard/tests/strings sprintf_f_2.phpt
sprintf_f_3.phpt
Modified files:
/php-src/ext/standard formatted_print.c
/php-src/main
tony2001Thu Dec 7 20:45:21 2006 UTC
Modified files:
/ZendEngine2zend_strtod.c
/php-src/ext/standard formatted_print.c
Log:
initialize variables and make Coverity happy
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_strtod.c?r1=1.26
tony2001Wed Dec 6 16:28:27 2006 UTC
Modified files:
/php-src/ext/standard formatted_print.c
Log:
move handling of 'F' to the top
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.86&r2=1.87&diff_format=u
Index: php-src/e
On 12/06/2006 05:18 PM, Matt Wilmas wrote:
Hi Antony,
The changes to formatted_print.c caught my eye because I was going to
inquire about/resubmit a patch from August to add new features the the
*printf() functions... :-) I see you've added g/G (and E). In
appenddouble, however, I noticed that
tony2001Wed Dec 6 14:47:19 2006 UTC
Modified files:
/php-src/ext/standard formatted_print.c
Log:
add missing 'F' modified (noticed by Matt)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/formatted_print.c?r1=1.85&r2=1.86&diff_format=u
Index
Hi Antony,
The changes to formatted_print.c caught my eye because I was going to
inquire about/resubmit a patch from August to add new features the the
*printf() functions... :-) I see you've added g/G (and E). In
appenddouble, however, I noticed that the F specifier is missing. Nothing
to me p
iliaa Tue Jan 25 19:01:26 2005 EDT
Modified files:
/php-src/ext/standard formatted_print.c
Log:
Fixed bug #29733 (printf() handles repeated placeholders wrong).
# Original patch by bugs dot php dot net at bluetwanger dot de
http://cvs.php.net/dif
iliaa Sun Jul 18 13:27:49 2004 EDT
Added files:
/php-src/ext/standard/tests/strings bug28633.phpt
Modified files:
/php-src/ext/standard formatted_print.c
/php-src/ext/standard/tests/strings bug22207.phpt
Log:
Fixed bug #28633 (
abies Wed May 19 12:46:29 2004 EDT
Modified files:
/php-src/ext/standard formatted_print.c
Log:
Fixed unregistered bug (memory leak in printf() & friends)
http://cvs.php.net/diff.php/php-src/ext/standard/formatted_print.c?r1=1.76&r2=1.77&ty=u
Index: p
helly Sun May 16 10:01:45 2004 EDT
Modified files:
/php-src/ext/standard formatted_print.c
Log:
- Fix printf with floats
http://cvs.php.net/diff.php/php-src/ext/standard/formatted_print.c?r1=1.75&r2=1.76&ty=u
Index: php-src/ext/standard/formatted_prin
iliaa Tue May 11 15:51:46 2004 EDT
Modified files:
/php-src/ext/standard formatted_print.c
Log:
Make vprintf() and printf() return the length of the string printed.
Make fprintf() and vfprints() return the correct length of the string
printed.
htt
iliaa Mon Feb 16 12:09:38 2004 EDT
Modified files:
/php-src/ext/standard formatted_print.c
Log:
Fixed bug #27278 (*printf() functions treat arguments as if passed by
reference).
http://cvs.php.net/diff.php/php-src/ext/standard/formatted_print.c?r1=1
sniper Tue Jan 20 23:00:08 2004 EDT
Modified files:
/php-src/ext/standard formatted_print.c
Log:
- Fixed bug #26973 (*printf() + modifier broken)
http://cvs.php.net/diff.php/php-src/ext/standard/formatted_print.c?r1=1.72&r2=1.73&ty=u
Index: php-src/ext/st
iliaa Tue Jan 13 18:11:32 2004 EDT
Added files:
/php-src/ext/standard/tests/strings bug26878.phpt
Modified files:
/php-src/ext/standard formatted_print.c
Log:
Fixed bug #26878 (problem with multiple references to the same variable
helly Mon Dec 29 17:26:49 2003 EDT
Modified files:
/php-src/ext/standard formatted_print.c
/php-src/tests/classes tostring.phpt
Log:
Use __tostring() in all printing functions.
Index: php-src/ext/standard/formatted_print.c
diff -u php-src/ex
34 matches
Mail list logo