aboutsummaryrefslogtreecommitdiff
path: root/lib/libcalendar/easter.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Delete "typedef ... date" (see style(9)).Wolfgang Helbig1997-12-131-1/+3
| | | | | | | | | | In the man page Use ".Pp" instead of blank lines, adopt English and stress that the Julian->Gregorian switch took place at different dates in different countries. Suggested by: Garrett. Notes: svn path=/head/; revision=31698
* Added easterog() and easteroj() which compute orthodox easter forWolfgang Helbig1997-12-071-14/+30
| | | | | | | | Gregorian and Julian Calendar. Suggested by: Andrey Notes: svn path=/head/; revision=31611
* Provides date of easter and other calendar related arithmetic.Wolfgang Helbig1997-12-041-0/+82
Notes: svn path=/cvs2svn/branches/HELBIG/; revision=31529