summaryrefslogtreecommitdiff
path: root/usr.bin/nl
AgeCommit message (Collapse)Author
2014-04-09mark as xsi;Jason McIntyre
2014-03-16nl appeared in 5.5Ted Unangst
2013-11-28Re-add documentation about `-' handling. Discussed a few months agoJeremie Courreges-Anglas
with jmc and wiz@netbsd.
2013-11-15Include unistd.h as it is the standard location for getopt().Todd C. Miller
2013-09-14STANDARDS:Jason McIntyre
- use standard wording - intermingling stuff was removed in issue 6 ok jca
2013-09-09nl(1) is actually marked as an XSI (XPG 4.2) extension.Jeremie Courreges-Anglas
Remove the remaining differences with NetBSD nl.1 regarding STANDARDS and `-' handling. Discussed with jmc@
2013-09-08tweak previous;Jason McIntyre
2013-09-08Import nl(1) from the NetBSD source tree, with local changes discussedJeremie Courreges-Anglas
on tech@, among which `-' syntax for stdin, multibyte delimiter support (based on FreeBSD) and various code simplifications. Original diffs from pascal@ and later Arto Jonsson (ajonsson at kapsi dot fi), comments and work by others, especially millert@. "That looks good to me." millert@