summaryrefslogtreecommitdiff
path: root/usr.bin/paste
AgeCommit message (Expand)Author
2006-09-12WARNS=6 chocked on unitialized variable.Philippe Charnier
2005-01-18Sort sections.Ruslan Ermilov
2005-01-17Added the EXIT STATUS section where appropriate.Ruslan Ermilov
2004-07-07mdoc(7) fixes.Ruslan Ermilov
2004-06-25Add support for multibyte characters in input files and delimiterTim J. Robbins
2002-12-23Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov
2002-11-26mdoc(7) police: markup polishing.Ruslan Ermilov
2002-08-11Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt
2002-06-11paste(1) appeared at least as early as 32v.Tim J. Robbins
2002-06-10Add another example for using paste(1) since tjr seemed to want more examplesJuli Mallett
2002-06-10Add an EXAMPLES section with three examples. Document the problem withTim J. Robbins
2002-05-24Use fgetln(3) to handle lines of unlimited length instead of aTim J. Robbins
2002-05-24P1003.2 forbids imposing any limit on line lengths; read character byTim J. Robbins
2002-05-24Exit with non-zero status if any files specified could not be openedTim J. Robbins
2002-05-17Clean up malloc(3)'s argument. Remove casts which do nothing when we'reJuli Mallett
2002-04-28More low hanging warnings fruit; ANSIfy, de-register, constify.Mark Murray
2002-03-22remove __PWarner Losh
2002-03-20When invoked with no file arguments, display usage.Mike Barcroft
2001-09-21Cross-reference between lam(1) and paste(1). Add a STANDARDS section toGarrett Wollman
2001-08-15mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov
2001-07-15Remove whitespace at EOL.Dima Dorfman
2001-02-13mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov
2000-03-26Put flags under .Fl. Add DIAGNOSTICS section namePhilippe Charnier
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-12Add $Id$, to make it simpler for members of the translation teams toNik Clayton
1998-02-20Add #include <stdlib.h> to get prototype for malloc(). Without this,John Birrell
1997-08-05Remove bogus malloc() decl.Satoshi Asami
1997-07-31Use err(3). Add prototypes. Silent -Wall.Philippe Charnier
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes