summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar/io.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r279597 (and 259152,259219 as dependency)bapt2015-07-081-51/+218
* - calendar uses cpp internally, this diff removes this usage anddb2013-09-191-56/+30
* Handle some expression regressions.grog2013-06-121-1/+1
* More -Wmissing-variable-declarations fixes.ed2012-10-191-3/+3
* Tidy up command line processing:grog2011-11-091-1/+2
* Pass correct size to write(2).jh2011-06-061-1/+1
* Fix memory-leak at the processing of multiple calendars.edwin2010-06-051-1/+4
* Properly check the return value of chdir, even if it is a "thisedwin2010-06-051-1/+2
* While I am here, add more missing (unsigned char) casts to ctype() macrosache2010-05-061-1/+1
* Fix recent space skipping:ache2010-05-061-2/+2
* On request of joel@:edwin2010-03-301-4/+0
* Long awaited update to the calendar system:edwin2010-03-291-263/+105
* rewind(3) is already declared to return 'void', so no need for an explicit castrse2009-12-171-1/+1
* Move functions which are only locally used into their C files andedwin2008-08-051-3/+20
* style(9)ify usr.bin/calendaredwin2008-08-051-55/+92
* style(9)grog2007-12-301-1/+1
* If we can't open a calendar file, don't guess why. Check the errorgrog2007-12-301-1/+2
* Never use getenv("HOME") without checking for NULL and non-zerokevlo2007-10-301-1/+4
* Sort events by date.grog2007-06-091-10/+99
* ANSIfy function definitions.dwmalone2007-05-071-7/+4
* Search the include path for the argument to -f, to make lives easier forjmallett2002-07-281-6/+13
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
* WARNS=2 fixup (mostly. Some are Hard To Fix(tm), so NO_WERROR is set)markm2001-12-021-18/+20
* Fix the type of the NULL arg to execl()brian2001-07-091-2/+2
* Don't attempt to parse %c, use nl_langinfo insteadache2001-03-211-5/+10
* MAXPATHLEN includes the trailing NUL character, so there's no need to add 1imp2001-03-011-1/+1
* Adapt to the new `ccp' now that the traditional-behaving /usr/bin/cppobrien2000-01-101-1/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Missed one in the previous commit.des1998-10-131-3/+3
* Use err(3). Abort if strdup() returns NULL.charnier1997-06-231-13/+14
* Don't call sendmail with "-f root" when run with "-a". Thismpp1997-02-161-1/+1
* Fix a couple of typos.mpp1997-02-111-4/+4
* Really fix calendar to drop all permissions whenmpp1997-02-091-4/+28
* Initialize the group list when we switch uids when run asmpp1997-02-061-0/+4
* Localize even more.ache1996-05-101-3/+17
* Allow to configure national Easter names.ache1996-05-101-0/+16
* Localize itache1996-05-101-16/+31
* Change calendar to report the actual date for variable day events.mpp1996-04-061-4/+15
* - handle events that move around from year to year, i.e.,wosch1996-02-021-0/+271
OpenPOWER on IntegriCloud