Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2006 01:16:36 +0000 (UTC)
From:      Greg Lehey <grog@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/calendar day.c
Message-ID:  <200606150116.k5F1Ga1P072979@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606150116.k5F1Ga1P072979>