Module Name:src
Committed By: kre
Date: Thu Sep 13 22:00:58 UTC 2018
Modified Files:
src/bin/test: test.c
Log Message:
Allow SMALL (and TINY) builds of test (for SMALL/TINY builds of sh)
which support only the defined modes of operation of test, to allow
the version of sh
Module Name:src
Committed By: kre
Date: Wed Sep 12 23:33:31 UTC 2018
Modified Files:
src/bin/test: test.c
Log Message:
PR standards/34646
Make test(1) always use the POSIX "number of args" evaluation rules
when they apply.
Only fall back to the old expression evaluation
Module Name:src
Committed By: wiz
Date: Wed Oct 18 18:11:54 UTC 2017
Modified Files:
src/bin/test: test.1
Log Message:
Remove unnecessary Tn.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/bin/test/test.1
Please note that diffs are not public domain;
Module Name:src
Committed By: kre
Date: Wed Oct 18 08:54:59 UTC 2017
Modified Files:
src/bin/test: test.1
Log Message:
I have seen (way too often) uses of test(1) that are not defined to
actually work (but just happen to, today, and in some cases, even
that trusts to some
Module Name:src
Committed By: sevan
Date: Fri Aug 12 03:17:41 UTC 2016
Modified Files:
src/bin/test: test.1
Log Message:
Document the version test first appeared.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/bin/test/test.1
Please note th
Module Name:src
Committed By: dholland
Date: Fri May 27 05:50:07 UTC 2016
Modified Files:
src/bin/test: test.1
Log Message:
usage nit
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/bin/test/test.1
Please note that diffs are not public domain; they are
Module Name:src
Committed By: uebayasi
Date: Sat May 4 06:26:44 UTC 2013
Modified Files:
src/bin/test: test.c
Log Message:
test(1): Compare timestamp in nsec scale in -nt/-ot.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/bin/test/test.c
Please note
Module Name:src
Committed By: wiz
Date: Sun Dec 16 17:57:49 UTC 2012
Modified Files:
src/bin/test: test.1
Log Message:
- Remove unneeded consecutive argument in `.Nm' macros;
- rename `GRAMMAR AMBIGUITY' section to `CAVEATS', and move it to
correct location;
- bump date.