Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First pass through library packaging. | gjb | 2016-02-04 | 1 | -0/+1 |
| | | | | Sponsored by: The FreeBSD Foundation | ||||
* | META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host. | bdrewery | 2015-11-25 | 1 | -1/+0 |
| | | | | | | | | This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division | ||||
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+18 |
|\ | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp | ||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| | | |||||
| * | Merge head from 7/28 | sjg | 2014-08-19 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+1 |
| | | |||||
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| | | |||||
| * | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| | | |||||
| * | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | |||||
| * | Updated/new Makefile.depend | sjg | 2012-11-08 | 1 | -0/+3 |
| | | |||||
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+15 |
| | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | | use .Mt to mark up email addresses consistently (part3) | bapt | 2014-06-23 | 1 | -1/+1 |
|/ | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> | ||||
* | 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 |