summaryrefslogtreecommitdiff
path: root/usr.bin/paste/paste.c
AgeCommit message (Expand)Author
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 .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
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
2004-06-25Add support for multibyte characters in input files and delimiterTim 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
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
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