History log of /freebsd-10.0-release/usr.bin/rs/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


227177 06-Nov-2011 ed

Add missing static keywords to rs(1)


219038 25-Feb-2011 jh

Document the input line length limit.

Submitted by: Dominic Fandrey (original version)


218411 07-Feb-2011 jh

- Use LINE_MAX from limits.h as the maximum line length instead of
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


218410 07-Feb-2011 jh

Handle EOF when skipping lines.


216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
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


181278 04-Aug-2008 cperciva

Setting a variable to the same value twice doesn't actually make it
more likely to have the right value. Remove superfluous assignments.

Found by: LLVM/Clang Static Checker


163515 20-Oct-2006 cperciva

Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD.

MFC after: 1 month


145617 28-Apr-2005 robert

- Set negative row or column argument values to zero.
Negative values would produce undefined behaviour including
a possible segmentation fault.
- Explicitly initialize the global row and column variables
to zero.

PR: bin/80348


132863 30-Jul-2004 tjr

Document incorrect handling of multibyte characters.


132205 15-Jul-2004 tjr

Avoid passing negative values to isdigit() on machines with signed chars.


116048 08-Jun-2003 charnier

Add section number to .Xr


98003 07-Jun-2002 tjr

Contrary to what the comments said, rs -H did not recycle storage, it just
kept writing past the end of the buffer. Correct the code so that it
actually does recycle storage.


95618 28-Apr-2002 markm

Use __FBSDID, ANSIfy functions, fix const string.


95124 20-Apr-2002 charnier

Use `The .Nm utility'


92921 22-Mar-2002 imp

remove __P


83303 10-Sep-2001 ru

Do not overrun entry array when printing output tables.
Cleanup storage allocation for entries.

Obtained from: NetBSD


83298 10-Sep-2001 ru

Fixed SIGFPE (divide by zero) if column's width exceeds display width (-w).

Obtained from: OpenBSD


83296 10-Sep-2001 ru

Fixed the -z option handling:

-Wuninitialized if used without -t.

PR: bin/30467

Null pointer dereference if used with -t.

Maximum column width computation was wrong.


79755 15-Jul-2001 dd

Remove whitespace at EOL.


70410 27-Dec-2000 ru

Prepare for mdoc(7)NG.


70197 19-Dec-2000 ru

Prepare for mdoc(7)NG.


68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


48792 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
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


33648 20-Feb-1998 jb

Add #include <string.h> to get prototypes.


27953 07-Aug-1997 charnier

Use err(3). Add usage(). Rewrote man page in mdoc format.


15909 26-May-1996 joerg

The rs(1) command dumps core with the -s option (SIGSEGV)

(Fix a rangecheck condition.)

Closes PR # bin/1244: rs(1) dumps core with -s


1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.