aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/paste
Commit message (Expand)AuthorAgeFilesLines
* Mark global functions and/or variables in paste(1) static where possible.Ed Schouten2011-11-061-9/+9
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+3
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-3/+0
* WARNS=6 chocked on unitialized variable.Philippe Charnier2006-09-121-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-1/+1
* Add support for multibyte characters in input files and delimiterTim J. Robbins2004-06-252-31/+48
* Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov2002-12-231-2/+2
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-1/+3
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-111-1/+1
* paste(1) appeared at least as early as 32v.Tim J. Robbins2002-06-111-0/+5
* Add another example for using paste(1) since tjr seemed to want more examplesJuli Mallett2002-06-101-0/+7
* Add an EXAMPLES section with three examples. Document the problem withTim J. Robbins2002-06-101-0/+17
* Use fgetln(3) to handle lines of unlimited length instead of aTim J. Robbins2002-05-241-15/+15
* P1003.2 forbids imposing any limit on line lengths; read character byTim J. Robbins2002-05-241-24/+22
* Exit with non-zero status if any files specified could not be openedTim J. Robbins2002-05-241-9/+15
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'reJuli Mallett2002-05-171-2/+2
* More low hanging warnings fruit; ANSIfy, de-register, constify.Mark Murray2002-04-281-19/+17
* remove __PWarner Losh2002-03-221-4/+4
* When invoked with no file arguments, display usage.Mike Barcroft2002-03-201-4/+7
* Cross-reference between lam(1) and paste(1). Add a STANDARDS section toGarrett Wollman2001-09-211-2/+3
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-1/+1
* Put flags under .Fl. Add DIAGNOSTICS section namePhilippe Charnier2000-03-261-3/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Add #include <stdlib.h> to get prototype for malloc(). Without this,John Birrell1998-02-201-1/+2
* Remove bogus malloc() decl.Satoshi Asami1997-08-051-2/+2
* Use err(3). Add prototypes. Silent -Wall.Philippe Charnier1997-07-312-41/+39
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+375