summaryrefslogtreecommitdiffstats
path: root/usr.bin/cut
AgeCommit message (Expand)AuthorFilesLines
2019-02-07Remove rpath from pledge when only stdin is used.tobias1-2/+2
2018-07-13Unused variables.krw1-2/+1
2018-03-30Fix overflow in list value parsing.tobias1-13/+31
2016-10-24Unify wording for LC_CTYPE in ENVIRONMENT:schwarze1-5/+5
2015-12-06Use ENVIRONMENT rather than CAVEATS to document LC_CTYPE.schwarze1-19/+21
2015-12-02UTF-8 support: Implement -c and -nschwarze2-71/+119
2015-11-03Blank line after pledge().mmcc1-1/+2
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-5/+5
2015-10-05This can use tame "stdio rpath" from the top. If we are only working onderaadt1-2/+8
2015-08-18do not cast malloc() return if stdlib.h is includedderaadt1-2/+2
2014-07-10tweak previous; ok tedujmc1-4/+3
2014-07-10add a note that fields are returned in input order. ok deraadt sthentedu1-2/+5
2014-02-02use a more specific description for EXIT STATUS than that provided by .Ex;jmc1-3/+6
2014-02-02style nit-picking on previous commit: keep apart declaration fromsobrado1-4/+5
2014-02-01improve POSIX compliance by continuing to process the remaining filesobrado2-10/+22
2014-02-01fix an example; users column at who(1) has a minimum width of eight characters,sobrado1-3/+3
2013-11-23obvious unsigned casts for ctypederaadt1-3/+3
2012-06-10field numbering starts at 1;jmc1-3/+3
2010-10-21more EXIT STATUS bits; from Daniel Dickmanjmc1-5/+3
2010-09-03add an EXIT STATUS section for /usr/bin;jmc1-3/+3
2010-01-23It's wrong to complain about illegal -c arguments when findingschwarze2-7/+16
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-14/+1
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-3/+3
2008-12-19be more specific about the field delimiter;jmc1-5/+9
2008-06-27sort flags; align usage output.sobrado2-8/+8
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-30- use a consistent text for STANDARDSjmc1-3/+4
2007-03-15simplify synopsis/usage() and sort options;jmc2-8/+8
2006-01-04add an EXAMPLES section adapted from freebsd's page,jmc1-1/+13
2003-06-10mostly ansi cleanup; pval okderaadt1-14/+7
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-7/+7
2001-11-19kill more registersmpech1-8/+8
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manaaron1-2/+2
2000-06-04Handle the case where the last line of input does not contain a newline; issueaaron1-14/+30
2000-03-05Various improvements, including a few HISTORY sections added from FreeBSD.aaron1-4/+5
1999-07-04correct use of .Nm; some other formatting nitsaaron1-4/+4
1999-06-05- remove trailing white spaceaaron1-2/+2
1998-11-28use strsep() instead of strtok(), in particular to avoid an infinite loopaaron1-3/+3
1998-09-23usr.bin/ man page repairs, a - eaaron1-5/+6
1997-11-05sync usage to man pagederaadt1-3/+5
1997-09-21$OpenBSD$deraadt1-2/+1
1997-09-12Kill extra newline in err()/warn().millert1-6/+6
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-06-26rcsidderaadt3-2/+4
1995-10-18initial import of NetBSD treederaadt3-0/+410