aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/calendar/calendar.c
Commit message (Expand)AuthorAgeFilesLines
* Fix calendar -a processing of files included in the user's home directoryStefan Eßer2020-10-291-0/+1
* Add extremely useful calendar(1) application to FreeBSDConrad Meyer2020-03-031-0/+258
* Fix typo in r278616Conrad Meyer2020-03-021-258/+0
* Fix 'calendar -a' in several ways.Gleb Smirnoff2019-09-101-13/+27
* calendar: use iconv to respect the output encodingBaptiste Daroussin2019-02-201-0/+10
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* calendar(1): don't segfault in invalid inputEitan Adler2014-02-171-0/+4
* Revert revision 251648. style(9) requires an empty line here.Greg Lehey2013-06-131-0/+1
* style(9)Greg Lehey2013-06-121-1/+0
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-2/+2
* Tidy up command line processing:Greg Lehey2011-11-091-20/+23
* On request of joel@:Edwin Groothuis2010-03-301-4/+0
* 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