From owner-cvs-src@FreeBSD.ORG Thu Jun 15 01:16:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BDB816A47F; Thu, 15 Jun 2006 01:16:37 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EB1043D46; Thu, 15 Jun 2006 01:16:36 +0000 (GMT) (envelope-from grog@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5F1Garn072980; Thu, 15 Jun 2006 01:16:36 GMT (envelope-from grog@repoman.freebsd.org) Received: (from grog@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5F1Ga1P072979; Thu, 15 Jun 2006 01:16:36 GMT (envelope-from grog) Message-Id: <200606150116.k5F1Ga1P072979@repoman.freebsd.org> From: Greg Lehey Date: Thu, 15 Jun 2006 01:16:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.bin/calendar day.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 01:16:37 -0000 grog 2006-06-15 01:16:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/calendar day.c Log: MFC: Don't go past the end of the month with a repetitive entry of the style "every Monday": mon * Do Foo. Previously, at the end of the month, this could cause a printout of the following nature when invoked with -A 7: 36 May* Do Foo If the entry runs into the following month, adjust month and day, wrapping round into next year where necessary. Revision Changes Path 1.21.2.1 +5 -0 src/usr.bin/calendar/day.c