aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ncal
Commit message (Expand)AuthorAgeFilesLines
* o Use ISO 3166 county code for Sweden.Maxim Konovalov2012-02-221-1/+1
* Fix typo in order of markup and text.Edwin Groothuis2011-07-111-1/+1
* ncal(1) highlights the current date (or a date provided via parameter)Edwin Groothuis2011-07-112-1/+4
* Use basename(3) to determine the name of the program.Edwin Groothuis2010-08-301-3/+2
* Replace -b with -C and -B (as proposed by Alexander).Edwin Groothuis2010-03-212-9/+23
* - With the introduction of -A, -B and -3, not all combinations ofEdwin Groothuis2010-03-122-86/+188
* - Fix the highlighting for non-terminals when the last week is notEdwin Groothuis2010-03-092-10/+22
* - document the -3, -A and -B properly in Synopsis.Edwin Groothuis2010-03-072-59/+106
* Remove no-op of WARNS?=Edwin Groothuis2010-03-041-1/+0
* - Implement -3 option (show previous, this and next month) option.Edwin Groothuis2010-03-043-206/+266
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Since the width is always 2, it is enough to put just oneHajimu UMEMOTO2009-06-181-2/+2
* Fix column width of weekday names for multibyte locales.Hajimu UMEMOTO2009-06-171-9/+18
* Mention -h in usage() and manpage. Rename term_{r,e} to term_{so,se}.Roman Divacky2009-05-022-25/+27
* Fixed multi-byte character support to actually work.Ruslan Ermilov2009-04-301-6/+6
* Fixed missing dependency.Ruslan Ermilov2009-04-301-1/+1
* Couple of changes based on feedbackRoman Divacky2009-04-211-4/+7
* Implement highlighting of today in month view of cal/ncal just likeRoman Divacky2009-04-202-14/+82
* Multibyte character support for cal(1).David Schultz2009-03-142-38/+52
* Implement a new feature for the "-m" option: if the month number isGarrett Wollman2008-12-222-21/+45
* Document incorrect handling of multibyte characters.Tim J. Robbins2005-10-231-1/+5
* Remove unnecessary SRCS= where could be guessed directly by ourXin LI2005-01-271-1/+0
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-1/+1
* Use ?= with WARNS.Garrett Wollman2004-11-301-1/+1
* Add a `-m month' flag to provide a more convenient interface forGarrett Wollman2004-11-233-28/+45
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* Teach ncal(1) about month names specified on the command line.Peter Pentchev2002-10-022-3/+24
* Correct History: cal(1) appeared in V5, not V6.Tim J. Robbins2002-06-031-1/+1
* Easy warns fixes; constify.Mark Murray2002-04-281-3/+3
* Style; line up columns, space things out more consistently.Mark Murray2002-04-281-6/+7
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* Remove gcc specific compiler flags, at least one of which doesn't work withJohn Baldwin2002-01-081-2/+0
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Handle ASCII and US-ASCII aliasesAndrey A. Chernov2001-06-101-1/+3
* Remove "SU" - not valid country codeAndrey A. Chernov2001-06-101-2/+3
* Properly deal with one char weekdaysAndrey A. Chernov2001-03-221-4/+8
* Uppercase first month letterAndrey A. Chernov2001-03-221-1/+6
* Use nl_langinfo instead of %EFAndrey A. Chernov2001-03-211-1/+5
* mdoc(7) police: fixed broken references.Ruslan Ermilov2001-01-161-1/+0
* mdoc(7) police: fix the weird construct.Ruslan Ermilov2001-01-151-2/+8
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Use %EF instead of hardcoded order for each countryAndrey A. Chernov1999-11-301-41/+37
* use %OB for months namesAndrey A. Chernov1999-09-121-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-2/+3
* Due to the switch form Julian to Gregorian calender,Wolfgang Helbig1999-03-271-9/+14
* fix ncal.1 grammarPoul-Henning Kamp1998-04-261-5/+6
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-3/+3