aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uudecode
Commit message (Expand)AuthorAgeFilesLines
* MFC: decode raw/damaged files with -r, plus code improvementsTony Finch2003-04-071-40/+74
* Sync with -CURRENT: paranoia and coding style.Tony Finch2002-11-081-72/+125
* MFC:Tony Finch2002-10-202-169/+161
* MFC: base64 decoding was broken, as was outputting the decoded data was beingJuli Mallett2002-04-221-1/+5
* MFC:Juli Mallett2002-03-262-36/+103
* MFC rev 1.14 and rev 1.15: Fix -i and remove an unused variable.Sheldon Hearn2000-06-221-11/+15
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Allow spaces in the filename to be decoded to.Steve Price1998-05-251-2/+2
* Add two new options:Wolfram Schneider1998-01-251-9/+29
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* Use err(3).Philippe Charnier1997-08-221-28/+22
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Be tolerant to old uuencode programs which encode the ASCII NULWolfram Schneider1997-03-251-1/+1
* Treat 'end\0', 'end\n', 'end\r\n' as trailer line, see rev 1.2Wolfram Schneider1997-02-181-1/+3
* Better check for detecting header line. A header line must matchWolfram Schneider1997-02-181-1/+32
* New options for uudecodeWolfram Schneider1996-10-211-5/+58
* Oops, restore missing piece of previous commit.Andrey A. Chernov1996-04-251-1/+1
* Treat ^end<EOF> as valid terminator (like ^end\n), some encoders (f.e. Eudora)Andrey A. Chernov1996-04-251-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-272-0/+193