K 10 svn:author V 6 jilles K 8 svn:date V 27 2015-08-16T19:42:15.110259Z K 7 svn:log V 398 wordexp(): Stop using the undocumented wordexp builtin. The functionality of the wordexp builtin is easily replaced using normal shell code, although performance is slightly worse. This does not mean that wordexp() will remain shell-independent -- a fully reliable implementation of WRDE_NOCMD is really only possible using extensions to the shell, or by adding much of the shell's code to libc. END