From owner-cvs-all Tue Nov 3 07:57:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA25008 for cvs-all-outgoing; Tue, 3 Nov 1998 07:57:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA25003; Tue, 3 Nov 1998 07:57:38 -0800 (PST) (envelope-from cracauer@FreeBSD.org) From: Martin Cracauer Received: (from cracauer@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA19990; Tue, 3 Nov 1998 07:57:39 -0800 (PST) Date: Tue, 3 Nov 1998 07:57:39 -0800 (PST) Message-Id: <199811031557.HAA19990@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/sh TOUR alias.c alias.h arith.h arith.y arith_lex.l builtins.def cd.c cd.h error.c error.h eval.c eval.h exec.c exec.h expand.c expand.h histedit.c init.h input.c input.h jobs.c jobs.h machdep.h mail.c mail.h main.c main.h memalloc.c ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cracauer 1998/11/03 07:57:39 PST Modified files: (Branch: RELENG_2_2) bin/sh TOUR alias.c alias.h arith.h arith.y arith_lex.l builtins.def cd.c cd.h error.c error.h eval.c eval.h exec.c exec.h expand.c expand.h histedit.c init.h input.c input.h jobs.c jobs.h machdep.h mail.c mail.h main.c main.h memalloc.c memalloc.h miscbltin.c mkbuiltins mkinit.c mknodes.c mksyntax.c mktokens myhistedit.h mystring.c mystring.h nodes.c.pat nodetypes options.c options.h output.c output.h parser.c parser.h redir.c redir.h sh.1 shell.h show.c show.h trap.c trap.h var.c var.h Log: Merge remaining -current fixes into -stable. Obtained from: Most fixes in this diff are by Tor Egge Revision Changes Path 1.3.2.1 +1 -1 src/bin/sh/TOUR 1.4.2.2 +5 -3 src/bin/sh/alias.c 1.3.2.1 +1 -1 src/bin/sh/alias.h 1.2.2.1 +1 -1 src/bin/sh/arith.h 1.3.2.3 +4 -4 src/bin/sh/arith.y 1.5.2.3 +4 -4 src/bin/sh/arith_lex.l 1.3.2.2 +1 -1 src/bin/sh/builtins.def 1.6.2.2 +160 -19 src/bin/sh/cd.c 1.2.2.2 +4 -2 src/bin/sh/cd.h 1.5.2.4 +5 -3 src/bin/sh/error.c 1.4.2.4 +1 -1 src/bin/sh/error.h 1.7.2.5 +5 -3 src/bin/sh/eval.c 1.3.2.2 +1 -1 src/bin/sh/eval.h 1.6.2.2 +5 -3 src/bin/sh/exec.c 1.3.2.2 +1 -1 src/bin/sh/exec.h 1.11.2.6 +161 -43 src/bin/sh/expand.c 1.3.2.1 +1 -1 src/bin/sh/expand.h 1.6.2.2 +5 -3 src/bin/sh/histedit.c 1.3.2.1 +1 -1 src/bin/sh/init.h 1.6.2.2 +5 -3 src/bin/sh/input.c 1.3.2.2 +1 -1 src/bin/sh/input.h 1.8.2.7 +5 -3 src/bin/sh/jobs.c 1.3.2.5 +1 -1 src/bin/sh/jobs.h 1.3.2.1 +1 -1 src/bin/sh/machdep.h 1.3.2.2 +5 -3 src/bin/sh/mail.c 1.3.2.1 +1 -1 src/bin/sh/mail.h 1.9.2.3 +5 -3 src/bin/sh/main.c 1.3.2.1 +1 -1 src/bin/sh/main.h 1.4.2.3 +5 -3 src/bin/sh/memalloc.c 1.3.2.1 +1 -1 src/bin/sh/memalloc.h 1.8.2.4 +5 -3 src/bin/sh/miscbltin.c 1.5.2.1 +1 -1 src/bin/sh/mkbuiltins 1.6.2.2 +5 -3 src/bin/sh/mkinit.c 1.4.2.2 +5 -3 src/bin/sh/mknodes.c 1.6.2.2 +6 -3 src/bin/sh/mksyntax.c 1.3.2.1 +1 -1 src/bin/sh/mktokens 1.3.2.2 +1 -1 src/bin/sh/myhistedit.h 1.4.2.2 +5 -3 src/bin/sh/mystring.c 1.3.2.1 +1 -1 src/bin/sh/mystring.h 1.3.2.2 +1 -1 src/bin/sh/nodes.c.pat 1.3.2.1 +1 -1 src/bin/sh/nodetypes 1.8.2.3 +5 -3 src/bin/sh/options.c 1.4.2.2 +1 -1 src/bin/sh/options.h 1.4.2.2 +5 -3 src/bin/sh/output.c 1.3.2.2 +1 -1 src/bin/sh/output.h 1.16.2.2 +28 -7 src/bin/sh/parser.c 1.3.2.2 +2 -1 src/bin/sh/parser.h 1.5.2.2 +5 -3 src/bin/sh/redir.c 1.3.2.2 +1 -1 src/bin/sh/redir.h 1.9.2.12 +2 -10 src/bin/sh/sh.1 1.6.2.2 +1 -1 src/bin/sh/shell.h 1.4.2.2 +5 -3 src/bin/sh/show.c 1.2.2.2 +1 -1 src/bin/sh/show.h 1.4.2.7 +3 -5 src/bin/sh/trap.c 1.3.2.4 +1 -1 src/bin/sh/trap.h 1.6.2.2 +5 -3 src/bin/sh/var.c 1.3.2.2 +2 -1 src/bin/sh/var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message