From owner-cvs-bin Sun Sep 14 06:12:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA09453 for cvs-bin-outgoing; Sun, 14 Sep 1997 06:12:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA09290; Sun, 14 Sep 1997 06:11:04 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA22074; Sun, 14 Sep 1997 06:07:43 -0700 (PDT) Date: Sun, 14 Sep 1997 06:07:43 -0700 (PDT) Message-Id: <199709141307.GAA22074@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/chmod chmod.c src/bin/date Makefile date.1 date.c netdate.c src/bin/pax ar_io.c ar_subs.c buf_subs.c cache.c cpio.c extern.h file_subs.c ftree.c options.c pat_rep.c pax.c sel_subs.c tables.c tar.c tty_subs.c src/bin/sh sh.1 Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/09/14 06:07:43 PDT Modified files: (Branch: RELENG_2_2) bin/chmod chmod.c bin/date Makefile date.1 date.c netdate.c bin/pax ar_io.c ar_subs.c buf_subs.c cache.c cpio.c extern.h file_subs.c ftree.c options.c pat_rep.c pax.c sel_subs.c tables.c tar.c tty_subs.c bin/sh sh.1 Log: MFC: doc fixes, update date command (required strptime(3) from libc), bug fixes. Revision Changes Path 1.5.2.2 +3 -3 src/bin/chmod/chmod.c 1.2.8.1 +3 -2 src/bin/date/Makefile 1.8.2.4 +83 -4 src/bin/date/date.1 1.7.2.3 +102 -65 src/bin/date/date.c 1.3.6.2 +3 -3 src/bin/date/netdate.c 1.4.2.2 +38 -38 src/bin/pax/ar_io.c 1.4.2.2 +15 -15 src/bin/pax/ar_subs.c 1.4.2.2 +23 -23 src/bin/pax/buf_subs.c 1.3.2.3 +5 -5 src/bin/pax/cache.c 1.4.2.2 +19 -19 src/bin/pax/cpio.c 1.2.8.1 +3 -3 src/bin/pax/extern.h 1.4.2.2 +29 -29 src/bin/pax/file_subs.c 1.4.2.2 +14 -14 src/bin/pax/ftree.c 1.4.2.2 +15 -15 src/bin/pax/options.c 1.5.2.3 +15 -15 src/bin/pax/pat_rep.c 1.5.2.2 +5 -5 src/bin/pax/pax.c 1.3.2.2 +15 -15 src/bin/pax/sel_subs.c 1.4.2.3 +24 -24 src/bin/pax/tables.c 1.4.2.2 +17 -17 src/bin/pax/tar.c 1.3.2.2 +10 -10 src/bin/pax/tty_subs.c 1.9.2.4 +6 -1 src/bin/sh/sh.1