Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 1996 17:15:24 -0800 (PST)
From:      Mike Pritchard <mpp>
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
Message-ID:  <199604060115.RAA26503@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



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