aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/calendar/day.c
Commit message (Expand)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-1/+1
* On request of joel@:Edwin Groothuis2010-03-301-4/+0
* Long awaited update to the calendar system:Edwin Groothuis2010-03-291-388/+24
* - Remove times.h from C programs that does not manipulate with time atXin LI2009-12-131-1/+0
* 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
* style(9)ify usr.bin/calendarEdwin Groothuis2008-08-051-127/+124
* Sort events by date.Greg Lehey2007-06-091-21/+5
* Fix various bugs in the -A and -B options.Greg Lehey2007-06-031-8/+36
* ANSIfy function definitions.David Malone2007-05-071-16/+9
* Remove break after return.Stefan Farfeleder2006-07-181-2/+0
* Correct previous commit. We don't want to suppress an entry becauseGreg Lehey2006-05-311-3/+5
* Don't go past the end of the month with a repetitive entry of theGreg Lehey2006-05-301-0/+3
* Fix -t option processing.Alexander Nedotsukov2004-12-061-4/+2
* 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