History log of /freebsd-11.0-release/usr.bin/rs/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

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

302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

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


299358 10-May-2016 bapt

Rename getline with get_line to avoid collision with getline(3)

When getline(3) in 2009 was added a _WITH_GETLINE guard has also been added.
This rename is made in preparation for the removal of this guard


284345 13-Jun-2015 sjg

Add META_MODE support.

Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.

Still need to add real targets under targets/ to build packages.

Differential Revision: D2796
Reviewed by: brooks imp


281209 07-Apr-2015 allanjude

Fix missing AUTHOR section for jot(1), rs(1), and lam(1)

PR: 196786
Differential Revision: https://reviews.freebsd.org/D2115
Submitted by: John A. Kunze (Author)
Approved by: wblock (mentor)
MFC after: 1 week
Sponsored by: ScaleEngine Inc.


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.