summaryrefslogtreecommitdiff
path: root/usr.bin/touch
AgeCommit message (Expand)Author
2011-09-16after some thought, i think it unlikely that we will need to specifyJason McIntyre
2011-09-09use .St -iso8601-4;Jason McIntyre
2011-09-08some additional information on the -d option, for clarification;Jason McIntyre
2011-09-04we've already stated the format of the -d and -t arguments: no need toJason McIntyre
2011-08-31use the same format/text, as far as possible, for date strings;Jason McIntyre
2011-08-30Make the code match the manpage and POSIX spec when the year is specifiedPhilip Guenthe
2011-08-28remove redundant final paragraph of STANDARDS: it merely repeats what hasJason McIntyre
2011-08-21With gettimeofday() removed from the top of main(), need to call time()Philip Guenthe
2011-08-20(slightly) saner SEE ALSO;Jason McIntyre
2011-08-20-make .frac and .SS more consistent (may have to revisit this)Jason McIntyre
2011-08-20tweak some text;Jason McIntyre
2011-08-20prettify date strings;Jason McIntyre
2011-08-20Add nanosecond precision and support for -d option (new in POSIX 2008)Philip Guenthe
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
2007-06-18Fix typo introduced in seconds parsing. From Tim van der Molen.Todd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2007-05-25Sanity check time spec and if no century is specified, just use theTodd C. Miller
2007-03-29-r and -t take arguments; from Igor SobradoJason McIntyre
2006-03-08even bettererHenning Brauer
2006-03-07KNF & cleanupHenning Brauer
2005-04-20spacingTheo de Raadt
2005-04-20Remove redundant rw() function, which is unsafe and, well, redundant.Otto Moerbeek
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-01-10typo in comment; Jim GeovediHenning Brauer
2003-01-10typo; jmcHenning Brauer
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2000-10-13Missed one TM_YEAR_BASE in previous commit; pointed out by peters@telia.netPaul Janzen
2000-09-20use TM_YEAR_BASE and set seconds to zero in obsolescent "compatibility" case;Paul Janzen
2000-09-20fix pasto and comma splicePaul Janzen
2000-09-20Y2K fix for obsolescent time format: found by Camiel Dobbelaar.Paul Janzen
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt