summaryrefslogtreecommitdiff
path: root/main/spprintf.c
Commit message (Expand)AuthorAgeFilesLines
* - Change hardcoded size to lentgh translation to use sizeof(UChar) as suggest...Marcus Boerger2007-01-191-1/+1
* - We need to return the length not the byte sizeMarcus Boerger2007-01-181-1/+1
* - Fix [v]uspprintf()Marcus Boerger2007-01-181-4/+23
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Support for systems without locale.hDmitry Stogov2006-12-191-2/+11
* Fixed bug #39815 (SOAP double encoding is not locale-independent)Dmitry Stogov2006-12-191-5/+17
* use BSD licensed implementation of double-to-string utilities instead of LGPL...Antony Dovgal2006-12-061-2/+1
* implement zend_unicode_to_string() and zend_string_to_unicode()Antony Dovgal2006-08-081-1/+1
* Nuke int32_t (everywhere except streams layer) and signed/unsigned warningsDmitry Stogov2006-03-021-2/+1
* - Fixed Bug #35978 %n format string specifier wrongly implementedMarcus Boerger2006-01-241-1/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - Fixed another little buglet in the spprintf() formatters.Derick Rethans2005-08-231-0/+1
* - Fixed a couple of bugs in the new smart_str macros, and allow them toDerick Rethans2005-08-161-9/+8
* Fixed var_dump() identation bugDmitry Stogov2005-08-151-1/+1
* - Need to terminate [v]uspprintf() with two \0Marcus Boerger2005-08-141-0/+1
* - Where did my backslash vanish?Marcus Boerger2005-08-141-1/+1
* - Handle different cases of the actual strings correctlyMarcus Boerger2005-08-141-8/+16
* - Initial support of easy way to generate unicode strings: [v]uspprinf()Marcus Boerger2005-08-141-43/+99
* Unicode support.Andrei Zmievski2005-08-111-1/+57
* - Bumber up yearfoobar2005-08-031-1/+1
* Bugfix #28012 spprintf() output inconsistent for %pMarcus Boerger2004-04-151-1/+1
* More wordsize fixesArd Biesheuvel2004-03-081-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Bugfix #25930 Can't compile snprintf.cMarcus Boerger2003-10-211-0/+3
* Fixed Bug #25665 (var_dump() hangs on Nan and INF).Ilia Alshanetsky2003-09-291-0/+16
* Add length modifier LMarcus Boerger2003-09-141-2/+38
* - Add length modifiers(ll, j, t, h, hh)Marcus Boerger2003-09-141-42/+158
* - Fix %p to prepend '0x' as suggested by C99.Marcus Boerger2003-09-131-6/+30
* updating license information in the headers.James Cox2003-06-101-3/+3
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-1/+3
* PAD() macro didn't increase the buffer size resulting in loss of theIlia Alshanetsky2003-02-131-0/+1
* - trims +100 lines of code from spprintf.cSascha Schumann2003-02-121-170/+57
* speed upMarcus Boerger2003-02-111-13/+30
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* increase allocation chunksMarcus Boerger2002-08-121-1/+1
* Export spprintf() so that extension can link properly on win32.Edin Kadribasic2002-08-121-1/+1
* -xbuf_resize does not need to have return valueMarcus Boerger2002-06-261-14/+8
* -freeing memory for pbuf=NULLMarcus Boerger2002-06-231-0/+2
* -allow pbuf = NULL in case of NO MEMORY, tooMarcus Boerger2002-06-231-1/+2
* -allways terminate bufferMarcus Boerger2002-06-231-1/+4
* Fixing win32 build.Frank M. Kromann2002-05-071-1/+2
* Adding PHPAPI needed for exif on Win32Frank M. Kromann2002-04-151-1/+1
* fix a warnig and an error (found by Sebastioan)Marcus Boerger2002-04-101-1/+1
* introducing spprintf and vspprintfMarcus Boerger2002-04-101-0/+653