summaryrefslogtreecommitdiff
path: root/main/spprintf.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* bump year and license versionfoobar2006-01-011-4/+4
* MFH and Fixes bug #32482 (ap_php_snprintf broken)foobar2005-04-081-198/+284
* MFH: Fixed Bug #25665 (var_dump() hangs on Nan and INF).Ilia Alshanetsky2003-09-291-2/+18
* MFH: 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