From owner-cvs-all Wed Sep 6 1:38:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3655537B422; Wed, 6 Sep 2000 01:38:46 -0700 (PDT) Received: (from cracauer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA67001; Wed, 6 Sep 2000 01:38:46 -0700 (PDT) (envelope-from cracauer@FreeBSD.org) Message-Id: <200009060838.BAA67001@freefall.freebsd.org> From: Martin Cracauer Date: Wed, 6 Sep 2000 01:38:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh exec.c main.c memalloc.c memalloc.h parser.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cracauer 2000/09/06 01:38:46 PDT Modified files: (Branch: RELENG_4) bin/sh exec.c main.c memalloc.c memalloc.h parser.c Log: Merge various fixes that had their test time in -current: - stack fixes (from tegge) - backout of parts of my 8-bit fixes - type for absolute paths Revision Changes Path 1.14.2.1 +17 -10 src/bin/sh/exec.c 1.18.2.2 +3 -2 src/bin/sh/main.c 1.15.2.1 +20 -1 src/bin/sh/memalloc.c 1.6.2.1 +2 -1 src/bin/sh/memalloc.h 1.29.2.2 +2 -5 src/bin/sh/parser.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message