add getopt reset support
[musl] / src / misc / wordexp.c
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-04-16 Rich Felkerwordexp must set the we_offs entries of we_wordv to...
2012-04-16 Rich Felkerfix crash in wordfree if we_offs is not initialized...
2011-06-25 Rich Felkerwordexp cannot use we_offs unless WRDE_DOOFFS flag...
2011-04-20 Rich Felkerblock cancellation in wordexp, handle more errors
2011-04-20 Rich Felkeravoid malloc of potentially-large string in wordexp
2011-04-15 Rich Felkerremove stupid debug code in wordexp
2011-04-15 Rich Felkerimplement wordexp. first try, may be buggy. intended...