[PHP-CVS] cvs: php-src /main spprintf.c

2007-08-03 Thread Antony Dovgal
tony2001Fri Aug 3 09:51:05 2007 UTC Modified files: /php-src/main spprintf.c Log: fix folding http://cvs.php.net/viewvc.cgi/php-src/main/spprintf.c?r1=1.47r2=1.48diff_format=u Index: php-src/main/spprintf.c diff -u php-src/main/spprintf.c:1.47

[PHP-CVS] cvs: php-src /main spprintf.c

2007-08-03 Thread Antony Dovgal
tony2001Fri Aug 3 09:46:50 2007 UTC Modified files: /php-src/main spprintf.c Log: add I64 support to spprintf() (snprintf() already has it) http://cvs.php.net/viewvc.cgi/php-src/main/spprintf.c?r1=1.46r2=1.47diff_format=u Index:

[PHP-CVS] cvs: php-src /main spprintf.c

2007-01-19 Thread Marcus Boerger
helly Fri Jan 19 09:12:08 2007 UTC Modified files: /php-src/main spprintf.c Log: - Change hardcoded size to lentgh translation to use sizeof(UChar) as suggested by Andrei http://cvs.php.net/viewvc.cgi/php-src/main/spprintf.c?r1=1.43r2=1.44diff_format=u

[PHP-CVS] cvs: php-src /main spprintf.c spprintf.h

2007-01-18 Thread Marcus Boerger
helly Thu Jan 18 21:39:50 2007 UTC Modified files: /php-src/main spprintf.c spprintf.h Log: - Fix [v]uspprintf() - Add [v]zspprintf http://cvs.php.net/viewvc.cgi/php-src/main/spprintf.c?r1=1.41r2=1.42diff_format=u Index: php-src/main/spprintf.c

[PHP-CVS] cvs: php-src /main spprintf.c spprintf.h

2007-01-18 Thread Marcus Boerger
helly Thu Jan 18 23:11:43 2007 UTC Modified files: /php-src/main spprintf.c spprintf.h Log: - We need to return the length not the byte size http://cvs.php.net/viewvc.cgi/php-src/main/spprintf.c?r1=1.42r2=1.43diff_format=u Index: php-src/main/spprintf.c

Re: [PHP-CVS] cvs: php-src /main spprintf.c spprintf.h

2007-01-18 Thread Andrei Zmievski
*pbuf = (UChar*)xbuf.c; - return xbuf.len; + return xbuf.len 1; } Could you please use xbuf.len/sizeof(UChar) instead of ? -Andrei -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /main spprintf.c

2005-08-23 Thread Derick Rethans
derick Tue Aug 23 02:49:01 2005 EDT Modified files: /php-src/main spprintf.c Log: - Fixed another little buglet in the spprintf() formatters. http://cvs.php.net/diff.php/php-src/main/spprintf.c?r1=1.32r2=1.33ty=u Index: php-src/main/spprintf.c diff -u

[PHP-CVS] cvs: php-src /main spprintf.c

2005-08-14 Thread Marcus Boerger
helly Sun Aug 14 16:11:09 2005 EDT Modified files: /php-src/main spprintf.c Log: - Handle different cases of the actual strings correctly http://cvs.php.net/diff.php/php-src/main/spprintf.c?r1=1.27r2=1.28ty=u Index: php-src/main/spprintf.c diff -u

[PHP-CVS] cvs: php-src /main spprintf.c

2005-08-14 Thread Marcus Boerger
helly Sun Aug 14 16:12:52 2005 EDT Modified files: /php-src/main spprintf.c Log: - Where did my backslash vanish? http://cvs.php.net/diff.php/php-src/main/spprintf.c?r1=1.28r2=1.29ty=u Index: php-src/main/spprintf.c diff -u php-src/main/spprintf.c:1.28

[PHP-CVS] cvs: php-src /main spprintf.c

2005-08-14 Thread Marcus Boerger
helly Sun Aug 14 17:04:55 2005 EDT Modified files: /php-src/main spprintf.c Log: - Need to terminate [v]uspprintf() with two \0 http://cvs.php.net/diff.php/php-src/main/spprintf.c?r1=1.29r2=1.30ty=u Index: php-src/main/spprintf.c diff -u

Re: [PHP-CVS] cvs: php-src /main spprintf.c

2004-04-16 Thread Marcus Boerger
Hello Jani, it's not used in 4.3. Maybe it is time to MFH everything in s[pn]printf.[ch] and related config.m4? marcus -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /main spprintf.c

2004-04-15 Thread Marcus Boerger
helly Thu Apr 15 19:04:49 2004 EDT Modified files: /php-src/main spprintf.c Log: Bugfix #28012 spprintf() output inconsistent for %p http://cvs.php.net/diff.php/php-src/main/spprintf.c?r1=1.23r2=1.24ty=u Index: php-src/main/spprintf.c diff -u

Re: [PHP-CVS] cvs: php-src /main spprintf.c

2004-04-15 Thread Jani Taskinen
Shouldn't you MFH this too.. --Jani On Thu, 15 Apr 2004, Marcus Boerger wrote: helly Thu Apr 15 19:04:49 2004 EDT Modified files: /php-src/main spprintf.c Log: Bugfix #28012 spprintf() output inconsistent for %p

[PHP-CVS] cvs: php-src /main spprintf.c

2003-09-28 Thread Ilia Alshanetsky
iliaa Sun Sep 28 21:07:56 2003 EDT Modified files: /php-src/main spprintf.c Log: Fixed Bug #25665 (var_dump() hangs on Nan and INF). Index: php-src/main/spprintf.c diff -u php-src/main/spprintf.c:1.19 php-src/main/spprintf.c:1.20 ---