Date: Sat, 6 Mar 2010 16:57:53 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh eval.c exec.c exec.h sh.1 src/tools/regression/bin/sh/builtins command8.0 var-assign2.0 src/tools/regression/bin/sh/errors redirection-error3.0 Message-ID: <201003061701.o26H1gI9010048@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-03-06 16:57:53 UTC FreeBSD src repository Modified files: bin/sh eval.c exec.c exec.h sh.1 Added files: tools/regression/bin/sh/builtins command8.0 var-assign2.0 tools/regression/bin/sh/errors redirection-error3.0 Log: SVN rev 204800 on 2010-03-06 16:57:53Z by jilles sh: Improve the command builtin: * avoid unnecessary fork * allow executing builtins via command * executing a special builtin via command removes its special properties Obtained from: NetBSD (parts) Revision Changes Path 1.76 +63 -32 src/bin/sh/eval.c 1.43 +17 -7 src/bin/sh/exec.c 1.20 +4 -0 src/bin/sh/exec.h 1.136 +6 -4 src/bin/sh/sh.1 1.1 +45 -0 src/tools/regression/bin/sh/builtins/command8.0 (new) 1.1 +55 -0 src/tools/regression/bin/sh/builtins/var-assign2.0 (new) 1.1 +54 -0 src/tools/regression/bin/sh/errors/redirection-error3.0 (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003061701.o26H1gI9010048>