summaryrefslogtreecommitdiff
path: root/usr.bin/rs
AgeCommit message (Expand)Author
2016-10-24Unify wording for LC_CTYPE in ENVIRONMENT:Ingo Schwarze
2016-01-04Add HISTORY and AUTHORS sections.Ingo Schwarze
2015-12-06document LC_CTYPE; feedback and OK jmc@Ingo Schwarze
2015-12-03UTF-8 support: In a UTF-8 locale, properly align columns in theIngo Schwarze
2015-11-14Fix the obvious bug that with -z, every column was at least as wideIngo Schwarze
2015-11-10With -H, do not overrun your static buffer on files longer than 4 kB.Ingo Schwarze
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-06data processing stdin to stdout; tame "stdout"Theo de Raadt
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
2014-10-08userland reallocarray audit.Doug Hogan
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2013-11-15Include unistd.h as it is the standard location for getopt().Todd C. Miller
2012-12-03don't try to stuff ptr differences into an int; from Arto Jonsson; ok espie@Otto Moerbeek
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-15arguments to -C, -c, -S and -s are optional.Igor Sobrado
2009-10-14sort flags.Igor Sobrado
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2006-04-17Three undocumented options got lost in the conversion to getopt(3).Moritz Jodeit
2005-05-15damn, one more...Jason McIntyre
2005-05-15oops. grasp of alphabet...slipping...Jason McIntyre
2005-05-15Make usage/SYNOPSIS saner and sort the options. With jmc@Todd C. Miller
2005-05-14Replace homegrown getnum() with strtonum() and replace atoi() withTodd C. Miller
2005-05-14kill commented out codeTodd C. Miller
2005-05-14make this use getopt()Todd C. Miller
2004-03-13use NULL for pointers. from Joris VinkTed Unangst
2003-10-16better realloc. ok deraadt@Ted Unangst
2003-07-14remove unused Cm;Jason McIntyre
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin
2001-11-19kill more registersMike Pechkin
2001-10-28fix -z; jarle@uninett.noTheo de Raadt
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-03-06Covert to mdoc; from FreeBSD, with some modifications by me.Aaron Campbell
1999-10-17More consistent introduction to options.Aaron Campbell
1997-09-12Kill extra newline in err()/warn().Todd C. Miller
1996-06-26rcsidTheo de Raadt
1996-05-21avoid divide-by-zero trap when specifying small widthsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt