[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2009-01-20 Thread Ilia Alshanetsky
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c /ext/standard/tests/strings printf.phpt sprintf_error.phpt vfprintf_error4.phpt vsprintf_error.phpt

2008-08-10 Thread Felipe Pena
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2008-07-01 Thread Dmitry Stogov
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2008-03-17 Thread Stanislav Malyshev
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-

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c ftp_fopen_wrapper.c http_fopen_wrapper.c

2007-09-29 Thread Jani Taskinen
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c /ext/standard/tests/array bug35014_64bit.phpt

2007-07-13 Thread Antony Dovgal
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

Re: [PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2007-06-03 Thread Brian Shire
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

Re: [PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2007-06-03 Thread Ilia Alshanetsky
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2007-06-03 Thread Brian Shire
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

Re: [PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2007-01-17 Thread Antony Dovgal
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c /ext/sysvmsg sysvmsg.c

2007-01-17 Thread Antony Dovgal
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

Re: [PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2007-01-16 Thread Matt Wilmas
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. > [.

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2007-01-13 Thread Ilia Alshanetsky
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2007-01-11 Thread Ilia Alshanetsky
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2006-12-25 Thread Antony Dovgal
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c /ext/standard/tests/strings bug36392.phpt

2006-12-22 Thread Ilia Alshanetsky
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2006-12-20 Thread Andrei Zmievski
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2006-12-19 Thread Andrei Zmievski
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c /main snprintf.c spprintf.c

2006-12-19 Thread Dmitry Stogov
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c /ext/standard/tests/strings sprintf_f_2.phpt sprintf_f_3.phpt /main snprintf.c

2006-12-18 Thread Hannes Magnusson
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c ZendEngine2 zend_strtod.c

2006-12-07 Thread Antony Dovgal
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2006-12-06 Thread Antony Dovgal
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

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard formatted_print.c /ext/standard/tests/serialize 003.phpt /ext/standard/tests/strings sprintf_f.phpt /main snprintf.c snprintf.h sppr

2006-12-06 Thread Antony Dovgal
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2006-12-06 Thread Antony Dovgal
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

Re: [PHP-CVS] cvs: php-src /ext/standard formatted_print.c /ext/standard/tests/serialize 003.phpt /ext/standard/tests/strings sprintf_f.phpt /main snprintf.c snprintf.h spprintf.c ZendEngine2 zend

2006-12-06 Thread Matt Wilmas
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2005-01-25 Thread Ilia Alshanetsky
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c /ext/standard/tests/strings bug22207.phpt bug28633.phpt

2004-07-18 Thread Ilia Alshanetsky
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 (

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2004-05-19 Thread Ard Biesheuvel
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2004-05-16 Thread Marcus Boerger
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2004-05-11 Thread Ilia Alshanetsky
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2004-02-16 Thread Ilia Alshanetsky
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c

2004-01-20 Thread Jani Taskinen
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c /ext/standard/tests/strings bug26878.phpt

2004-01-13 Thread Ilia Alshanetsky
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

[PHP-CVS] cvs: php-src /ext/standard formatted_print.c /tests/classes tostring.phpt

2003-12-29 Thread Marcus Boerger
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