summaryrefslogtreecommitdiff
path: root/usr.bin/paste
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-11-07Update HISTORY and AUTHORS sections for cut(1) and paste(1)Gordon Bergling
2021-05-31Fix confusing example in paste(1)jocki84
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-02-28Renumber copyright clause 4Warner Losh
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2011-11-06Mark global functions and/or variables in paste(1) static where possible.Ed Schouten
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
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