about summary refs log tree commit diff
path: root/src/misc/wordexp.c
Commit message (Expand)AuthorAgeFilesLines
* wordexp must set the we_offs entries of we_wordv to null pointersRich Felker2012-04-161-0/+4
* fix crash in wordfree if we_offs is not initialized by the callerRich Felker2012-04-161-0/+2
* wordexp cannot use we_offs unless WRDE_DOOFFS flag is setRich Felker2011-06-251-1/+2
* block cancellation in wordexp, handle more errorsRich Felker2011-04-191-2/+17
* avoid malloc of potentially-large string in wordexpRich Felker2011-04-191-10/+28
* remove stupid debug code in wordexpRich Felker2011-04-151-1/+0
* implement wordexp. first try, may be buggy. intended to be safe.Rich Felker2011-04-151-0/+128