summaryrefslogtreecommitdiffstats
path: root/usr.bin/paste
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) fixes.ru2004-07-071-1/+1
|
* Add support for multibyte characters in input files and delimitertjr2004-06-252-31/+48
| | | | | | strings (arguments to the -d option.) This involves backing out paste.c rev. 1.13 until we have a version of fgetln() that operates on wide character streams.
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-231-2/+2
| | | | PR: docs/37176
* mdoc(7) police: markup polishing.ru2002-11-261-1/+3
| | | | Approved by: re
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-1/+1
| | | | | | | | | | (I skipped those in contrib/, gnu/ and crypto/) While I was at it, fixed a lot more found by ispell that I could identify with certainty to be errors. All of these were in comments or text, not in actual code. Suggested by: bde MFC after: 3 days
* paste(1) appeared at least as early as 32v.tjr2002-06-111-0/+5
|
* Add another example for using paste(1) since tjr seemed to want more examplesjmallett2002-06-101-0/+7
| | | | | on IRC. This one is to create a colon seperated list of directories from find(1), suitable for use in the shell's PATH.
* Add an EXAMPLES section with three examples. Document the problem withtjr2002-06-101-0/+17
| | | | multibyte characters and the -d option in a BUGS section.
* Use fgetln(3) to handle lines of unlimited length instead of atjr2002-05-241-15/+15
| | | | | | getc/putc loop. Suggested by: dd
* P1003.2 forbids imposing any limit on line lengths; read character bytjr2002-05-241-24/+22
| | | | character instead of manually buffering each line.
* Exit with non-zero status if any files specified could not be openedtjr2002-05-241-9/+15
| | | | when -s option is given (SUSv3).
* Clean up malloc(3)'s argument. Remove casts which do nothing when we'rejmallett2002-05-171-2/+2
| | | | | | | using sizeof() anyway. Use slightly more consistent (per-file) error reporting for malloc(3) returning NULL. If "malloc failed" was being printed, don't use err(3). If a NULL format is being used, use err(3). In one case errx(3) was being used with strerror(3), so just use err(3).
* 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
| | | | | | | Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> PR: 36074 Use new ID scheme.
* Cross-reference between lam(1) and paste(1). Add a STANDARDS section towollman2001-09-211-2/+3
| | | | | | | lam(1) indicating that paste(1) is a standard way to do some of the same things. MFC after: 1 week
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.ru2001-02-131-1/+1
|
* Put flags under .Fl. Add DIAGNOSTICS section namecharnier2000-03-261-3/+7
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Add #include <stdlib.h> to get prototype for malloc(). Without this,jb1998-02-201-1/+2
| | | | | the compiler assumes an int return. On alpha this is enough to ruin ya day.
* Remove bogus malloc() decl.asami1997-08-051-2/+2
|
* Use err(3). Add prototypes. Silent -Wall.charnier1997-07-312-41/+39
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+375
OpenPOWER on IntegriCloud