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

2008-11-22 Thread Marcus Boerger
Hello Scott, this does not anything we don't have yet. Your vasprintf does exactly the same as vspprintf. Also the a in the name typically denotes malloc. In fact there is a vasprintf on several systems which would collide: ASPRINTF(3)Linux Programmer's Manual

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

2008-11-21 Thread Scott MacVicar
scottmacFri Nov 21 21:49:52 2008 UTC Modified files: /php-src/main snprintf.c snprintf.h Log: Add vasprintf() so the buffer can be automatically calculated, you need to efree this when done though!

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

2008-02-07 Thread Marcus Boerger
helly Thu Feb 7 12:45:42 2008 UTC Modified files: /php-src/main snprintf.c snprintf.h spprintf.c spprintf.h Log: - WS http://cvs.php.net/viewvc.cgi/php-src/main/snprintf.c?r1=1.61r2=1.62diff_format=u Index: php-src/main/snprintf.c diff -u

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

2007-02-24 Thread Marcus Boerger
helly Sat Feb 24 18:24:06 2007 UTC Modified files: /php-src/main snprintf.c snprintf.h Log: - Add [v]slprintf http://cvs.php.net/viewvc.cgi/php-src/main/snprintf.c?r1=1.49r2=1.50diff_format=u Index: php-src/main/snprintf.c diff -u

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

2003-09-14 Thread Marcus Boerger
helly Sun Sep 14 05:50:36 2003 EDT Modified files: /php-src/main snprintf.c snprintf.h spprintf.c Log: Add length modifier L Index: php-src/main/snprintf.c diff -u php-src/main/snprintf.c:1.29 php-src/main/snprintf.c:1.30 ---