Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -18/+6 |
| | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 | ||||
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
| | |||||
* | Remove local prototypes for main(). | jmallett | 2002-08-19 | 1 | -1/+0 |
| | |||||
* | Handle directories correctly. | eric | 2002-07-23 | 1 | -3/+6 |
| | | | | | PR: 40801 MFC after: 5 days | ||||
* | remove __P | imp | 2002-03-22 | 1 | -6/+6 |
| | |||||
* | WARNS=2 is going to be the default, so don't specify it. Use __FBSDID(). | markm | 2001-12-11 | 1 | -5/+5 |
| | |||||
* | blah, remove debugging code that crept in with last commit. | obrien | 2001-09-23 | 1 | -1/+0 |
| | |||||
* | Add the 'h' flag to operate on symlinks rather than what they point to. | obrien | 2001-09-22 | 1 | -5/+15 |
| | |||||
* | Fix some trivial warnings and clamp down with WARNS=2 | kris | 2001-05-26 | 1 | -2/+7 |
| | | | | MFC after: 1 week | ||||
* | Clean up some ambiguous nested if/elses. | billf | 1999-07-04 | 1 | -1/+2 |
| | |||||
* | Brucify. | des | 1999-05-12 | 1 | -2/+1 |
| | |||||
* | Sync usage() with man page. | des | 1999-05-11 | 1 | -2/+2 |
| | | | | | PR: 11539 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua> | ||||
* | Merge from 2_2 man page change. | danny | 1999-01-05 | 1 | -1/+1 |
| | |||||
* | PR: 9323 | danny | 1999-01-05 | 1 | -1/+4 |
| | | | | | | Submitted by: ishisone@sra.co.jp Make touch handle years 2000-2038 in the obsoleted format, rather than 1902-1969 as was previously the case with two digit year spec. | ||||
* | Don't assume that time_t is long. | bde | 1998-06-29 | 1 | -2/+6 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Don't use __dead or __pure in user code. They were obfuscations | bde | 1996-09-14 | 1 | -1/+1 |
| | | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong. | ||||
* | PR # bin/274 | joerg | 1995-07-08 | 1 | -1/+1 |
| | | | | | | | | | | | | > The command: > > touch -t 199504011200 testfile > > gives the error message: > > touch: out of range or illegal time specification: [[CC]YY]MMDDhhmm[.SS] Submitted by: mpp@legarto.minn.net (Mike Pritchard) | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+342 |