Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert part of previous commit. I didn't see rcsid string in the middle of | charnier | 1997-06-24 | 1 | -4/+2 |
| | | | | the file. Put includes in alphabetical order. | ||||
* | Use err(3). | charnier | 1997-06-23 | 2 | -8/+10 |
| | | | | Simplification: if(a == 12) a -= 12 -> if(a == 12) a = 0. | ||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -2/+2 |
| | | | | posix standard on the topic. | ||||
* | Back out MAXLOGNAME fix, Bruce points that copyinstr require NUL | ache | 1997-03-03 | 1 | -2/+2 |
| | |||||
* | Fix MAXLOGNAME usage, the code has wrong assumption that it must be | ache | 1997-03-02 | 1 | -3/+3 |
| | | | | NULL terminated | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 6 | -6/+6 |
| | |||||
* | Fix for hard-coded length of login name. | davidn | 1997-02-18 | 1 | -3/+11 |
| | | | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Closes #PR bin/2755 | ||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 6 | -6/+6 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Fix botches in the handling of "AM" and "PM": | jdp | 1996-07-19 | 1 | -3/+8 |
| | | | | | 12:xx PM is 12:xx, not 24:xx. 12:xx AM is 00:xx, not 12:xx. | ||||
* | Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet. | bde | 1996-02-25 | 1 | -2/+2 |
| | |||||
* | making <page>.1 from <page>.man | wosch | 1996-02-06 | 1 | -1/+2 |
| | |||||
* | recording cvs-1.6 file death | peter | 1995-12-30 | 2 | -258/+0 |
| | |||||
* | Add setlocale LC_TIME | ache | 1995-10-24 | 1 | -1/+7 |
| | |||||
* | Describe the correct default situation for the various permission | joerg | 1995-10-05 | 1 | -3/+3 |
| | | | | | | options. Submitted by: sgk@troutmask.apl.washington.edu (Steven G. Kargl) | ||||
* | Upgrade to 2.9 | ache | 1995-08-21 | 12 | -116/+256 |
| | |||||
* | Make parsetime.c more consistent by using the (already declared) enum | joerg | 1995-06-24 | 2 | -11/+13 |
| | | | | | | | | | | type instead of int all over the place. (Cosmetic, enhances debugging.) Point out that a date specification _must_ follow the time of day spec, in the man page. This clarifies the last point PR # of bin/483: "at doesn't seem to ..." (the remainder has already been fixed with version 1.3 of parsetime.c). | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 9 | -43/+43 |
| | |||||
* | Remove setre* hacks, we have working thing now | ache | 1995-04-27 | 2 | -41/+24 |
| | |||||
* | Fight over non-working setruid | ache | 1995-04-15 | 2 | -11/+15 |
| | |||||
* | Upgrade. | ache | 1995-04-12 | 12 | -618/+1207 |
| | |||||
* | Fix off by one error in calculation of `mday' (months start at 1). | bde | 1995-01-31 | 1 | -2/+2 |
| | | | | Jan 31 gave Jan 30, often for next year. | ||||
* | Changed reference from NetBSD to FreeBSD | nate | 1994-01-05 | 1 | -2/+2 |
| | |||||
* | Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou. | nate | 1994-01-05 | 10 | -0/+1704 |