summaryrefslogtreecommitdiff
path: root/lib/strdup.c
Commit message (Expand)AuthorAgeFilesLines
* 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