summaryrefslogtreecommitdiffstats
path: root/usr.bin/touch
Commit message (Collapse)AuthorAgeFilesLines
* Don't assume that time_t is long.bde1998-06-291-2/+6
|
* Cosmetic.charnier1997-08-181-12/+12
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-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.
* YY --> CCadam1996-09-101-2/+2
|
* PR # bin/274joerg1995-07-081-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.rgrimes1995-05-301-1/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+514
OpenPOWER on IntegriCloud