Date: Thu, 26 Dec 2002 06:34:18 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen Makefile.inc wordexp.3 wordexp.c Message-ID: <200212261434.gBQEYIf3060371@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212261434.gBQEYIf3060371>