summaryrefslogtreecommitdiff
path: root/lib/strdup.c
Commit message (Expand)AuthorAgeFilesLines
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+52
* build: rename 93 lib/*.c filesYang Tse2013-01-031-52/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* mem-include-scan: verify memory #includesDaniel Stenberg2012-11-171-2/+4
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-0/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
* Fix problem in strdup replacement when dealing with absolutely huge strings.Yang Tse2008-02-061-2/+6
* if () => if()Daniel Stenberg2007-11-071-3/+3
* Use memcpy instead of strcpy to improve performance.Dan Fandrich2007-05-011-1/+1
* Return NULL if argument is NULL.Yang Tse2006-07-171-0/+3
* Moved strdup replacement from src/main.c into src/strdup.c so it's availableDan Fandrich2006-07-111-0/+43