| Age | Commit message (Expand) | Author |
| 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 |
| 2003-03-14 | PR/15142: Kevin P. Neal: cron does not pay attention to login_cap(3) | christos |
| 2003-02-19 | Create session before setting logname - we don't want to change the | dsl |
| 2002-11-16 | use strlcpy | itojun |
| 2002-10-02 | license clarification, from openbsd | itojun |
| 2002-08-03 | o Instead of passing "*system*" as the fname to process_crontab() | itojun |
| 2002-07-14 | Unifdef __STDC__. | wiz |
| 2002-04-25 | Implement CRON_TZ and CRON_WITHIN to provide finer control over job | atatat |
| 2002-03-23 | child_process(): if the input_data didn't contain any '%', the pointer | jdolecek |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-01-19 | Whitespace nits. | wiz |
| 2002-01-19 | Fix xref. | wiz |
| 2002-01-19 | Whitespace nits, and standardize an xref. | wiz |
| 2001-08-13 | make consistent escape sequence handling | yamt |
| 2001-08-03 | Fix a bug that prevented %'s and \'s from being passed to the program | yamt |
| 2001-03-13 | Restore default handler for SIG_CHLD before starting grand-children. | wiz |
| 2000-11-28 | Default crontab size limit is 256k, not 32k; correct documentation to | sommerfeld |
| 2000-09-13 | When @hourly is specified, set not just 23 but bit 0 through 22 also in | enami |
| 1999-05-29 | PR/7662: TheMan: crontab does not think the file changed if the editing session | christos |
| 1999-04-09 | Reduce default crontab size limit to 32K. Use the limit in | cjs |
| 1999-04-08 | Make sure that the crontab is not an unreasonable size. | cjs |
| 1999-03-23 | Don't rely on an `rcsid' being present. | thorpej |
| 1999-03-22 | Apply soda's patch to make environment sets act like the man-page | aidan |
| 1999-03-17 | Patch from PR#6570 to correct for some drift in the calculation of how | fair |
| 1998-10-12 | Allow quote-escaping of environment variable names so that they may contain | aidan |
| 1998-10-11 | Quell a compiler warning introduced by the last change. | scw |
| 1998-10-07 | An environment variable name can no longer have spaces in it. This is to | aidan |
| 1998-07-28 | __AUDIT__ cleanup. | mycroft |
| 1998-07-26 | Nuke redundant extern. | mycroft |
| 1998-07-09 | Declare ints, too, don't default them. | msaitoh |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1998-04-01 | Include <time.h> unconditionally, as there always dependencies on its | kleink |
| 1998-02-22 | WARNSify | christos |
| 1998-02-04 | Cast time_t to long for printing. | thorpej |
| 1998-02-04 | Y2K fixes: in arpadate (currently not used) format the time using strftime, | christos |
| 1998-02-01 | check_error uses type "const char *" instead of "char *" as argument. | frueauf |
| 1998-01-31 | Add missing ARGS_MAX | christos |
| 1998-01-31 | Remove crappy globbing stubs. If the feature needs to be added it should | christos |
| 1998-01-31 | Warnsify: | christos |
| 1997-10-23 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-19 | Use S_IS*(), not S_IF*. | mycroft |
| 1997-10-18 | enable WARNS=1 by default, but disable in unclean 3rd party code | lukem |
| 1997-10-17 | getopt returns -1 not EOF | lukem |