Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: source-changes
Date: 07/13/2004 15:05:59
Module Name:	src
Committed By:	seb
Date:		Tue Jul 13 15:05:59 UTC 2004

Modified Files:
	src/bin/sh: builtins.def expand.c expand.h

Log Message:
Add new builtin `wordexp' to support wordexp(3).

From FreeBSD.
Provided in PR lib/26123.
Approved by kleink@.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/bin/sh/builtins.def
cvs rdiff -r1.66 -r1.67 src/bin/sh/expand.c
cvs rdiff -r1.15 -r1.16 src/bin/sh/expand.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.