summaryrefslogtreecommitdiffstats
path: root/usr.bin/uudecode/uudecode.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* "b64decode -r" did not handle arbitary breaks in base64 encodededwin2010-10-181-5/+31
* Stylify of uudecode(1)edwin2010-10-181-29/+35
* Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].obrien2003-05-031-2/+1
* The POSIXly-correct /dev/stdout handling added in rev 1.44 makesfanf2003-03-181-1/+1
* Don't complain about an early end-of-file in the -r case rather thanfanf2003-03-041-1/+1
* Pull some common uu/b64 code out into shared functions. Move somefanf2003-02-271-36/+44
* Add a relaxed mode for handling raw input which is missing thefanf2003-02-271-11/+36
* Be POSIXly correct in the handling of /dev/stdout -- it's a "magic cookie"fanf2003-02-271-2/+3
* Variables that come in in and out pairs should be named accordingly.fanf2002-11-011-68/+84
* Be much more paranoid about where uudecode writes its output, especiallyfanf2002-11-011-7/+36
* Instead of abusing stdin and stdout, use our own file pointers.fanf2002-11-011-14/+22
* Some uses of the variable n needed to be int, others needed to bemike2002-09-111-8/+8
* Unbreak world by fixing 4 syntax errors and 1 wrong variable type.mike2002-09-111-5/+5
* Fix style bugs in macros.fanf2002-09-101-9/+6
* Tidy up the base64 code and relax the error handling.fanf2002-09-101-18/+28
* Style: Don't treat pointers as booleans.fanf2002-09-101-2/+2
* Fix tilde-expansion of the filename obtained from the "begin" line in -sfanf2002-09-101-95/+84
* Replace a goto with continue.fanf2002-09-101-2/+1
* Remove register keyword.fanf2002-09-101-2/+2
* Style: space after return.fanf2002-09-101-15/+15
* Make the handling of -i neater.fanf2002-09-101-14/+10
* Only try to chmod the output if it's a regular file, rather thanfanf2002-09-101-4/+4
* Don't try (and fail) to fchmod /dev/stdout. Revert the manual pagefanf2002-09-031-0/+2
* Remove spurious whitespacefanf2002-09-031-8/+6
* Synch usage() and manpage for b64encode/b64decode.jmallett2002-05-191-2/+5
* Finish converting the rest of the function declaration and prototypesmike2002-05-121-10/+9
* unbreak build:alfred2002-05-111-3/+1
* Use fwrite(3) to write out the decoded information, as the b64 decoding stuffjmallett2002-04-201-1/+1
* base64_decode() was feeding \r and \n to the decoding function, and thatjmallett2002-04-201-0/+4
* remove __Pimp2002-03-221-4/+4
* Fix handling of filenames with spaces in them in the input file tojmallett2002-03-191-1/+1
* Make uudecode(1) use setmode(3) and getmode(3) instead of just blindlyjmallett2002-03-191-39/+50
* Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3.jmallett2002-03-051-8/+41
* Un-deprecate the -p option. We now have two ways to output to stdout:mike2002-02-161-1/+0
* Add -o option (POSIX.1-2001) to uudecode(1). Deprecate the -p optionmike2002-01-271-3/+26
* Warns cleanup. Add FreeBSD ID to Makefile.dwmalone2001-12-031-1/+1
* While I'm in here, remove an unused variable.sheldonh2000-03-301-1/+1
* Do not overwrite files when the -i option is specified!sheldonh2000-03-271-10/+14
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Allow spaces in the filename to be decoded to.steve1998-05-251-2/+2
* Add two new options:wosch1998-01-251-9/+29
* Many places in the code NULL is used in integer context, wherephk1997-09-181-2/+2
* Use err(3).charnier1997-08-221-28/+22
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Be tolerant to old uuencode programs which encode the ASCII NULwosch1997-03-251-1/+1
* Treat 'end\0', 'end\n', 'end\r\n' as trailer line, see rev 1.2wosch1997-02-181-1/+3
* Better check for detecting header line. A header line must matchwosch1997-02-181-1/+32
* New options for uudecodewosch1996-10-211-5/+58
* Oops, restore missing piece of previous commit.ache1996-04-251-1/+1
OpenPOWER on IntegriCloud