| Commit message (Expand) | Author | Age | Files | Lines |
* | Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3. | jmallett | 2002-03-05 | 1 | -8/+41 |
* | Un-deprecate the -p option. We now have two ways to output to stdout: | mike | 2002-02-16 | 1 | -1/+0 |
* | Add -o option (POSIX.1-2001) to uudecode(1). Deprecate the -p option | mike | 2002-01-27 | 1 | -3/+26 |
* | WARNS=2 is to become the default, so remove it from here. | markm | 2001-12-11 | 1 | -1/+0 |
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -1/+1 |
* | Warns cleanup. Add FreeBSD ID to Makefile. | dwmalone | 2001-12-03 | 2 | -1/+3 |
* | While I'm in here, remove an unused variable. | sheldonh | 2000-03-30 | 1 | -1/+1 |
* | Do not overwrite files when the -i option is specified! | sheldonh | 2000-03-27 | 1 | -10/+14 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Allow spaces in the filename to be decoded to. | steve | 1998-05-25 | 1 | -2/+2 |
* | Add two new options: | wosch | 1998-01-25 | 1 | -9/+29 |
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 1 | -2/+2 |
* | Use err(3). | charnier | 1997-08-22 | 1 | -28/+22 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
* | Be tolerant to old uuencode programs which encode the ASCII NUL | wosch | 1997-03-25 | 1 | -1/+1 |
* | Treat 'end\0', 'end\n', 'end\r\n' as trailer line, see rev 1.2 | wosch | 1997-02-18 | 1 | -1/+3 |
* | Better check for detecting header line. A header line must match | wosch | 1997-02-18 | 1 | -1/+32 |
* | New options for uudecode | wosch | 1996-10-21 | 1 | -5/+58 |
* | Oops, restore missing piece of previous commit. | ache | 1996-04-25 | 1 | -1/+1 |
* | Treat ^end<EOF> as valid terminator (like ^end\n), some encoders (f.e. Eudora) | ache | 1996-04-25 | 1 | -1/+1 |
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 2 | -0/+193 |