summaryrefslogtreecommitdiff
path: root/usr.bin/uudecode
AgeCommit message (Collapse)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2008-07-29an enum specifier is more elegant than a set of #defines;Igor Sobrado
storing the program mode variable (pmode) as a global let us have a more consistent prototype for usage(). changes suggested by pyr@. ok millert@, pyr@
2008-07-05each utility must have its own usage and its own set of options;Igor Sobrado
b64encode and b64decode are equivalent to running uuencode and uudecode respectively with the -m flag specified, so this flag should not be available in these utilities; while here, fix synopsis. based on millert's diff for compress/gzip. ok millert@
2004-04-09Sync with FreeBSD; adds base64 support and other options.Todd C. Miller
OK deraadt@, some man page tweaks from jmc@
2003-12-09user err/warnMichael Shalayeff
2003-07-10add missing includesDavid Krause
ok deraadt@ tedu@
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.
2001-11-19kill more registersMike Pechkin
millert@ ok
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1998-09-15getopt returns int, not char; rahnds@openbsd.orgTodd C. Miller
1998-08-31Add pass-through ('-p') option to uudecode.dgregor
1998-05-29accept spaces in nameTheo de Raadt
1998-05-11set max field width of %s correctlyTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt