cvs commit: src/bin/sh alias.c cd.c exec.c exec.h expand.c input.c
jobs.c memalloc.c nodes.c.pat output.c parser.c redir.c var.c
Diomidis Spinellis
dds at FreeBSD.org
Tue Jul 22 06:11:28 PDT 2003
dds 2003/07/22 06:11:26 PDT
FreeBSD src repository
Modified files: (Branch: RELENG_4)
bin/sh alias.c cd.c exec.c exec.h expand.c
input.c jobs.c memalloc.c nodes.c.pat
output.c parser.c redir.c var.c
Log:
MFC: Changes following CScout analysis:
- Removed dead declarations
- Made objects that should have been declared as static, static.
The changes use STATIC instead of static, following the existing
convention in the rest of the code.
alias.c: 1.17
cd.c: 1.33
exec.c: 1.23
exec.h: 1.11
expand.c: 1.44
input.c: 1.20
jobs.c: 1.64
memalloc.c: 1.25
nodes.c.pat: 1.14
output.c: 1.18
parser.c: 1.49
redir.c: 1.24
var.c: 1.25
Revision Changes Path
1.12.2.3 +1 -1 src/bin/sh/alias.c
1.20.2.4 +2 -2 src/bin/sh/cd.c
1.14.2.5 +1 -1 src/bin/sh/exec.c
1.9.2.2 +0 -1 src/bin/sh/exec.h
1.31.2.6 +6 -6 src/bin/sh/expand.c
1.14.2.3 +1 -1 src/bin/sh/input.c
1.27.2.11 +4 -4 src/bin/sh/jobs.c
1.15.2.3 +3 -3 src/bin/sh/memalloc.c
1.7.2.2 +4 -4 src/bin/sh/nodes.c.pat
1.10.2.3 +1 -1 src/bin/sh/output.c
1.29.2.10 +11 -11 src/bin/sh/parser.c
1.12.2.5 +1 -1 src/bin/sh/redir.c
1.15.2.3 +4 -4 src/bin/sh/var.c
More information about the cvs-src
mailing list