aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/calendar/calendar.c
Commit message (Expand)AuthorAgeFilesLines
* Long awaited update to the calendar system:Edwin Groothuis2010-03-291-15/+91
* - 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
* Move functions which are only locally used into their C files andEdwin Groothuis2008-08-051-1/+3
* style(9)ify usr.bin/calendarEdwin Groothuis2008-08-051-19/+18
* ANSIfy function definitions.David Malone2007-05-071-4/+2
* Fix the usage() to match style(9).Ruslan Ermilov2002-08-141-3/+4
* Add two new options:Greg Lehey2002-06-131-2/+12
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* WARNS=2 fixup (mostly. Some are Hard To Fix(tm), so NO_WERROR is set)Mark Murray2001-12-021-4/+6
* Remove redundant declaration of optind. It has been declared in unistd.hWarner Losh2001-03-011-1/+0
* List the -t option in usage().Alexander Langer2000-10-061-1/+1
* Add missing $FreeBSD$ tagsAlexey Zelkin2000-05-041-0/+2
* Don't add '?' to getopt's options.Warner Losh1999-06-241-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Initialize the group list when we switch uids when run asMike Pritchard1997-02-061-0/+1
* Localize itAndrey A. Chernov1996-05-101-5/+8
* - handle events that move around from year to year, i.e.,Wolfram Schneider1996-02-021-313/+38
* Change error diagnostic to be less confusing:Andrey A. Chernov1995-10-081-1/+1
* Remove hack inserted by me long time ago (cd $HOME for user-called case),Andrey A. Chernov1995-10-081-5/+1
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-071-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Fix for two problems:Andrey A. Chernov1994-12-311-2/+6
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+411