Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WARNS=6 chocked on unitialized variable. | charnier | 2006-09-12 | 1 | -1/+1 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 1 | -2/+2 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | mdoc(7) fixes. | ru | 2004-07-07 | 1 | -1/+1 |
| | |||||
* | Add support for multibyte characters in input files and delimiter | tjr | 2004-06-25 | 2 | -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. | ru | 2002-12-23 | 1 | -2/+2 |
| | | | | PR: docs/37176 | ||||
* | mdoc(7) police: markup polishing. | ru | 2002-11-26 | 1 | -1/+3 |
| | | | | Approved by: re | ||||
* | Fix typos; each file has at least one s/seperat/separat/ | schweikh | 2002-08-11 | 1 | -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. | tjr | 2002-06-11 | 1 | -0/+5 |
| | |||||
* | Add another example for using paste(1) since tjr seemed to want more examples | jmallett | 2002-06-10 | 1 | -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 with | tjr | 2002-06-10 | 1 | -0/+17 |
| | | | | multibyte characters and the -d option in a BUGS section. | ||||
* | Use fgetln(3) to handle lines of unlimited length instead of a | tjr | 2002-05-24 | 1 | -15/+15 |
| | | | | | | getc/putc loop. Suggested by: dd | ||||
* | P1003.2 forbids imposing any limit on line lengths; read character by | tjr | 2002-05-24 | 1 | -24/+22 |
| | | | | character instead of manually buffering each line. | ||||
* | Exit with non-zero status if any files specified could not be opened | tjr | 2002-05-24 | 1 | -9/+15 |
| | | | | when -s option is given (SUSv3). | ||||
* | Clean up malloc(3)'s argument. Remove casts which do nothing when we're | jmallett | 2002-05-17 | 1 | -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. | markm | 2002-04-28 | 1 | -19/+17 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -4/+4 |
| | |||||
* | When invoked with no file arguments, display usage. | mike | 2002-03-20 | 1 | -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 to | wollman | 2001-09-21 | 1 | -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. | ru | 2001-08-15 | 1 | -3/+1 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 1 | -1/+1 |
| | |||||
* | Put flags under .Fl. Add DIAGNOSTICS section name | charnier | 2000-03-26 | 1 | -3/+7 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -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, | jb | 1998-02-20 | 1 | -1/+2 |
| | | | | | the compiler assumes an int return. On alpha this is enough to ruin ya day. | ||||
* | Remove bogus malloc() decl. | asami | 1997-08-05 | 1 | -2/+2 |
| | |||||
* | Use err(3). Add prototypes. Silent -Wall. | charnier | 1997-07-31 | 2 | -41/+39 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+375 |