Module Name:src
Committed By: christos
Date: Sun Jan 14 17:39:19 UTC 2024
Modified Files:
src/usr.bin/wc: wc.c
Log Message:
Better check against st_size == 0 instead of st_dev == -1
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/usr.bin/wc/wc.c
Please
Module Name:src
Committed By: christos
Date: Sun Jan 14 17:39:19 UTC 2024
Modified Files:
src/usr.bin/wc: wc.c
Log Message:
Better check against st_size == 0 instead of st_dev == -1
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/usr.bin/wc/wc.c
Please
Module Name:src
Committed By: christos
Date: Sun Jan 14 17:16:10 UTC 2024
Modified Files:
src/usr.bin/wc: wc.c
Log Message:
PR/57854: Richardo Branco: wc -c does not work on procfs/kernfs
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/usr.bin/wc/wc.c
Module Name:src
Committed By: christos
Date: Sun Jan 14 17:16:10 UTC 2024
Modified Files:
src/usr.bin/wc: wc.c
Log Message:
PR/57854: Richardo Branco: wc -c does not work on procfs/kernfs
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/usr.bin/wc/wc.c
Module Name:src
Committed By: sevan
Date: Sun Sep 1 18:44:06 UTC 2019
Modified Files:
src/usr.bin/wc: wc.1
Log Message:
Document history
https://www.bell-labs.com/usr/dmr/www/man14.pdf
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/wc/wc.1
Pl
Module Name:src
Committed By: sevan
Date: Sun Sep 1 18:44:06 UTC 2019
Modified Files:
src/usr.bin/wc: wc.1
Log Message:
Document history
https://www.bell-labs.com/usr/dmr/www/man14.pdf
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/wc/wc.1
Pl
Module Name:src
Committed By: tron
Date: Fri Feb 19 11:15:23 UTC 2010
Modified Files:
src/usr.bin/wc: wc.c
Log Message:
Report the number of characters, not the number of bytes in the
longest line.
Problem pointed out by YAMAMOTO Takashi on "tech-userlevel" mailing list.
Module Name:src
Committed By: wiz
Date: Thu Feb 18 13:14:52 UTC 2010
Modified Files:
src/usr.bin/wc: wc.1
Log Message:
New sentence, new line. Add EXIT STATUS section and use .Ex.
Fix macro argument abuse.
Use Aq instead of \*[Lt]\*[Gt].
To generate a diff of this commit
Module Name:src
Committed By: tron
Date: Thu Feb 18 10:43:50 UTC 2010
Modified Files:
src/usr.bin/wc: wc.1 wc.c
Log Message:
Add support for "-L" option (longest line) as present in the GNU and
FreeBSD version of "wc".
No objections on "tech-userlevel" mailing list.
To