summaryrefslogtreecommitdiff
path: root/usr.bin/rs/rs.c
AgeCommit message (Collapse)Author
2006-04-17Three undocumented options got lost in the conversion to getopt(3).Moritz Jodeit
Remove their remaining code, since they were not working before. Initial diff from Steffen Wendzel. ok millert@
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
strtonum() and strtol().
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-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-10-28fix -z; jarle@uninett.noTheo de Raadt
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
do not overrun entry array when printing output tables cleanup storage allocation for entries use err/warn etc.
1995-10-18initial import of NetBSD treeTheo de Raadt