From owner-cvs-all Thu Dec 26 6:34:20 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 4BB0637B401; Thu, 26 Dec 2002 06:34:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA6CF43EA9; Thu, 26 Dec 2002 06:34:18 -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 gBQEYIfh060372; Thu, 26 Dec 2002 06:34:18 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBQEYIf3060371; Thu, 26 Dec 2002 06:34:18 -0800 (PST) Message-Id: <200212261434.gBQEYIf3060371@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 26 Dec 2002 06:34:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen Makefile.inc wordexp.3 wordexp.c 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:34:18 PST Modified files: lib/libc/gen Makefile.inc Added files: lib/libc/gen wordexp.3 wordexp.c Log: Add an implementation of the POSIX wordexp() and wordfree() functions, which perform shell-style word expansion on strings. This is still a little rough around the edges. PR: 13420 Revision Changes Path 1.99 +3 -2 src/lib/libc/gen/Makefile.inc 1.1 +207 -0 src/lib/libc/gen/wordexp.3 (new) 1.1 +308 -0 src/lib/libc/gen/wordexp.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message