Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-17 | Remove trailing whitespace and, for printf, uid/gid are unsigned | Todd C. Miller | |
2003-02-20 | Sync with ISC cron-current + my at(1) integration. | Todd C. Miller | |
The at(1) code is now more tightly integrated into the cron codebase. | |||
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-05-14 | Major changes: | Todd C. Miller | |
Job names are now "runtime.queue" where runtime is when the job will run in Unix time format. This is what SysV at does and allows us to nuke the .SEQ file. Historic BSD options for atq and atrm are now implemented; atq and atrm get their own man pages. At no longer does anything with the -v flag. We print the execution time when jobs are submitted so there is no need. Most *scanf() usage is gone (one remains in atrun). Better sanity checks in atrun. Random style/cleanup. With these changes we have the best of both worlds; POSIX compliance with the traditional BSD features. | |||
2002-05-11 | Pass -Wall and use ANSI function headers. | Todd C. Miller | |
2000-01-05 | Y2K fix. at(1) would die with 'garbled time' when assign_date() was passed | Todd C. Miller | |
a year > 99. This change fixes the conversion of 2-digit years into tm_year format. | |||
1999-03-21 | PR 778: Handle 2-digit year values post-Y2K. Improvements to PR 778 | Alex Feldman | |
provided by pjanzen. | |||
1998-07-10 | long month names; archie@whistle.com | Theo de Raadt | |
1998-07-09 | user err/warn; some -Wall | Michael Shalayeff | |
1998-06-26 | make 'now' work as a timespec | Todd C. Miller | |
1997-03-01 | Merge in changes from at 2.9 | Todd C. Miller | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-01-02 | got am/pm reversed when hour is 12; from Mark_Weaver@brown.edu; netbsd pr#1743 | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |