Date: Sat, 2 Oct 2010 20:39:45 +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 arith.y cd.c exec.c exec.h expand.c expand.h histedit.c input.c input.h mail.c main.c main.h memalloc.c memalloc.h myhistedit.h options.c options.h output.c output.h parser.c parser.h show.c show.h var.c var.h Message-ID: <201010022040.o92Ke2Zd002227@repoman.freebsd.org>
index | next in thread | raw e-mail
jilles 2010-10-02 20:39:45 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
bin/sh alias.c alias.h arith.h arith.y cd.c
exec.c exec.h expand.c expand.h
histedit.c input.c input.h mail.c main.c
main.h memalloc.c memalloc.h myhistedit.h
options.c options.h output.c output.h
parser.c parser.h show.c show.h var.c
var.h
Log:
SVN rev 213366 on 2010-10-02 20:39:45Z by jilles
MFC r200956: sh: Constify various strings.
Most of this is adding const keywords, but setvar() in var.c had to be
changed somewhat more.
Revision Changes Path
1.25.2.2 +3 -3 src/bin/sh/alias.c
1.8.30.2 +1 -1 src/bin/sh/alias.h
1.12.2.2 +2 -2 src/bin/sh/arith.h
1.22.2.2 +4 -4 src/bin/sh/arith.y
1.36.2.3 +1 -1 src/bin/sh/cd.c
1.34.2.3 +17 -15 src/bin/sh/exec.c
1.15.10.3 +8 -8 src/bin/sh/exec.h
1.55.2.4 +6 -6 src/bin/sh/expand.c
1.12.30.2 +2 -2 src/bin/sh/expand.h
1.31.2.3 +3 -3 src/bin/sh/histedit.c
1.25.2.2 +1 -1 src/bin/sh/input.c
1.10.2.2 +1 -1 src/bin/sh/input.h
1.14.10.2 +1 -1 src/bin/sh/mail.c
1.31.2.4 +2 -2 src/bin/sh/main.c
1.8.30.2 +1 -1 src/bin/sh/main.h
1.28.2.2 +1 -1 src/bin/sh/memalloc.c
1.11.2.2 +1 -1 src/bin/sh/memalloc.h
1.10.30.2 +2 -2 src/bin/sh/myhistedit.h
1.27.2.2 +3 -2 src/bin/sh/options.c
1.13.30.2 +1 -1 src/bin/sh/options.h
1.21.2.2 +1 -1 src/bin/sh/output.c
1.13.30.2 +1 -1 src/bin/sh/output.h
1.63.2.7 +2 -2 src/bin/sh/parser.c
1.12.2.2 +1 -1 src/bin/sh/parser.h
1.23.10.2 +1 -1 src/bin/sh/show.c
1.11.30.2 +1 -1 src/bin/sh/show.h
1.39.2.4 +19 -20 src/bin/sh/var.c
1.14.10.2 +5 -5 src/bin/sh/var.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010022040.o92Ke2Zd002227>
