aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uudecode
Commit message (Expand)AuthorAgeFilesLines
...
* Remove spurious whitespaceTony Finch2002-09-031-8/+6
* Synch usage() and manpage for b64encode/b64decode.Juli Mallett2002-05-191-2/+5
* Add b64decode & b64encode as synonyms for uudecode and uuencode -m,Juli Mallett2002-05-191-0/+1
* Finish converting the rest of the function declaration and prototypesMike Barcroft2002-05-121-10/+9
* unbreak build:Alfred Perlstein2002-05-111-3/+1
* Use fwrite(3) to write out the decoded information, as the b64 decoding stuffJuli Mallett2002-04-201-1/+1
* base64_decode() was feeding \r and \n to the decoding function, and thatJuli Mallett2002-04-201-0/+4
* Bump WARNS to 4.Juli Mallett2002-04-201-0/+1
* remove __PWarner Losh2002-03-221-4/+4
* Fix handling of filenames with spaces in them in the input file toJuli Mallett2002-03-191-1/+1
* Make uudecode(1) use setmode(3) and getmode(3) instead of just blindlyJuli Mallett2002-03-191-39/+50
* Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3.Juli Mallett2002-03-051-8/+41
* Un-deprecate the -p option. We now have two ways to output to stdout:Mike Barcroft2002-02-161-1/+0
* Add -o option (POSIX.1-2001) to uudecode(1). Deprecate the -p optionMike Barcroft2002-01-271-3/+26
* WARNS=2 is to become the default, so remove it from here.Mark Murray2001-12-111-1/+0
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-1/+1
* Warns cleanup. Add FreeBSD ID to Makefile.David Malone2001-12-032-1/+3
* While I'm in here, remove an unused variable.Sheldon Hearn2000-03-301-1/+1
* Do not overwrite files when the -i option is specified!Sheldon Hearn2000-03-271-10/+14
* $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