Module Name:src
Committed By: wiz
Date: Tue Jul 4 06:59:35 UTC 2017
Modified Files:
src/usr.bin/head: head.1
Log Message:
Add EXIT STATUS section. Use Ex.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/head/head.1
Please note that diffs are n
Module Name:src
Committed By: nonaka
Date: Thu May 12 01:56:44 UTC 2016
Modified Files:
src/usr.bin/head: head.c
Log Message:
If the negative number is passed to option '-c' or '-n',
it should occur an error.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24
Module Name:src
Committed By: joerg
Date: Wed Mar 31 21:55:23 UTC 2010
Modified Files:
src/usr.bin/head: head.c
Log Message:
Just ignore the errno of strtoimax, it doesn't provide much value.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/head/
Module Name:src
Committed By: joerg
Date: Wed Mar 31 21:52:11 UTC 2010
Modified Files:
src/usr.bin/head: head.c
Log Message:
Remove 2**31 limit on the number of lines or bytes to process.
For the byte operations, process in blocks of 64KB.
To generate a diff of this comm
Module Name:src
Committed By: joerg
Date: Wed Mar 31 15:01:51 UTC 2010
Modified Files:
src/usr.bin/head: head.c
Log Message:
Make eval a local variable.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/head/head.c
Please note that diffs are not
Module Name:src
Committed By: joerg
Date: Wed Mar 31 15:01:02 UTC 2010
Modified Files:
src/usr.bin/head: head.c
Log Message:
ANSIfy. Sprinkle static.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/head/head.c
Please note that diffs are not pub