Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build lib/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
| | | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway. | ||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -4/+6 |
| | |||||
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | Add __FBSDID's to libcalendar | dillon | 2001-09-30 | 2 | -4/+6 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -3/+3 |
| | |||||
* | Set WARNS=2 on libraries that compile cleanly with it. | dd | 2001-07-15 | 1 | -2/+1 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 1 | -1/+1 |
| | |||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: fixed broken references. | ru | 2001-01-16 | 1 | -3/+0 |
| | |||||
* | Introduce .Lb macro to libcalendar manpage. | phantom | 2000-04-22 | 1 | -0/+2 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 1 | -5/+10 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Replace beforeinstall target with new variables used by .mk system. | rgrimes | 2000-01-14 | 1 | -4/+1 |
| | | | | Reviewed by: marcel, and make world | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 5 | -5/+5 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq | charnier | 1998-03-19 | 1 | -3/+3 |
| | |||||
* | Delete "typedef ... date" (see style(9)). | helbig | 1997-12-13 | 4 | -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. | ||||
* | Added easterog() and easteroj() which compute orthodox easter for | helbig | 1997-12-07 | 4 | -25/+55 |
| | | | | | Gregorian and Julian Calendar. Suggested by: Andrey | ||||
* | Provides date of easter and other calendar related arithmetic. | helbig | 1997-12-04 | 5 | -0/+650 |