| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r279597 (and 259152,259219 as dependency) | bapt | 2015-07-08 | 1 | -51/+218 |
* | - calendar uses cpp internally, this diff removes this usage and | db | 2013-09-19 | 1 | -56/+30 |
* | Handle some expression regressions. | grog | 2013-06-12 | 1 | -1/+1 |
* | More -Wmissing-variable-declarations fixes. | ed | 2012-10-19 | 1 | -3/+3 |
* | Tidy up command line processing: | grog | 2011-11-09 | 1 | -1/+2 |
* | Pass correct size to write(2). | jh | 2011-06-06 | 1 | -1/+1 |
* | Fix memory-leak at the processing of multiple calendars. | edwin | 2010-06-05 | 1 | -1/+4 |
* | Properly check the return value of chdir, even if it is a "this | edwin | 2010-06-05 | 1 | -1/+2 |
* | While I am here, add more missing (unsigned char) casts to ctype() macros | ache | 2010-05-06 | 1 | -1/+1 |
* | Fix recent space skipping: | ache | 2010-05-06 | 1 | -2/+2 |
* | On request of joel@: | edwin | 2010-03-30 | 1 | -4/+0 |
* | Long awaited update to the calendar system: | edwin | 2010-03-29 | 1 | -263/+105 |
* | rewind(3) is already declared to return 'void', so no need for an explicit cast | rse | 2009-12-17 | 1 | -1/+1 |
* | Move functions which are only locally used into their C files and | edwin | 2008-08-05 | 1 | -3/+20 |
* | style(9)ify usr.bin/calendar | edwin | 2008-08-05 | 1 | -55/+92 |
* | style(9) | grog | 2007-12-30 | 1 | -1/+1 |
* | If we can't open a calendar file, don't guess why. Check the error | grog | 2007-12-30 | 1 | -1/+2 |
* | Never use getenv("HOME") without checking for NULL and non-zero | kevlo | 2007-10-30 | 1 | -1/+4 |
* | Sort events by date. | grog | 2007-06-09 | 1 | -10/+99 |
* | ANSIfy function definitions. | dwmalone | 2007-05-07 | 1 | -7/+4 |
* | Search the include path for the argument to -f, to make lives easier for | jmallett | 2002-07-28 | 1 | -6/+13 |
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -5/+6 |
* | WARNS=2 fixup (mostly. Some are Hard To Fix(tm), so NO_WERROR is set) | markm | 2001-12-02 | 1 | -18/+20 |
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -2/+2 |
* | Don't attempt to parse %c, use nl_langinfo instead | ache | 2001-03-21 | 1 | -5/+10 |
* | MAXPATHLEN includes the trailing NUL character, so there's no need to add 1 | imp | 2001-03-01 | 1 | -1/+1 |
* | Adapt to the new `ccp' now that the traditional-behaving /usr/bin/cpp | obrien | 2000-01-10 | 1 | -1/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Missed one in the previous commit. | des | 1998-10-13 | 1 | -3/+3 |
* | Use err(3). Abort if strdup() returns NULL. | charnier | 1997-06-23 | 1 | -13/+14 |
* | Don't call sendmail with "-f root" when run with "-a". This | mpp | 1997-02-16 | 1 | -1/+1 |
* | Fix a couple of typos. | mpp | 1997-02-11 | 1 | -4/+4 |
* | Really fix calendar to drop all permissions when | mpp | 1997-02-09 | 1 | -4/+28 |
* | Initialize the group list when we switch uids when run as | mpp | 1997-02-06 | 1 | -0/+4 |
* | Localize even more. | ache | 1996-05-10 | 1 | -3/+17 |
* | Allow to configure national Easter names. | ache | 1996-05-10 | 1 | -0/+16 |
* | Localize it | ache | 1996-05-10 | 1 | -16/+31 |
* | Change calendar to report the actual date for variable day events. | mpp | 1996-04-06 | 1 | -4/+15 |
* | - handle events that move around from year to year, i.e., | wosch | 1996-02-02 | 1 | -0/+271 |