aboutsummaryrefslogtreecommitdiff
path: root/lib/libcalendar
Commit message (Collapse)AuthorAgeFilesLines
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+6
| | | | Notes: svn path=/head/; revision=131504
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
| | | | Notes: svn path=/head/; revision=119893
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* Add __FBSDID's to libcalendarMatthew Dillon2001-09-302-4/+6
| | | | Notes: svn path=/head/; revision=84197
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
| | | | Notes: svn path=/head/; revision=79754
* Set WARNS=2 on libraries that compile cleanly with it.Dima Dorfman2001-07-151-2/+1
| | | | | | | Submitted by: Mike Barcroft <mike@q9media.com> Notes: svn path=/head/; revision=79752
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
| | | | Notes: svn path=/head/; revision=75670
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
| | | | Notes: svn path=/head/; revision=74870
* mdoc(7) police: fixed broken references.Ruslan Ermilov2001-01-161-3/+0
| | | | Notes: svn path=/head/; revision=71107
* Introduce .Lb macro to libcalendar manpage.Alexey Zelkin2000-04-221-0/+2
| | | | Notes: svn path=/head/; revision=59502
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-5/+10
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57686
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+1
| | | | | | | Reviewed by: marcel, and make world Notes: svn path=/head/; revision=55955
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
| | | | Notes: svn path=/head/; revision=50476
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-191-3/+3
| | | | Notes: svn path=/head/; revision=34669
* Delete "typedef ... date" (see style(9)).Wolfgang Helbig1997-12-134-43/+51
| | | | | | | | | | 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-074-25/+55
| | | | | | | | 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-045-0/+650
Notes: svn path=/cvs2svn/branches/HELBIG/; revision=31529