From owner-cvs-bin Sun Oct 8 22:12:32 1995 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA24257 for cvs-bin-outgoing; Sun, 8 Oct 1995 22:12:32 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA24241 ; Sun, 8 Oct 1995 22:12:23 -0700 Date: Sun, 8 Oct 1995 22:12:23 -0700 From: David Greenman Message-Id: <199510090512.WAA24241@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/mv mv.c Sender: owner-cvs-bin@FreeBSD.org Precedence: bulk davidg 95/10/08 22:12:22 Branch: bin/mv RELENG_2_1_0 Modified: bin/mv mv.c Log: Brought in changes from rev 1.3: Handle trailing slashes in source filenames correctly. From owner-cvs-bin Mon Oct 9 10:56:55 1995 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA17445 for cvs-bin-outgoing; Mon, 9 Oct 1995 10:56:55 -0700 Received: (from joerg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA17410 ; Mon, 9 Oct 1995 10:56:36 -0700 Date: Mon, 9 Oct 1995 10:56:36 -0700 From: Joerg Wunsch Message-Id: <199510091756.KAA17410@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/sh options.c Sender: owner-cvs-bin@FreeBSD.org Precedence: bulk joerg 95/10/09 10:56:35 Modified: bin/sh options.c Log: Fix my breakage of the $0 handling during $ENV processing. Since the broken version went into 2.1, this fix should, too. From owner-cvs-bin Mon Oct 9 18:04:44 1995 Return-Path: owner-cvs-bin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA00427 for cvs-bin-outgoing; Mon, 9 Oct 1995 18:04:44 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA00418 ; Mon, 9 Oct 1995 18:04:40 -0700 Date: Mon, 9 Oct 1995 18:04:40 -0700 From: David Greenman Message-Id: <199510100104.SAA00418@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/sh options.c Sender: owner-cvs-bin@FreeBSD.org Precedence: bulk davidg 95/10/09 18:04:39 Branch: bin/sh RELENG_2_1_0 Modified: bin/sh options.c Log: Brought in change from rev 1.6: bugfix for the bugfix.