Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: seb
Date: Tue Jul 13 15:42:03 UTC 2004
Modified Files:
src/distrib/sets/lists/comp: mi
src/include: Makefile
src/lib/libc/gen: Makefile.inc
Added Files:
src/include: wordexp.h
src/lib/libc/gen: wordexp.3 wordexp.c
Log Message:
Add wordexp(3). The wordexp function performs shell-style word expansions.
This implementation is wrapper around the undocumented wordexp sh(1)
built-in command.
>From FreeBSD.
Provided in PR lib/26123.
Approved by kleink@.
To generate a diff of this commit:
cvs rdiff -r1.713 -r1.714 src/distrib/sets/lists/comp/mi
cvs rdiff -r1.116 -r1.117 src/include/Makefile
cvs rdiff -r0 -r1.1 src/include/wordexp.h
cvs rdiff -r1.133 -r1.134 src/lib/libc/gen/Makefile.inc
cvs rdiff -r0 -r1.1 src/lib/libc/gen/wordexp.3 src/lib/libc/gen/wordexp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index