Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -0/+1 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | remove unnecessary typecasting of malloc() | Yang Tse | 2008-09-06 | 1 | -1/+1 |
* | Fix problem in strdup replacement when dealing with absolutely huge strings. | Yang Tse | 2008-02-06 | 1 | -2/+6 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -3/+3 |
* | Use memcpy instead of strcpy to improve performance. | Dan Fandrich | 2007-05-01 | 1 | -1/+1 |
* | Return NULL if argument is NULL. | Yang Tse | 2006-07-17 | 1 | -0/+3 |
* | Moved strdup replacement from src/main.c into src/strdup.c so it's available | Dan Fandrich | 2006-07-11 | 1 | -0/+43 |