summaryrefslogtreecommitdiff
path: root/usr.bin/paste/paste.c
AgeCommit message (Expand)Author
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