Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing static keywords to rs(1) | ed | 2011-11-06 | 1 | -38/+38 |
| | |||||
* | Document the input line length limit. | jh | 2011-02-25 | 1 | -1/+6 |
| | | | | Submitted by: Dominic Fandrey (original version) | ||||
* | - Use LINE_MAX from limits.h as the maximum line length instead of | jh | 2011-02-07 | 1 | -6/+12 |
| | | | | | | | | | BUFSIZ. Use LINE_MAX * 2 as the buffer size (BSIZE). - Error out if we encounter a line longer than LINE_MAX. The previous behavior was to silently split long lines and produce corrupted output. PR: bin/151384 | ||||
* | Handle EOF when skipping lines. | jh | 2011-02-07 | 1 | -1/+4 |
| | |||||
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 2 | -8/+0 |
| | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson | ||||
* | Setting a variable to the same value twice doesn't actually make it | cperciva | 2008-08-04 | 1 | -1/+0 |
| | | | | | | more likely to have the right value. Remove superfluous assignments. Found by: LLVM/Clang Static Checker | ||||
* | Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD. | cperciva | 2006-10-20 | 1 | -0/+5 |
| | | | | MFC after: 1 month | ||||
* | - Set negative row or column argument values to zero. | robert | 2005-04-28 | 1 | -3/+5 |
| | | | | | | | | | Negative values would produce undefined behaviour including a possible segmentation fault. - Explicitly initialize the global row and column variables to zero. PR: bin/80348 | ||||
* | Document incorrect handling of multibyte characters. | tjr | 2004-07-30 | 1 | -1/+3 |
| | |||||
* | Avoid passing negative values to isdigit() on machines with signed chars. | tjr | 2004-07-15 | 1 | -5/+5 |
| | |||||
* | Add section number to .Xr | charnier | 2003-06-08 | 1 | -6/+6 |
| | |||||
* | Contrary to what the comments said, rs -H did not recycle storage, it just | tjr | 2002-06-07 | 1 | -1/+3 |
| | | | | | kept writing past the end of the buffer. Correct the code so that it actually does recycle storage. | ||||
* | Use __FBSDID, ANSIfy functions, fix const string. | markm | 2002-04-28 | 1 | -44/+37 |
| | |||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -4/+6 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -10/+10 |
| | |||||
* | Do not overrun entry array when printing output tables. | ru | 2001-09-10 | 1 | -24/+22 |
| | | | | | | Cleanup storage allocation for entries. Obtained from: NetBSD | ||||
* | Fixed SIGFPE (divide by zero) if column's width exceeds display width (-w). | ru | 2001-09-10 | 1 | -1/+3 |
| | | | | Obtained from: OpenBSD | ||||
* | Fixed the -z option handling: | ru | 2001-09-10 | 1 | -3/+6 |
| | | | | | | | | | | -Wuninitialized if used without -t. PR: bin/30467 Null pointer dereference if used with -t. Maximum column width computation was wrong. | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -5/+3 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -4/+7 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | $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 <string.h> to get prototypes. | jb | 1998-02-20 | 1 | -1/+2 |
| | |||||
* | Use err(3). Add usage(). Rewrote man page in mdoc format. | charnier | 1997-08-07 | 2 | -116/+153 |
| | |||||
* | The rs(1) command dumps core with the -s option (SIGSEGV) | joerg | 1996-05-26 | 1 | -4/+5 |
| | | | | | | (Fix a rangecheck condition.) Closes PR # bin/1244: rs(1) dumps core with -s | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+748 |