History log of /src/usr.bin/time/time.c |
Revision | | Date | Author | Comments |
1.24 |
| 23-Apr-2020 |
simonb | Add '-t' option for tcsh-style time output.
|
1.23 |
| 15-Jul-2017 |
christos | branches: 1.23.2; 1.23.8; Allow the user to specify the output format on the command line.
|
1.22 |
| 09-Nov-2011 |
christos | PR/45592: Greg A. Woods: changes to get time(1) to use CLOCK_MONOTONIC
|
1.21 |
| 31-Aug-2011 |
plunky | branches: 1.21.2; NULL does not need a cast
|
1.20 |
| 28-Aug-2011 |
christos | use strpct from libutil.
|
1.19 |
| 21-Jul-2008 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
1.18 |
| 26-Feb-2007 |
matt | branches: 1.18.12; Make -p, -l, and -c exclusive (any one turns off the other two).
|
1.17 |
| 24-Feb-2007 |
matt | Add '-c' option for csh-style time output. Use the csh time format code to print the new csh-style time output.
|
1.16 |
| 18-Dec-2006 |
christos | volatile fixes, from Anon Ymous
|
1.15 |
| 27-Oct-2005 |
simonb | Sprinkle some KNF.
|
1.14 |
| 05-Jan-2004 |
jmmv | Homogenize usage messages: make the 'usage' word all lowercase, as this seems to be the most common practice in our tree.
|
1.13 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.12 |
| 16-Jul-2002 |
christos | modernize: - use wait4 - KNF - factor out common printf code - use err/warn - use getprogname
|
1.11 |
| 05-Jun-1999 |
kleink | * Require an `utility' argument to be specified and fail otherwise. * I18n of decimal point used in time formatting. * Don't hardcode an assumption of 100 clock ticks per second. * Various minor cleanups.
|
1.10 |
| 14-Oct-1998 |
wsanchez | Silence -Wall by casting to (long) in printf formats.
|
1.9 |
| 20-Oct-1997 |
lukem | WARNSify, deprecate register, getopt returns -1, fix .Nm usage
|
1.8 |
| 18-Oct-1996 |
thorpej | Exit with an error condition if the timed command does not exit. From Arne H. Juul <Arne.Juul@idt.ntnu.no>, PR #2838.
|
1.7 |
| 27-Jun-1995 |
jtc | sys/signal.h -> signal.h
|
1.6 |
| 21-Mar-1995 |
mycroft | Update to use timer{add,sub}().
|
1.5 |
| 08-Dec-1994 |
jtc | Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
|
1.4 |
| 27-Aug-1993 |
jtc | Minor tweaks: including header files to bring prototypes into scope, explicitly declaring function return values, etc. to make gcc -Wall shut up.
|
1.3 |
| 27-Aug-1993 |
jtc | Changed to be POSIX.2 compliant. Don't crash with -l option if program executed in less than one tick.
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 |
| 08-Dec-1994 |
jtc | imported from 4.4lite
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.18.12.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.21.2.1 |
| 10-Nov-2011 |
yamt | sync with head
|
1.23.8.1 |
| 25-Apr-2020 |
martin | Pull up following revision(s) (requested by simonb in ticket #853):
bin/csh/time.c: revision 1.22 usr.bin/time/time.c: revision 1.24 bin/csh/extern.h: revision 1.32 usr.bin/time/time.1: revision 1.29 usr.bin/time/ext.h: revision 1.4
Add '-t' option for tcsh-style time output.
|
1.23.2.2 |
| 15-Jul-2017 |
christos | 3328901
|
1.23.2.1 |
| 15-Jul-2017 |
christos | file time.c was added on branch perseant-stdc-iso10646 on 2017-07-15 14:34:09 +0000
|