summaryrefslogtreecommitdiffstats
path: root/usr.bin/uudecode/uudecode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Delete useless calls to setlocale(3):schwarze2019-03-101-7/+5
* If there is an invalid character in the uuencoded stream, uudecode(1)bluhm2018-12-311-17/+24
* Zap unused <sys/socket.h>kn2018-12-311-2/+1
* Add missing pledge "getpw". If -s or -o were specified on the commandtb2016-01-031-2/+5
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-5/+5
* tame "stdio rpath wpath cpath" or a more mundane "stdio rpath", dependingderaadt2015-10-071-1/+9
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-6/+6
* Use errc/warnc to simplify code.guenther2014-05-201-7/+4
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-041-5/+5
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-14/+1
* an enum specifier is more elegant than a set of #defines;sobrado2008-07-291-21/+19
* each utility must have its own usage and its own set of options;sobrado2008-07-051-18/+39
* Sync with FreeBSD; adds base64 support and other options.millert2004-04-091-89/+331
* user err/warnmickey2003-12-091-18/+11
* add missing includesdavid2003-07-101-2/+3
* mostly ansi cleanup; pval okderaadt2003-06-101-7/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* kill more registersmpech2001-11-191-4/+4
* no need to extern int errno if errno.h is includedderaadt2000-02-011-3/+2
* getopt returns int, not char; rahnds@openbsd.orgmillert1998-09-151-3/+3
* Add pass-through ('-p') option to uudecode.dgregor1998-08-311-16/+30
* accept spaces in namederaadt1998-05-291-3/+3
* set max field width of %s correctlyderaadt1998-05-111-3/+3
* r?index -> strr?chrmillert1997-01-171-3/+3
* rcsidderaadt1996-06-261-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+203