summaryrefslogtreecommitdiffstats
path: root/usr.bin/paste
AgeCommit message (Expand)AuthorFilesLines
2018-08-04fix a glitch in rev. 1.24: getline(3) returns ssize_t, not size_t;schwarze1-3/+5
2018-08-04obvious KNF: avoid '!' for tests of non-boolean variables,schwarze1-22/+21
2018-08-04Use POSIX getline(3) rather than the non-standard and error-prone fgetln(3).schwarze1-45/+33
2018-01-02When invoked with no file arguments, display usage and fail instead ofguenther1-1/+4
2017-06-28Remove the nonsensical "-s - -" in the third example; quirk reportedschwarze1-8/+14
2015-12-09Remove NULL-checks before free(). ok tb@mmcc1-3/+2
2015-10-09Change all tame callers to namechange to pledge(2).deraadt1-3/+3
2015-10-07tame "stdio rpath", satisfies the fopen casesderaadt1-1/+4
2014-11-25Release file descriptors as soon as they are not needed anymore.tobias1-1/+3
2010-09-03add an EXIT STATUS section for /usr/bin;jmc1-3/+3
2010-08-12make fgetln fixups look like the man page. correct a pair of brances andtedu1-11/+14
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-12/+1
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc1-3/+3
2009-01-04replace hardcoded exit values with .Ex macros;sobrado1-5/+3
2007-08-06the ellipsis is not an optional argument; while here, sync the usagesobrado2-7/+7
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-05-30- use a consistent text for STANDARDSjmc1-5/+5
2006-05-04Use queue(3) macros instead of custom queue.ray1-17/+13
2006-01-04add an EXAMPLES section adapted from freebsd's page,jmc1-1/+27
2004-10-10use err/warnmickey1-20/+15
2003-07-10add missing includesdavid1-2/+3
2003-06-10mostly ansi cleanup; pval okderaadt1-12/+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-6/+6
2001-11-19kill more registersmpech1-10/+10
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manaaron1-2/+2
2000-06-07Check return value of malloc(). Also make the code clearer with respect toaaron1-12/+10
2000-03-10Various cleanups and standardization.aaron1-4/+5
1999-08-24better fix; now if the last line in a file stream does not contain a newline,aaron1-19/+32
1999-08-23fgets() -> fgetln(). When reading files like this, the notion of a `line' isaaron1-9/+11
1999-06-05- remove trailing white spaceaaron1-2/+2
1998-11-16more -Wallderaadt1-7/+18
1998-09-27usr.bin/ man page cleanups, n-saaron1-6/+10
1997-01-17r?index -> strr?chrmillert1-4/+4
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!millert1-3/+3
1996-06-26rcsidderaadt3-4/+5
1995-10-18initial import of NetBSD treederaadt3-0/+378