The POSIX.2 library routine wordexp(), and the include file /usr/include/wordexp.h, are missing from the FreeBSD C library. Fix: A version is supplied in glibc 2.1. How-To-Repeat: Compile and link a program that uses wordexp().
Responsible Changed From-To: freebsd-bugs->freebsd-standards POSIX 2 issue
Responsible Changed From-To: freebsd-standards->standards Use short names for mailing list to make searches using the web query form work with the shown responsible. This also makes open PRs show up in the summery mail.
Responsible Changed From-To: standards->tjr Tim volunteered to implement this.
State Changed From-To: open->patched Initial implementation of wordexp() committed to -current.
State Changed From-To: patched->closed There are no immediate plans to MFC the wordexp implementation.