| Commit message (Expand) | Author | Age | Files | Lines |
* | More -Wmissing-variable-declarations fixes. | ed | 2012-10-19 | 1 | -85/+87 |
* | o Use ISO 3166 county code for Sweden. | maxim | 2012-02-22 | 1 | -1/+1 |
* | Fix typo in order of markup and text. | edwin | 2011-07-11 | 1 | -1/+1 |
* | ncal(1) highlights the current date (or a date provided via parameter) | edwin | 2011-07-11 | 2 | -1/+4 |
* | Use basename(3) to determine the name of the program. | edwin | 2010-08-30 | 1 | -3/+2 |
* | Replace -b with -C and -B (as proposed by Alexander). | edwin | 2010-03-21 | 2 | -9/+23 |
* | - With the introduction of -A, -B and -3, not all combinations of | edwin | 2010-03-12 | 2 | -86/+188 |
* | - Fix the highlighting for non-terminals when the last week is not | edwin | 2010-03-09 | 2 | -10/+22 |
* | - document the -3, -A and -B properly in Synopsis. | edwin | 2010-03-07 | 2 | -59/+106 |
* | Remove no-op of WARNS?= | edwin | 2010-03-04 | 1 | -1/+0 |
* | - Implement -3 option (show previous, this and next month) option. | edwin | 2010-03-04 | 3 | -206/+266 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+1 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -1/+0 |
* | Since the width is always 2, it is enough to put just one | ume | 2009-06-18 | 1 | -2/+2 |
* | Fix column width of weekday names for multibyte locales. | ume | 2009-06-17 | 1 | -9/+18 |
* | Mention -h in usage() and manpage. Rename term_{r,e} to term_{so,se}. | rdivacky | 2009-05-02 | 2 | -25/+27 |
* | Fixed multi-byte character support to actually work. | ru | 2009-04-30 | 1 | -6/+6 |
* | Fixed missing dependency. | ru | 2009-04-30 | 1 | -1/+1 |
* | Couple of changes based on feedback | rdivacky | 2009-04-21 | 1 | -4/+7 |
* | Implement highlighting of today in month view of cal/ncal just like | rdivacky | 2009-04-20 | 2 | -14/+82 |
* | Multibyte character support for cal(1). | das | 2009-03-14 | 2 | -38/+52 |
* | Implement a new feature for the "-m" option: if the month number is | wollman | 2008-12-22 | 2 | -21/+45 |
* | Document incorrect handling of multibyte characters. | tjr | 2005-10-23 | 1 | -1/+5 |
* | Remove unnecessary SRCS= where could be guessed directly by our | delphij | 2005-01-27 | 1 | -1/+0 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 1 | -1/+1 |
* | Use ?= with WARNS. | wollman | 2004-11-30 | 1 | -1/+1 |
* | Add a `-m month' flag to provide a more convenient interface for | wollman | 2004-11-23 | 3 | -28/+45 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | ru | 2004-02-05 | 1 | -2/+2 |
* | Teach ncal(1) about month names specified on the command line. | roam | 2002-10-02 | 2 | -3/+24 |
* | Correct History: cal(1) appeared in V5, not V6. | tjr | 2002-06-03 | 1 | -1/+1 |
* | Easy warns fixes; constify. | markm | 2002-04-28 | 1 | -3/+3 |
* | Style; line up columns, space things out more consistently. | markm | 2002-04-28 | 1 | -6/+7 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -2/+3 |
* | Remove gcc specific compiler flags, at least one of which doesn't work with | jhb | 2002-01-08 | 1 | -2/+0 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
* | Handle ASCII and US-ASCII aliases | ache | 2001-06-10 | 1 | -1/+3 |
* | Remove "SU" - not valid country code | ache | 2001-06-10 | 1 | -2/+3 |
* | Properly deal with one char weekdays | ache | 2001-03-22 | 1 | -4/+8 |
* | Uppercase first month letter | ache | 2001-03-22 | 1 | -1/+6 |
* | Use nl_langinfo instead of %EF | ache | 2001-03-21 | 1 | -1/+5 |
* | mdoc(7) police: fixed broken references. | ru | 2001-01-16 | 1 | -1/+0 |
* | mdoc(7) police: fix the weird construct. | ru | 2001-01-15 | 1 | -2/+8 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
* | Use %EF instead of hardcoded order for each country | ache | 1999-11-30 | 1 | -41/+37 |
* | use %OB for months names | ache | 1999-09-12 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Clean up some ambiguous nested if/elses. | billf | 1999-07-04 | 1 | -2/+3 |
* | Due to the switch form Julian to Gregorian calender, | helbig | 1999-03-27 | 1 | -9/+14 |
* | fix ncal.1 grammar | phk | 1998-04-26 | 1 | -5/+6 |