aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/calendar/io.c
Commit message (Expand)AuthorAgeFilesLines
* - calendar uses cpp internally, this diff removes this usage andDiane Bruce2013-09-191-56/+30
* Handle some expression regressions.Greg Lehey2013-06-121-1/+1
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-3/+3
* Tidy up command line processing:Greg Lehey2011-11-091-1/+2
* Pass correct size to write(2).Jaakko Heinonen2011-06-061-1/+1
* Fix memory-leak at the processing of multiple calendars.Edwin Groothuis2010-06-051-1/+4
* Properly check the return value of chdir, even if it is a "thisEdwin Groothuis2010-06-051-1/+2
* While I am here, add more missing (unsigned char) casts to ctype() macrosAndrey A. Chernov2010-05-061-1/+1
* Fix recent space skipping:Andrey A. Chernov2010-05-061-2/+2
* On request of joel@:Edwin Groothuis2010-03-301-4/+0
* Long awaited update to the calendar system:Edwin Groothuis2010-03-291-263/+105
* rewind(3) is already declared to return 'void', so no need for an explicit castRalf S. Engelschall2009-12-171-1/+1
* Move functions which are only locally used into their C files andEdwin Groothuis2008-08-051-3/+20
* style(9)ify usr.bin/calendarEdwin Groothuis2008-08-051-55/+92
* style(9)Greg Lehey2007-12-301-1/+1
* If we can't open a calendar file, don't guess why. Check the errorGreg Lehey2007-12-301-1/+2
* Never use getenv("HOME") without checking for NULL and non-zeroKevin Lo2007-10-301-1/+4
* Sort events by date.Greg Lehey2007-06-091-10/+99
* ANSIfy function definitions.David Malone2007-05-071-7/+4
* Search the include path for the argument to -f, to make lives easier forJuli Mallett2002-07-281-6/+13
* 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-18/+20
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-2/+2
* Don't attempt to parse %c, use nl_langinfo insteadAndrey A. Chernov2001-03-211-5/+10
* MAXPATHLEN includes the trailing NUL character, so there's no need to add 1Warner Losh2001-03-011-1/+1
* Adapt to the new `ccp' now that the traditional-behaving /usr/bin/cppDavid E. O'Brien2000-01-101-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Missed one in the previous commit.Dag-Erling Smørgrav1998-10-131-3/+3
* Use err(3). Abort if strdup() returns NULL.Philippe Charnier1997-06-231-13/+14
* Don't call sendmail with "-f root" when run with "-a". ThisMike Pritchard1997-02-161-1/+1
* Fix a couple of typos.Mike Pritchard1997-02-111-4/+4
* Really fix calendar to drop all permissions whenMike Pritchard1997-02-091-4/+28
* Initialize the group list when we switch uids when run asMike Pritchard1997-02-061-0/+4
* Localize even more.Andrey A. Chernov1996-05-101-3/+17
* Allow to configure national Easter names.Andrey A. Chernov1996-05-101-0/+16
* Localize itAndrey A. Chernov1996-05-101-16/+31
* Change calendar to report the actual date for variable day events.Mike Pritchard1996-04-061-4/+15
* - handle events that move around from year to year, i.e.,Wolfram Schneider1996-02-021-0/+271