From owner-cvs-src-old@FreeBSD.ORG Sat Oct 2 20:40:02 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EAEF1065693 for ; Sat, 2 Oct 2010 20:40:02 +0000 (UTC) (envelope-from jilles@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F94E8FC13 for ; Sat, 2 Oct 2010 20:40:02 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o92Ke2ke002228 for ; Sat, 2 Oct 2010 20:40:02 GMT (envelope-from jilles@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o92Ke2Zd002227 for cvs-src-old@freebsd.org; Sat, 2 Oct 2010 20:40:02 GMT (envelope-from jilles@repoman.freebsd.org) Message-Id: <201010022040.o92Ke2Zd002227@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jilles@repoman.freebsd.org using -f From: Jilles Tjoelker Date: Sat, 2 Oct 2010 20:39:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 20:40:02 -0000 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