summaryrefslogtreecommitdiffstats
path: root/usr.bin/uudecode
Commit message (Collapse)AuthorAgeFilesLines
...
* Better check for detecting header line. A header line must matchwosch1997-02-181-1/+32
| | | | | | | | "begin [0-7]* *". Now `begin with, ' is not a header line. Do a boundary check for body characters. Characters less than 33 or greater than 96 are out of range. If characters are out of range uudecode print a error message and die.
* New options for uudecodewosch1996-10-211-5/+58
| | | | | -p Decode file and write output to standard output. -c Decode more than one uuencode'd file from file if possible.
* Oops, restore missing piece of previous commit.ache1996-04-251-1/+1
|
* Treat ^end<EOF> as valid terminator (like ^end\n), some encoders (f.e. Eudora)ache1996-04-251-1/+1
| | | | produce such things.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-272-0/+193
OpenPOWER on IntegriCloud