From owner-cvs-usrbin Fri Apr 5 17:15:58 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA26584 for cvs-usrbin-outgoing; Fri, 5 Apr 1996 17:15:58 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA26503 Fri, 5 Apr 1996 17:15:24 -0800 (PST) Date: Fri, 5 Apr 1996 17:15:24 -0800 (PST) From: Mike Pritchard Message-Id: <199604060115.RAA26503@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/calendar/calendars calendar.christian calendar.holiday calendar.usholiday src/usr.bin/calendar calendar.h day.c io.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/04/05 17:15:23 Modified: usr.bin/calendar calendar.h day.c io.c usr.bin/calendar/calendars calendar.christian calendar.holiday calendar.usholiday Log: Change calendar to report the actual date for variable day events. E.g. for Easter, and entries like "04/SunFirst" calendar will now report: 04/05* Good Friday (2 days before easter) 04/07* First Sunday... instead of: Easter-2 Good Friday... 04/SunFirst First Sunday... I also modified the calendar files to use the variable day format for a lot of events so that they will be reported correctly. E.g. U.S. daylight savings time is now listed as: 04/SunFirst Daylight savings time... There are still a lot of wrong dates in there for some events that move from year to year, but I don't have a good calendar handy right now that I can use for reference. Revision Changes Path 1.2 +1 -1 src/usr.bin/calendar/calendar.h 1.2 +20 -3 src/usr.bin/calendar/day.c 1.2 +15 -4 src/usr.bin/calendar/io.c 1.4 +2 -2 src/usr.bin/calendar/calendars/calendar.christian 1.4 +12 -14 src/usr.bin/calendar/calendars/calendar.holiday 1.4 +13 -13 src/usr.bin/calendar/calendars/calendar.usholiday