aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ncal/ncal.c
Commit message (Expand)AuthorAgeFilesLines
* Teach ncal(1) about month names specified on the command line.Peter Pentchev2002-10-021-2/+22
* Easy warns fixes; constify.Mark Murray2002-04-281-3/+3
* 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
* 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-281-1/+1
* 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
* Handle option -j correctly.Wolfgang Helbig1998-01-151-3/+3
* Sync usage and synopsis. Add rcsid.Philippe Charnier1998-01-071-8/+12
* 1. Don't be confused if the first day of a month is dropped due toWolfgang Helbig1998-01-061-27/+39
* Use locale to guess the switch date.Wolfgang Helbig1998-01-031-40/+78
* Ensure 2 letter abbreviations of weekdays (even if LANG=CWolfgang Helbig1997-12-311-3/+5
* Add new command ncal.Wolfgang Helbig1997-12-151-0/+776