Date: Mon, 13 Jun 2011 21:03:27 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh alias.c alias.h arith.h cd.c cd.h eval.h exec.h expand.c expand.h histedit.c jobs.c jobs.h main.c main.h mkbuiltins myhistedit.h options.c options.h trap.c trap.h var.c var.h src/bin/sh/bltin bltin.h Message-ID: <201106132103.p5DL3arA033952@repoman.freebsd.org>
index | next in thread | raw e-mail
jilles 2011-06-13 21:03:27 UTC
FreeBSD src repository
Modified files:
bin/sh alias.c alias.h arith.h cd.c cd.h eval.h
exec.h expand.c expand.h histedit.c
jobs.c jobs.h main.c main.h mkbuiltins
myhistedit.h options.c options.h trap.c
trap.h var.c var.h
bin/sh/bltin bltin.h
Log:
SVN rev 223060 on 2011-06-13 21:03:27Z by jilles
sh: Fix duplicate prototypes for builtins.
Have mkbuiltins write the prototypes for the *cmd functions to builtins.h
instead of builtins.c and include builtins.h in more .c files instead of
duplicating prototypes for *cmd functions in other headers.
Revision Changes Path
1.32 +1 -0 src/bin/sh/alias.c
1.11 +0 -2 src/bin/sh/alias.h
1.15 +0 -1 src/bin/sh/arith.h
1.19 +1 -3 src/bin/sh/bltin/bltin.h
1.49 +1 -0 src/bin/sh/cd.c
1.9 +0 -2 src/bin/sh/cd.h
1.15 +0 -9 src/bin/sh/eval.h
1.23 +0 -2 src/bin/sh/exec.h
1.90 +1 -0 src/bin/sh/expand.c
1.17 +0 -1 src/bin/sh/expand.h
1.43 +1 -0 src/bin/sh/histedit.c
1.95 +1 -0 src/bin/sh/jobs.c
1.21 +0 -5 src/bin/sh/jobs.h
1.52 +1 -0 src/bin/sh/main.c
1.11 +0 -2 src/bin/sh/main.h
1.18 +4 -4 src/bin/sh/mkbuiltins
1.13 +0 -2 src/bin/sh/myhistedit.h
1.37 +1 -0 src/bin/sh/options.c
1.16 +0 -3 src/bin/sh/options.h
1.46 +1 -0 src/bin/sh/trap.c
1.16 +0 -1 src/bin/sh/trap.h
1.62 +1 -0 src/bin/sh/var.c
1.24 +0 -4 src/bin/sh/var.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106132103.p5DL3arA033952>
