summaryrefslogtreecommitdiff
path: root/usr.bin/rs/rs.c
Commit message (Expand)AuthorAgeFilesLines
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-5/+5
* Add missing static keywords to rs(1)Ed Schouten2011-11-061-38/+38
* - Use LINE_MAX from limits.h as the maximum line length instead ofJaakko Heinonen2011-02-071-6/+12
* Handle EOF when skipping lines.Jaakko Heinonen2011-02-071-1/+4
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Setting a variable to the same value twice doesn't actually make itColin Percival2008-08-041-1/+0
* - Set negative row or column argument values to zero.Robert Drehmel2005-04-281-3/+5
* Avoid passing negative values to isdigit() on machines with signed chars.Tim J. Robbins2004-07-151-5/+5
* Contrary to what the comments said, rs -H did not recycle storage, it justTim J. Robbins2002-06-071-1/+3
* Use __FBSDID, ANSIfy functions, fix const string.Mark Murray2002-04-281-44/+37
* remove __PWarner Losh2002-03-221-10/+10
* Do not overrun entry array when printing output tables.Ruslan Ermilov2001-09-101-24/+22
* Fixed SIGFPE (divide by zero) if column's width exceeds display width (-w).Ruslan Ermilov2001-09-101-1/+3
* Fixed the -z option handling:Ruslan Ermilov2001-09-101-3/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add #include <string.h> to get prototypes.John Birrell1998-02-201-1/+2
* Use err(3). Add usage(). Rewrote man page in mdoc format.Philippe Charnier1997-08-071-23/+24
* The rs(1) command dumps core with the -s option (SIGSEGV)Joerg Wunsch1996-05-261-4/+5
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+546