From owner-cvs-all Thu Dec 26 6:28:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 122D737B401; Thu, 26 Dec 2002 06:28:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B27E143EC5; Thu, 26 Dec 2002 06:28:54 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBQESsfh056879; Thu, 26 Dec 2002 06:28:54 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBQESs5U056878; Thu, 26 Dec 2002 06:28:54 -0800 (PST) Message-Id: <200212261428.gBQESs5U056878@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 26 Dec 2002 06:28:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh builtins.def expand.c expand.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/12/26 06:28:54 PST Modified files: bin/sh builtins.def expand.c expand.h Log: Add the "wordexp" shell built-in command which will be used to implement the POSIX wordexp() function. Revision Changes Path 1.13 +1 -0 src/bin/sh/builtins.def 1.40 +22 -0 src/bin/sh/expand.c 1.11 +1 -0 src/bin/sh/expand.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message