summaryrefslogtreecommitdiffstats
path: root/newlib/libc/posix/wordexp2.h
Commit message (Collapse)AuthorAgeFilesLines
* * libc/posix/wordfree.c (wordfree): The wrong words are freedCorinna Vinschen2012-10-091-0/+21
when WRDE_DOOFFS is in use. Restructure the code so that the memory needed to be freed is instead kept in an internal linked list... * libc/posix/wordexp2.h: ...as defined here... * libc/posix/wordexp.c (wordexp): ...and build this internal linked list here, avoiding wasteful strdup calls in the process.