summaryrefslogtreecommitdiffstats
path: root/usr.bin/paste/paste.c
Commit message (Expand)AuthorAgeFilesLines
* Mark global functions and/or variables in paste(1) static where possible.ed2011-11-061-9/+9
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+3
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-3/+0
* WARNS=6 chocked on unitialized variable.charnier2006-09-121-1/+1
* Add support for multibyte characters in input files and delimitertjr2004-06-251-26/+47
* Use fgetln(3) to handle lines of unlimited length instead of atjr2002-05-241-15/+15
* P1003.2 forbids imposing any limit on line lengths; read character bytjr2002-05-241-24/+22
* Exit with non-zero status if any files specified could not be openedtjr2002-05-241-9/+15
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'rejmallett2002-05-171-2/+2
* More low hanging warnings fruit; ANSIfy, de-register, constify.markm2002-04-281-19/+17
* remove __Pimp2002-03-221-4/+4
* When invoked with no file arguments, display usage.mike2002-03-201-4/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add #include <stdlib.h> to get prototype for malloc(). Without this,jb1998-02-201-1/+2
* Remove bogus malloc() decl.asami1997-08-051-2/+2
* Use err(3). Add prototypes. Silent -Wall.charnier1997-07-311-36/+34
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+251
OpenPOWER on IntegriCloud