From owner-cvs-all Thu Jun 13 14:25:46 2002 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 EA10437B40B; Thu, 13 Jun 2002 14:25:41 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5DLKuE90676; Thu, 13 Jun 2002 14:20:56 -0700 (PDT) (envelope-from grog) Message-Id: <200206132120.g5DLKuE90676@freefall.freebsd.org> From: Greg Lehey Date: Thu, 13 Jun 2002 14:20:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/calendar calendar.1 calendar.c calendar.h day.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/06/13 14:20:56 PDT Modified files: usr.bin/calendar calendar.1 calendar.c calendar.h day.c Log: Add two new options: -W is like -A (number of days in the future to consider, but also specifies that we don't want special treatment at weekends. -F changes our notion of "Friday" (the day before the weekend). Arguably, calendar(1) is broken to have special treatment of weekends by default, but this method maintains POLA. Revision Changes Path 1.28 +10 -1 src/usr.bin/calendar/calendar.1 1.17 +12 -2 src/usr.bin/calendar/calendar.c 1.9 +1 -0 src/usr.bin/calendar/calendar.h 1.20 +1 -1 src/usr.bin/calendar/day.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message