Date: Sun, 3 Oct 2010 21:56:20 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh arith.y cd.c eval.c eval.h exec.c expand.c histedit.c input.c jobs.c main.c miscbltin.c mkbuiltins mkinit.c mksyntax.c mystring.c options.c options.h parser.c parser.h var.c var.h Message-ID: <201010032156.o93Lukmd020910@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-10-03 21:56:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) bin/sh arith.y cd.c eval.c eval.h exec.c expand.c histedit.c input.c jobs.c main.c miscbltin.c mkbuiltins mkinit.c mksyntax.c mystring.c options.c options.h parser.c parser.h var.c var.h Log: SVN rev 213390 on 2010-10-03 21:56:20Z by jilles MFC r201053: sh: Various warning fixes (from WARNS=6 NO_WERROR=1): - const - initializations to silence -Wuninitialized (it was safe anyway) - remove nested extern declarations - rename "index" locals to "idx" Revision Changes Path 1.22.2.3 +1 -1 src/bin/sh/arith.y 1.36.2.4 +1 -1 src/bin/sh/cd.c 1.64.2.4 +3 -4 src/bin/sh/eval.c 1.13.2.2 +1 -0 src/bin/sh/eval.h 1.34.2.4 +22 -23 src/bin/sh/exec.c 1.55.2.5 +1 -2 src/bin/sh/expand.c 1.31.2.4 +4 -4 src/bin/sh/histedit.c 1.25.2.3 +3 -3 src/bin/sh/input.c 1.72.10.3 +5 -4 src/bin/sh/jobs.c 1.31.2.5 +2 -4 src/bin/sh/main.c 1.41.2.3 +2 -2 src/bin/sh/miscbltin.c 1.16.10.2 +1 -1 src/bin/sh/mkbuiltins 1.19.2.2 +26 -26 src/bin/sh/mkinit.c 1.26.2.2 +11 -11 src/bin/sh/mksyntax.c 1.13.30.2 +1 -1 src/bin/sh/mystring.c 1.27.2.3 +3 -3 src/bin/sh/options.c 1.13.30.3 +1 -1 src/bin/sh/options.h 1.63.2.8 +5 -4 src/bin/sh/parser.c 1.12.2.3 +1 -0 src/bin/sh/parser.h 1.39.2.5 +4 -4 src/bin/sh/var.c 1.14.10.3 +0 -1 src/bin/sh/var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010032156.o93Lukmd020910>