| Age | Commit message (Expand) | Author |
| 2010-03-12 | Quote question mark so it's correctly marked up. | wiz |
| 2009-04-22 | Enable WARNS=4 by default, except for: | lukem |
| 2009-04-18 | Compare size_t vs off_t by casting both to uintmax_t | lukem |
| 2009-04-11 | fix -Wsign-compare issue on amd64 | lukem |
| 2009-04-11 | fix -Wcast-qual issues | lukem |
| 2009-04-04 | Convert to mdoc. Bump date for previous. | wiz |
| 2009-04-04 | New feature: "?" for time specifications, means a single time selected at | perry |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | gmcgarry |
| 2008-02-16 | Fix inconsistent prototype. Do some constification. | matt |
| 2007-12-29 | Describe /var/log/cron. Based on PR 37640 by Randolf Richardson. | wiz |
| 2007-11-02 | Remove -or0s argument - cron should not pretend to be smarter than the | martin |
| 2006-12-18 | from Anon Ymous: | christos |
| 2006-10-22 | sprinkle volatile. | christos |
| 2006-08-15 | Add Auto-Submitted header per RFC 3834 from OpenBSD | christos |
| 2006-06-17 | mark strcpy as safe | elad |
| 2006-06-05 | Check return value for setgid(), initgroups(), and setuid(). | reed |
| 2006-06-03 | check the return value of setsid. | christos |
| 2006-05-24 | Coverity CID 3777: Free envp in the success case too. | christos |
| 2006-05-24 | Coverity CID 3778: set tmp to NULL to shutup coverity. | christos |
| 2006-05-21 | use warn/warnx instead of perror/fprintf | christos |
| 2006-05-11 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-04-25 | Coverity CID 1774, 1773: Don't leak open file descriptors or leave temp | christos |
| 2006-02-25 | Fix some typos. | wiz |
| 2005-08-17 | Set SIGCHLD to SIG_DFL in cron's child; instead of SIG_IGN, which alters the | heas |
| 2005-07-31 | - eliminate a goto. | christos |
| 2005-06-07 | Initialize s, name and name_end in load_env() to appease -Wuninitialized. | he |
| 2005-06-05 | appease gcc -Wuninitialized on hp700. | chs |
| 2005-03-16 | Kill __P(), use ANSI function declarations, constify; WARNS=3 | xtraeme |
| 2005-03-04 | PR/10957: Ed Ravin: Cron does not execute the last line in crontab if | christos |
| 2004-12-22 | PR/28744: Ed Ravin: crontab with fewer than 3 comment lines dumps core | christos |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-10-29 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-09-02 | Fix indentation of a line in the sample file. | jmmv |
| 2004-03-20 | New sentence, new line; use Ev for environment variable; | wiz |
| 2004-03-20 | log also the time when the job finishes (with CMD FINISH tag), and change | jdolecek |
| 2004-03-20 | when encoding the command for printing in logs, use strvisx() instead | jdolecek |
| 2004-03-20 | document -x - adresses PR bin/22201 by John Hawkinson | jdolecek |
| 2004-03-20 | convert to mandoc, bump date | jdolecek |
| 2004-02-27 | Set DO[WM]_STAR if we mean `*' so that @yearly/@monthly/@weekly are | enami |
| 2004-02-07 | minor constification | jdolecek |
| 2004-01-04 | use system() to spawn editor, so that it's possible to use EDITOR | jdolecek |
| 2003-12-07 | Report read errors, too. | is |
| 2003-12-03 | rewind() does an implicit clearerr(), as demanded by e.g. 1003.1. Thus, | is |
| 2003-08-13 | Jobs specified for @reboot are only popped into the job queue at cron | atatat |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-23 | In "crontab -l", suppress the header lines, just as "crontab -e" does. | hubertf |
| 2003-04-20 | PR/3713: Aaron Brown: crontab fails with signals. | christos |
| 2003-04-10 | use setproctitle() instead of uppercasing ProgramName | jdolecek |
| 2003-04-04 | set close on exec on a couple of FDs. from Charles Blundell PR security/16663 | perry |