summaryrefslogtreecommitdiff
path: root/usr.bin/calendar/day.c
Commit message (Expand)AuthorAgeFilesLines
* Add two new options:Greg Lehey2002-06-131-1/+1
* Setlocale returns static buffer, don't assume it will be unchangedAndrey A. Chernov2002-03-101-4/+8
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-1/+0
* WARNS=2 fixup (mostly. Some are Hard To Fix(tm), so NO_WERROR is set)Mark Murray2001-12-021-25/+26
* Fix compilation with -DDEBUG.Dima Dorfman2001-11-041-1/+1
* Restore old locale properlyAndrey A. Chernov2001-03-211-1/+4
* Use a slightly better documented way of calculating easter andDavid Malone2001-01-021-24/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Correct a typo (22th -> 22nd)Nick Hibma1999-07-241-33/+34
* typo.Wolfram Schneider1997-10-261-2/+2
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-3/+3
* Use err(3). Abort if strdup() returns NULL.Philippe Charnier1997-06-231-9/+13
* Fix calendar so that it doesn't report strange results onMike Pritchard1997-02-021-2/+8
* Fix calendar so that you can run it like:Mike Pritchard1997-01-121-2/+9
* Localize even more.Andrey A. Chernov1996-05-101-11/+4
* Allow to configure national Easter names.Andrey A. Chernov1996-05-101-33/+39
* Localize itAndrey A. Chernov1996-05-101-2/+86
* Easter was one day to fast.Wolfram Schneider1996-04-091-3/+3
* Change calendar to report the actual date for variable day events.Mike Pritchard1996-04-061-3/+20
* - handle events that move around from year to year, i.e.,Wolfram Schneider1996-02-021-0/+370