Date: Sun, 14 Sep 1997 06:07:43 -0700 (PDT) From: "Jordan K. Hubbard" <jkh@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 Message-ID: <199709141307.GAA22074@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709141307.GAA22074>