From owner-cvs-bin Mon Oct 28 19:13:11 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA18804 for cvs-bin-outgoing; Mon, 28 Oct 1996 19:13:11 -0800 (PST) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA18784; Mon, 28 Oct 1996 19:12:56 -0800 (PST) Date: Mon, 28 Oct 1996 19:12:56 -0800 (PST) From: Steve Price Message-Id: <199610290312.TAA18784@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/sh main.c options.c options.h sh.1 Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/10/28 19:12:54 Modified: bin/sh main.c options.c options.h sh.1 Log: Add the -p (privileged) commandline switch found in bash, zsh, and friends. Reviewed by: joerg Revision Changes Path 1.9 +6 -3 src/bin/sh/main.c 1.8 +10 -1 src/bin/sh/options.c 1.4 +4 -2 src/bin/sh/options.h 1.9 +11 -2 src/bin/sh/sh.1 From owner-cvs-bin Wed Oct 30 23:16:18 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA05367 for cvs-bin-outgoing; Wed, 30 Oct 1996 23:16:18 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA05330; Wed, 30 Oct 1996 23:16:03 -0800 (PST) Date: Wed, 30 Oct 1996 23:16:03 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199610310716.XAA05330@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/sh expand.c shell.h Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/30 23:16:01 Modified: bin/sh expand.c shell.h Log: 1) define STATIC as static and not empty 2) replace collate_range_cmp call with its code Revision Changes Path 1.11 +20 -2 src/bin/sh/expand.c 1.6 +2 -2 src/bin/sh/shell.h From owner-cvs-bin Wed Oct 30 23:23:02 1996 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA05707 for cvs-bin-outgoing; Wed, 30 Oct 1996 23:23:02 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA05681; Wed, 30 Oct 1996 23:22:50 -0800 (PST) Date: Wed, 30 Oct 1996 23:22:50 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199610310722.XAA05681@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin Subject: cvs commit: src/bin/csh glob.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/30 23:22:50 Modified: bin/csh glob.c Log: Replace collate_range_cmp call with its code Revision Changes Path 1.6 +19 -2 src/bin/csh/glob.c