summaryrefslogtreecommitdiffstats
path: root/usr.bin/rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unify wording for LC_CTYPE in ENVIRONMENT:schwarze2016-10-241-5/+5
* Add HISTORY and AUTHORS sections.schwarze2016-01-041-2/+9
* document LC_CTYPE; feedback and OK jmc@schwarze2015-12-061-2/+15
* UTF-8 support: In a UTF-8 locale, properly align columns in theschwarze2015-12-033-73/+132
* Fix the obvious bug that with -z, every column was at least as wideschwarze2015-11-141-8/+7
* With -H, do not overrun your static buffer on files longer than 4 kB.schwarze2015-11-101-31/+25
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* data processing stdin to stdout; tame "stdout"deraadt2015-10-061-1/+4
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-3/+3
* userland reallocarray audit.doug2014-10-081-2/+2
* Obvious .Xr fixes, found while testing mandocdb(8).schwarze2014-01-201-8/+8
* Include unistd.h as it is the standard location for getopt().millert2013-11-151-1/+2
* don't try to stuff ptr differences into an int; from Arto Jonsson; ok espie@otto2012-12-031-5/+4
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-041-6/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* arguments to -C, -c, -S and -s are optional.sobrado2009-10-151-6/+6
* sort flags.sobrado2009-10-142-6/+6
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* Three undocumented options got lost in the conversion to getopt(3).moritz2006-04-171-60/+4
* damn, one more...jmc2005-05-151-7/+7
* oops. grasp of alphabet...slipping...jmc2005-05-152-5/+5
* Make usage/SYNOPSIS saner and sort the options. With jmc@millert2005-05-152-63/+56
* Replace homegrown getnum() with strtonum() and replace atoi() withmillert2005-05-141-40/+48
* kill commented out codemillert2005-05-141-28/+4
* make this use getopt()millert2005-05-141-99/+122
* use NULL for pointers. from Joris Vinktedu2004-03-131-3/+3
* better realloc. ok deraadt@tedu2003-10-161-6/+10
* remove unused Cm;jmc2003-07-141-2/+2
* mostly ansi cleanup; pval okderaadt2003-06-101-24/+14
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-12/+4
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-11/+11
* When you give command examples and etc., in a manual page prefix them with:mpech2002-02-131-5/+5
* kill more registersmpech2001-11-191-18/+18
* fix -z; jarle@uninett.noderaadt2001-10-281-2/+2
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
* Covert to mdoc; from FreeBSD, with some modifications by me.aaron2000-03-061-99/+143
* More consistent introduction to options.aaron1999-10-171-2/+2
* Kill extra newline in err()/warn().millert1997-09-121-2/+4
* rcsidderaadt1996-06-263-1/+6
* avoid divide-by-zero trap when specifying small widthsderaadt1996-05-212-45/+48
* initial import of NetBSD treederaadt1995-10-183-0/+749