Date: Wed, 13 Oct 2010 22:18:03 +0000 (UTC) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh Makefile alias.c cd.c error.c eval.c exec.c expand.c histedit.c input.c jobs.c main.c memalloc.c nodes.c.pat options.c output.c parser.c redir.c shell.h show.c trap.c var.c Message-ID: <201010132218.o9DMIHCa039052@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2010-10-13 22:18:03 UTC FreeBSD src repository Modified files: bin/sh Makefile alias.c cd.c error.c eval.c exec.c expand.c histedit.c input.c jobs.c main.c memalloc.c nodes.c.pat options.c output.c parser.c redir.c shell.h show.c trap.c var.c Log: SVN rev 213811 on 2010-10-13 22:18:03Z by obrien In the spirit of r90111, depend on c89 and remove the "STATIC" macro and its usage. Revision Changes Path 1.52 +1 -1 src/bin/sh/Makefile 1.28 +9 -9 src/bin/sh/alias.c 1.42 +16 -16 src/bin/sh/cd.c 1.32 +2 -2 src/bin/sh/error.c 1.89 +18 -18 src/bin/sh/eval.c 1.45 +8 -8 src/bin/sh/exec.c 1.71 +34 -34 src/bin/sh/expand.c 1.38 +2 -2 src/bin/sh/histedit.c 1.31 +4 -4 src/bin/sh/input.c 1.81 +25 -25 src/bin/sh/jobs.c 1.41 +4 -4 src/bin/sh/main.c 1.31 +1 -1 src/bin/sh/memalloc.c 1.18 +14 -14 src/bin/sh/nodes.c.pat 1.31 +8 -8 src/bin/sh/options.c 1.25 +2 -2 src/bin/sh/output.c 1.88 +42 -42 src/bin/sh/parser.c 1.31 +4 -4 src/bin/sh/redir.c 1.21 +0 -9 src/bin/sh/shell.h 1.27 +10 -10 src/bin/sh/show.c 1.38 +4 -4 src/bin/sh/trap.c 1.50 +8 -8 src/bin/sh/var.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010132218.o9DMIHCa039052>