Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -1/+3 |
| | |||||
* | PAD() macro didn't increase the buffer size resulting in loss of the | Ilia Alshanetsky | 2003-02-13 | 1 | -0/+1 |
| | | | | | padding. | ||||
* | - trims +100 lines of code from spprintf.c | Sascha Schumann | 2003-02-12 | 1 | -170/+57 |
| | | | | | | | | | | | | | | | - introduces an overflow detection in STR_TO_DEC - eliminates dead code (e.g. assert(foo); if (foo) {..}) - removes unused macros from the original code - simplifies code (e.g. cc was completely dropped) - improves run-time performance The max_len feature is never used in our code base. Nevertheless, cpu cycles were spent on each string operation to check the current length against max_len which is quite inefficient. Thus, I've moved the check to vspprintf where it is applied only once per call. | ||||
* | speed up | Marcus Boerger | 2003-02-11 | 1 | -13/+30 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | increase allocation chunks | Marcus Boerger | 2002-08-12 | 1 | -1/+1 |
| | |||||
* | Export spprintf() so that extension can link properly on win32. | Edin Kadribasic | 2002-08-12 | 1 | -1/+1 |
| | |||||
* | -xbuf_resize does not need to have return value | Marcus Boerger | 2002-06-26 | 1 | -14/+8 |
| | |||||
* | -freeing memory for pbuf=NULL | Marcus Boerger | 2002-06-23 | 1 | -0/+2 |
| | | | | | #should have been one commit but to many versions during tests | ||||
* | -allow pbuf = NULL in case of NO MEMORY, too | Marcus Boerger | 2002-06-23 | 1 | -1/+2 |
| | |||||
* | -allways terminate buffer | Marcus Boerger | 2002-06-23 | 1 | -1/+4 |
| | | | | | -allow pbuf parameter to be NULL for buffer size calculation | ||||
* | Fixing win32 build. | Frank M. Kromann | 2002-05-07 | 1 | -1/+2 |
| | |||||
* | Adding PHPAPI needed for exif on Win32 | Frank M. Kromann | 2002-04-15 | 1 | -1/+1 |
| | |||||
* | fix a warnig and an error (found by Sebastioan) | Marcus Boerger | 2002-04-10 | 1 | -1/+1 |
| | |||||
* | introducing spprintf and vspprintf | Marcus Boerger | 2002-04-10 | 1 | -0/+653 |
#mail follows |