summaryrefslogtreecommitdiffstats
path: root/usr.bin/touch
AgeCommit message (Expand)AuthorFilesLines
2019-03-10Delete a useless call to setlocale(3): strptime(3) is only calledschwarze1-7/+4
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-3/+3
2015-10-06use tame "stdio rpath wpath cpath fattr". There is some timezonederaadt1-1/+4
2015-09-25drop redundant .Ns and reduce quotingschwarze1-4/+4
2015-09-12ouch, sorry, fix previousschwarze1-2/+3
2015-09-12use .Cm rather than .Li for fixed string arguments, andschwarze1-6/+9
2015-03-17Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@millert1-4/+4
2015-03-15tzfile.h is an internal header that should never have been installed.millert1-2/+1
2014-06-03revert previous: guenther says it's wrong;jmc1-5/+2
2014-06-03no support for TZ;jmc1-3/+6
2013-03-08use Li for the T/Z specifiers;jmc1-7/+7
2013-03-05Mention that if you use a space as the separator in the argumentmillert1-2/+4
2011-09-16after some thought, i think it unlikely that we will need to specifyjmc1-3/+3
2011-09-09use .St -iso8601-4;jmc1-3/+5
2011-09-08some additional information on the -d option, for clarification;jmc1-3/+4
2011-09-04we've already stated the format of the -d and -t arguments: no need tojmc1-8/+4
2011-08-31use the same format/text, as far as possible, for date strings;jmc2-59/+51
2011-08-30Make the code match the manpage and POSIX spec when the year is specifiedguenther1-5/+10
2011-08-28remove redundant final paragraph of STANDARDS: it merely repeats what hasjmc1-16/+2
2011-08-21With gettimeofday() removed from the top of main(), need to call time()guenther1-3/+3
2011-08-20(slightly) saner SEE ALSO;jmc1-2/+2
2011-08-20-make .frac and .SS more consistent (may have to revisit this)jmc1-7/+9
2011-08-20tweak some text;jmc1-6/+6
2011-08-20prettify date strings;jmc1-5/+9
2011-08-20Add nanosecond precision and support for -d option (new in POSIX 2008)guenther2-72/+130
2010-09-03add an EXIT STATUS section for /usr/bin;jmc1-3/+3
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-3/+3
2009-01-04replace hardcoded exit values with .Ex macros;sobrado1-5/+3
2007-08-06the ellipsis is not an optional argument; while here, sync the usagesobrado2-5/+6
2007-06-18Fix typo introduced in seconds parsing. From Tim van der Molen.millert1-2/+2
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-30- use a consistent text for STANDARDSjmc1-7/+7
2007-05-25Sanity check time spec and if no century is specified, just use themillert1-38/+58
2007-03-29-r and -t take arguments; from Igor Sobradojmc1-3/+3
2006-03-08even bettererhenning1-5/+5
2006-03-07KNF & cleanuphenning1-31/+20
2005-04-20spacingderaadt1-5/+5
2005-04-20Remove redundant rw() function, which is unsafe and, well, redundant.otto2-65/+9
2003-06-10mostly ansi cleanup; pval okderaadt1-20/+8
2003-06-10- section reorderjmc1-3/+3
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2003-01-10typo in comment; Jim Geovedihenning1-3/+3
2003-01-10typo; jmchenning1-2/+2
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-7/+7
2000-10-13Missed one TM_YEAR_BASE in previous commit; pointed out by peters@telia.netpjanzen1-5/+4
2000-09-20use TM_YEAR_BASE and set seconds to zero in obsolescent "compatibility" case;pjanzen1-8/+11
2000-09-20fix pasto and comma splicepjanzen1-3/+3
2000-09-20Y2K fix for obsolescent time format: found by Camiel Dobbelaar.pjanzen1-6/+10
2000-03-11Various cleanups and standardizations.aaron1-9/+9
2000-03-05Finish standardizing options list introduction.aaron1-2/+2