Philippe Charnier
f296f8ebb4
Use err(3).
1997-08-22 06:53:00 +00:00
Warner Losh
1c8af87873
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-29 04:34:07 +00:00
Wolfram Schneider
d05c3da950
Be tolerant to old uuencode programs which encode the ASCII NUL
...
character as character 32 (space) instead character 64 (`).
See also 'The UNIX-HATERS Handbook', page 82-83.
1997-03-25 14:31:31 +00:00
Wolfram Schneider
3e4c0ae52d
Treat 'end\0', 'end\n', 'end\r\n' as trailer line, see rev 1.2
1997-02-18 20:19:04 +00:00
Wolfram Schneider
325bd2382c
Better check for detecting header line. A header line must match
...
"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.
1997-02-18 17:49:43 +00:00
Wolfram Schneider
2d6a6bc9a8
New options for uudecode
...
-p Decode file and write output to standard output.
-c Decode more than one uuencode'd file from file if possible.
1996-10-21 22:02:30 +00:00
Andrey A. Chernov
9137242c2c
Oops, restore missing piece of previous commit.
1996-04-25 18:14:11 +00:00
Andrey A. Chernov
cc8c038449
Treat ^end<EOF> as valid terminator (like ^end\n), some encoders (f.e. Eudora)
...
produce such things.
1996-04-25 14:49:40 +00:00
Rodney W. Grimes
9b50d90275
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00